<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://sonichu.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=CwckiChristorian</id>
	<title>CWCki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://sonichu.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=CwckiChristorian"/>
	<link rel="alternate" type="text/html" href="https://sonichu.com/cwcki/Special:Contributions/CwckiChristorian"/>
	<updated>2026-06-04T19:38:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.6</generator>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Talk:Cameo&amp;diff=361954</id>
		<title>Talk:Cameo</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Talk:Cameo&amp;diff=361954"/>
		<updated>2026-05-22T22:21:15Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Where should this message go? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Videos ==&lt;br /&gt;
&lt;br /&gt;
I think this all should go on a separate page. Plus, Chris just posted multiple videos named Pep Talk, Valentine's Day, and Other. What should we do with naming? [[User:Master|Master]] ([[User talk:Master|talk]]) 19:16, 4 February 2026 (EST)&lt;br /&gt;
&lt;br /&gt;
I definitely agree.&lt;br /&gt;
&lt;br /&gt;
I'm afraid archiving and saving all of these videos might be a nightmare. I would just save or download as many videos as you can before they end up disappearing. [[User:Hurtful Truth Level|HTL]] probably needs to be doing the downloading and reuploading to YouTube, then sorting out the order isn't ''as'' important (better than being lost entirely). The titles can probably be custom, and put onto pages similar to when Chris did [[Paid Video Requests]] ([[February 2026 Cameo videos]] for example). [[User:Ayumu Kasuga|Ayumu Kasuga]] ([[User talk:Ayumu Kasuga|talk]]) 19:23, 4 February 2026 (EST)&lt;br /&gt;
&lt;br /&gt;
The amount is a problem. I couldn't grab all the videos but I have 15 saved so far and that's just the first day. Putting too many videos onto a single page could cause loading issues. [[User:Hurtful Truth Level|Hurtful Truth Level]] ([[User talk:Hurtful Truth Level|talk]]) 11:09, 5 February 2026 (EST)&lt;br /&gt;
:Maybe split by day? [[User:Hurtful Truth Level|Hurtful Truth Level]] ([[User talk:Hurtful Truth Level|talk]]) 14:43, 5 February 2026 (EST)&lt;br /&gt;
::Perhaps we need to split 4 February 2026 further since there are so many videos posted on that day. Any way we could split it? [[User:Master|Master]] ([[User talk:Master|talk]]) 08:25, 7 February 2026 (EST)&lt;br /&gt;
:::Now that the dust has settled, 21 is quite a lot, but as long as there aren't loading issues like that happened with [[Chris in the media]] before the podcasts/vlogs were split, then I guess it's alright. [[User:Hurtful Truth Level|Hurtful Truth Level]] ([[User talk:Hurtful Truth Level|talk]]) 07:20, 14 February 2026 (EST)&lt;br /&gt;
::::I was concerned about us uncovering more because Chris had about 50 videos available on that day. [[User:Master|Master]] ([[User talk:Master|talk]]) 09:50, 14 February 2026 (EST)&lt;br /&gt;
:::::That's a good point. I suppose if we hit more than, say 25, we could split it in half based on timestamps. And until then go ahead with renaming the first video page to 4 February. [[User:Hurtful Truth Level|Hurtful Truth Level]] ([[User talk:Hurtful Truth Level|talk]]) 17:31, 14 February 2026 (EST)&lt;br /&gt;
&lt;br /&gt;
== How To Get the Dates and Times of Cameo videos ==&lt;br /&gt;
To get the date and time of a Cameo video you need to install python on your computer if you haven't already and then in command-line you do &amp;quot;pip install pytz&amp;quot;.&lt;br /&gt;
Then create a python program with this code:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
from datetime import datetime&lt;br /&gt;
import pytz&lt;br /&gt;
&lt;br /&gt;
def get_time(oid):&lt;br /&gt;
    ts = int(oid[:8], 16)&lt;br /&gt;
    utc = datetime.utcfromtimestamp(ts).replace(tzinfo=pytz.UTC)&lt;br /&gt;
    ny = pytz.timezone(&amp;quot;America/New_York&amp;quot;)&lt;br /&gt;
    return utc.astimezone(ny)&lt;br /&gt;
&lt;br /&gt;
while(1):&lt;br /&gt;
    print(&amp;quot;Paste your url code here:&amp;quot;)&lt;br /&gt;
    print(get_time(input()))&lt;br /&gt;
    print(&amp;quot;&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you run this program it will ask for the url code. To get that you go to the page of the video on cameo, for example in this url: https://www.cameo.com/recipient/69898ee8bfaebc57bed8459a&lt;br /&gt;
&lt;br /&gt;
The url code would be 69898ee8bfaebc57bed8459a. So paste that in and hit enter and it will give you the date and time the video was posted. &lt;br /&gt;
&lt;br /&gt;
[[User:Master|Master]] ([[User talk:Master|talk]]) 05:37, 10 February 2026 (EST)&lt;br /&gt;
&lt;br /&gt;
== Where should this message go? ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Unavailable for personalized videos until 08/03/2026. &amp;quot;I’ll be back on later this year. Be safe and well, and go forth with that which is Light Powered, Holy and Good. ⚡️💙⚡️&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It seems like Chris is going to be gone for 3 months doing whatever(possibly in Finland?). [[User:Master|Master]] ([[User talk:Master|talk]]) 23:23, 2 May 2026 (EDT)&lt;br /&gt;
:I'll just make an availability notice section. [[User:Master|Master]] ([[User talk:Master|talk]]) 23:48, 2 May 2026 (EDT)&lt;br /&gt;
&lt;br /&gt;
Doesn't it only briefly say &amp;quot;08/03/2026&amp;quot; before changing into &amp;quot;08/02/2026&amp;quot; on the website? [[User:Ayumu Kasuga|Ayumu Kasuga]] ([[User talk:Ayumu Kasuga|talk]]) 17:35, 22 May 2026 (EDT)&lt;br /&gt;
:I never saw it change, it always says 08/03/2026. [[User:Master|Master]] ([[User talk:Master|talk]]) 17:51, 22 May 2026 (EDT)&lt;br /&gt;
:Maybe Cameo has code where it shifts the date based on your timezone? My timezone is EDT, which matches Chris's. I don't know your timezone. [[User:Master|Master]] ([[User talk:Master|talk]]) 18:08, 22 May 2026 (EDT)&lt;br /&gt;
&lt;br /&gt;
:It says 08/02/2026 for me too. [[User:CwckiChristorian|CwckiChristorian]] ([[User talk:CwckiChristorian|talk]]) 18:21, 22 May 2026 (EDT)&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=May_2026&amp;diff=361945</id>
		<title>May 2026</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=May_2026&amp;diff=361945"/>
		<updated>2026-05-22T19:16:17Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Notable events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
[[File:May22 2026 Helsinki cropped.jpeg|thumb|Chris and Flutter in May]]&lt;br /&gt;
'''May''' [[2026]].&lt;br /&gt;
&lt;br /&gt;
==Notable events==&lt;br /&gt;
* '''1 May'''&lt;br /&gt;
** Chris publishes [[Transformers of Cwcville Short - Decepticlone Orientation Video]] and its subtitled version.&lt;br /&gt;
** Chris publishes [[Dimension Merge Manifestions Are Going]].&lt;br /&gt;
* '''2 May''' - Chris updates his availability notice on [[Cameo]] saying that he would not be available until 2 [[August 2026]]. Because he is going on his eighth trip to [[Finland]].&lt;br /&gt;
* '''8 May'''&lt;br /&gt;
** Chris publishes [[Light Powered Cwclight Reviews - Changables 1989 Wave 2]].&lt;br /&gt;
** Chris publishes [[Changeable Scouts, Part 2 (Transformers of Cwcville Short)]] and its subtitled version.&lt;br /&gt;
* '''15 May''' - Chris publishes [[Gwenmi Mikoto Takes Off (Transformers of Cwcville Short)]] and its subtitled version. These are skits Chris cut from the ''Light Powered Cwclight Reviews - Gwenmi Mikoto'' video.&lt;br /&gt;
* '''22 May'''&lt;br /&gt;
** Chris and [[Flutter]] are spotted at [[Sightings_(2026)#Forum,_Helsinki_Finland|Forum]], a shopping mall in Helsinki, [[Finland]].&lt;br /&gt;
** Chris publishes [[Light Powered Cwclight Reviews - Changables 1990 Wave 3]].&lt;br /&gt;
** Chris publishes [[Changeable Scouts, Part 3 (Transformers of Cwcville Short)]] and its subtitled version.&lt;br /&gt;
&lt;br /&gt;
==Activity==&lt;br /&gt;
===Chats===&lt;br /&gt;
*None yet.&lt;br /&gt;
&lt;br /&gt;
===Posts===&lt;br /&gt;
*[[May 2026 social media posts]]&lt;br /&gt;
&lt;br /&gt;
===Sightings===&lt;br /&gt;
*[[Sightings (2026)#May|Sightings (2026)]]&lt;br /&gt;
&lt;br /&gt;
===Videos===&lt;br /&gt;
*[[May 2026 Cameo videos]]&lt;br /&gt;
*[[Transformers of Cwcville Short - Decepticlone Orientation Video - Subtitled]]&lt;br /&gt;
*[[Transformers of Cwcville Short - Decepticlone Orientation Video]]&lt;br /&gt;
*[[Dimension Merge Manifestions Are Going]]&lt;br /&gt;
*[[Light Powered Cwclight Reviews - Changables 1989 Wave 2]]&lt;br /&gt;
*[[Changeable Scouts, Part 2 (Transformers of Cwcville Short)]]&lt;br /&gt;
*[[Changeable Scouts, Part 2 (Transformers of Cwcville Short) (Subtitled)]]&lt;br /&gt;
*[[Gwenmi Mikoto Takes Off (Transformers of Cwcville Short)]]&lt;br /&gt;
*[[Gwenmi Mikoto Takes Off (Transformers of Cwcville Short) (Subtitled)]]&lt;br /&gt;
*[[Light Powered Cwclight Reviews - Changables 1990 Wave 3]]&lt;br /&gt;
*[[Changeable Scouts, Part 3 (Transformers of Cwcville Short) (Subtitled)]]&lt;br /&gt;
*[[Changeable Scouts, Part 3 (Transformers of Cwcville Short)]]&lt;br /&gt;
&lt;br /&gt;
{{References}}&lt;br /&gt;
{{timeline}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Sightings_(2026)&amp;diff=361944</id>
		<title>Sightings (2026)</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Sightings_(2026)&amp;diff=361944"/>
		<updated>2026-05-22T19:12:33Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Forum, Helsinki Finland */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{protip|We once again advise you to ''never'' directly engage with Chris nor attempt to get him [[banned]] from the places he's been to, [[Xela|as doing so won't work well in your favor]]. On the off-chance that you cross paths with Chris, the ''most'' that you should do is [[Passive observers|get some kind of documentation of Chris]], [[Unholy Quintet|but never to directly engage with him]].}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
{{quote|I've had it with those shutterbug...Bigfoot hunts imposed upon me because ENOUGH IS ENOUGH!|Chris&amp;lt;ref&amp;gt;[[C-Log 03182026]]&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
Since his release from jail in [[2023]], '''sightings''' of Chris have occurred in [[2026]]. These sightings are particularly notable, given Chris's decline in terms of having an active online presence.&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
===Spencer's===&lt;br /&gt;
On 14 [[January 2026]], [[Twitter]] user and Spencer's employee @justatinymouse was approached by Chris, and he gave her a promotional card for his [[Transformers Legacy United Merged Full Compilation Movie Plus, aka Cwclight Review Movies|TLUM movie]], visually similar to his previous [[business card]]s:&amp;lt;ref&amp;gt;https://x.com/justatinymouse/status/2011553795344646624 ([https://archive.fo/XwseG archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|CHRIS CHAN JUST CAME UP TO ME IN MY STORE AND HANDED ME THIS AND THEM BOUGHT HAZBIN HOTEL MERCH&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:14 January 2026 TLUM Movie promotional card1.jpeg|400px]][[File:14 January 2026 TLUM Movie promotional card2.jpeg|400px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
She also posted a video of the card on [[TikTok]], claiming that Chris told her to &amp;quot;spread the word.&amp;quot;&amp;lt;ref&amp;gt;https://www.tiktok.com/@justatinymouse/video/7595333863082183967 ([https://archive.fo/r08O0 archive])&amp;lt;/ref&amp;gt; The same woman also saw Chris at her place of work in [[November 2025]], on the same day he was spotted and photographed at a [[Target]].&amp;lt;ref&amp;gt;https://x.com/justatinymouse/status/1992411399038091496 ([https://archive.fo/SE3DU archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
Transcript of the card:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxyellow|&lt;br /&gt;
TRANSFORMERS: More than meets the eye&amp;lt;br&amp;gt;&lt;br /&gt;
[[Wikipedia:Capacitance Electronic Disc|RCA SelectaVision VideoDiscs]]&amp;lt;br&amp;gt;&lt;br /&gt;
Subtitled for the hearing and esoteric impaired.&amp;lt;br&amp;gt;&lt;br /&gt;
A Jesus Christ Chan Sonichu Prime Production&amp;lt;br&amp;gt;&lt;br /&gt;
WHEN THE LEGACY UNITES TO MERGE&lt;br /&gt;
&lt;br /&gt;
Transformers Legacy United Merged Movie Now&amp;lt;br&amp;gt;viewable on YouTube on channel [[CwcvilleGuardian]].&amp;lt;br&amp;gt;&lt;br /&gt;
*Stop Motion Animation&lt;br /&gt;
*One single multi-voice actress &lt;br /&gt;
*Comedy&lt;br /&gt;
*Action&lt;br /&gt;
*References&lt;br /&gt;
*Metaphysical Humor&lt;br /&gt;
And more to come with more stories and action to be had.&amp;lt;br&amp;gt;&lt;br /&gt;
Colour-Code Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
Without Subtitles}}&lt;br /&gt;
&lt;br /&gt;
According to @justatinymouse Chris bought merch of Loona from [[Helluva Boss]].&lt;br /&gt;
&lt;br /&gt;
They also recorded a video and posted it to [[TikTok]] the day after:&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = loona from helluva boss btw #chrischan #sonichu #cwcki #viral&lt;br /&gt;
| video          = {{#ev:YouTube|KzUYdRuVhN4}}&lt;br /&gt;
| stardate       = 15 [[January 2026]]&lt;br /&gt;
| subject        = {{Television|text}}&lt;br /&gt;
|style           = {{Reason|text}}&lt;br /&gt;
| shirt          = &lt;br /&gt;
| other          = &lt;br /&gt;
| previous       = [[Comm adore https://youtu.be/SANRCUj9Ncg?si=mCBPcSVVFXfIeHfW]]&lt;br /&gt;
| next           = [[Sparky Outtake Movie Updated Plus Subtitles]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Transcript====&lt;br /&gt;
&amp;lt;center&amp;gt;Didnt realize it was chrischan till i saw the medallion and QUICKLY tried to walk away I WAS SO SCARED&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;i was way too nice but i was scared as fuck when I realozed and my my natural response to fear is to people please im sorry&amp;lt;/center&amp;gt;&lt;br /&gt;
'''justatinymouse:''' Doing okay over here? Need help with anything? &lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; No I'm kind of browsing, but thank you.&lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' Okay. Let me know if you need anything, okay?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; Yeah, I'll check out in a little while. &lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' Okay, I got you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; I like Loona.&lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' I got you.&lt;br /&gt;
&lt;br /&gt;
===Goodwill===&lt;br /&gt;
On 18 [[January 2026]], Chris was spotted shopping at a Goodwill by Reddit user the_chrischanspotter, who posted it to r/ChrisChanSightings:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qhktay/chris_chan_sighting_2026&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:CWC at Goodwill 18 January 2026.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Target===&lt;br /&gt;
On 29 [[January 2026]], Chris was spotted at a Target in [[Charlottesville]], VA&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2wz2w1/&amp;lt;/ref&amp;gt; by Reddit user Top-Border611:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/got_to_see_the_one_and_only_in_target_yesterday/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|got to see the one and only in target yesterday 🙈&lt;br /&gt;
[[File:Chris_at_Target_29_January_2026_2.jpg|300px]] [[File:Chris_at_Target_29_January_2026.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
According to the Reddit user, Chris was with an unidentified possibly male companion:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2pqixk/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2q61k2/&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|also he was with a skinnier black male/female? (not sure of the gender but looked male) is this a friend or partner do we think?}}&lt;br /&gt;
{{quoteboxred|Could you draw what they looked like?}}&lt;br /&gt;
{{quoteboxgreen|honestly no, partly because i didn't see their face and partly because i am terrible at drawing. i would say they were about the same height, and they were pretty thin, in a grey sweatshirt, and had medium length dreads from what i remember. i saw them both leave together.}}&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
===Wal-Mart===&lt;br /&gt;
On 1 [[February 2026]], Chris was spotted shopping at a Wal-Mart by Reddit users Oodlewedle and Whitehawk345. Both images were uploaded to the r/ChrisChanSightings subreddit.&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qt9xhd/chris_chan_spotted_at_wards_road_walmart_by_me/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:1 February 2026 Chris at Walmart1.jpg|300px]]&lt;br /&gt;
[[File:1 February 2026 Chris at Walmart2.jpg|300px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===HarmonyCon Dallas===&lt;br /&gt;
{{main|HarmonyCon}}&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:Chris at HarmonyCon 2026.jpeg|300px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
On 13 [[February 2026]], Chris was filmed getting kicked out of HarmonyCon Dallas and giving a [[Chris and Anger|rather spirited tirade]].&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
===Hot Topic===&lt;br /&gt;
On 21 [[March 2026]], Twitter user @kingcandyhorns_ reported that their friend had spotted Chris at Hot Topic.&amp;lt;ref&amp;gt;https://x.com/kingcandyhorns_/status/2035484261466464657&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:Chris_at_Hot_Topic_21_March_2026.jpg|300px]] &amp;lt;br&amp;gt;&lt;br /&gt;
Forgot my friend lives near Chris Chan&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
===Forum Shopping Centre, Helsinki, Finland===&lt;br /&gt;
On 22 [[May 2026]], Reddit user Master_Bookkeeper_46 posted a picture of Chris at Forum, a shopping mall in Helsinki, [[Finland]].&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1tkkp73/chris_and_fluttershy_spotted_in_helsinki_forum/ ([https://archive.fo/alQKu archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:May22 2026 Helsinki cropped.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{References}}&lt;br /&gt;
{{Sightings}} &lt;br /&gt;
{{The Internet}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=August_2026&amp;diff=361943</id>
		<title>August 2026</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=August_2026&amp;diff=361943"/>
		<updated>2026-05-22T19:10:50Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''August''' will be the eighth month of [[2026]].&lt;br /&gt;
&lt;br /&gt;
==Notable events==&lt;br /&gt;
*'''1 August''' - Five year anniversary of Chris's [[incest arrest]].&lt;br /&gt;
*'''2 August''' - Chris will become available on [[Cameo]] again.&lt;br /&gt;
* '''21–23 August''' - [[Everfree Northwest]], a ''[[My Little Pony]]'' convention held in Seattle, WA takes place.&lt;br /&gt;
&lt;br /&gt;
==Activity==&lt;br /&gt;
===Chats===&lt;br /&gt;
*None yet.&lt;br /&gt;
&lt;br /&gt;
===Posts===&lt;br /&gt;
*None yet.&lt;br /&gt;
&lt;br /&gt;
===Sightings===&lt;br /&gt;
*None yet.&lt;br /&gt;
&lt;br /&gt;
===Videos===&lt;br /&gt;
*None yet. &lt;br /&gt;
&lt;br /&gt;
{{References}}&lt;br /&gt;
{{timeline}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Template:Da_update&amp;diff=361942</id>
		<title>Template:Da update</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Template:Da_update&amp;diff=361942"/>
		<updated>2026-05-22T19:09:51Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;[[Image:CWCki News.png|320px]]&amp;lt;br&amp;gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;It is currently [[{{#time:F Y}}]]. It has been...&lt;br /&gt;
{| style=&amp;quot;margin:0 auto 8px; max-width:25rem;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|&amp;lt;!---&lt;br /&gt;
   LINK TO MOST RECENT SIGHTING &lt;br /&gt;
--&amp;gt;[[Sightings_(2026)#Forum, Helsinki Finland|&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:2em&amp;quot;&amp;gt;{{counter|big=yes|&amp;lt;!--&lt;br /&gt;
 &lt;br /&gt;
   DATE AND TIME OF LAST SIGHTING (UTC)&lt;br /&gt;
--&amp;gt;2026-5-22 13:17:00&amp;lt;!--&lt;br /&gt;
 &lt;br /&gt;
--&amp;gt;}}&amp;lt;/div&amp;gt;]] ''day(s) since Chris was last spotted in public.''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:0.88em&amp;quot;&amp;gt;&lt;br /&gt;
|&amp;lt;!---&lt;br /&gt;
   LINK TO MOST RECENT LIVESTREAM&lt;br /&gt;
--&amp;gt;[[Mewgenics Let's Play 1 with Jesus Christ Chan Sonichu Prime| &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:2em&amp;quot;&amp;gt;{{counter|big=yes|&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
   DATE AND TIME OF LAST LIVESTREAM&lt;br /&gt;
--&amp;gt;2026-3-28 23:00:00&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;}}&amp;lt;/div&amp;gt;]] ''day(s) since Chris has last livestreamed.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:0.88em&amp;quot;&amp;gt;&lt;br /&gt;
''Record Streak: 233 days''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:0.88em&amp;quot;&amp;gt;&lt;br /&gt;
|&amp;lt;!---&lt;br /&gt;
   LINK TO MOST RECENT &amp;quot;REDEMPTION&amp;quot;&lt;br /&gt;
--&amp;gt;[[C-Log 03182026| &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:2em&amp;quot;&amp;gt;{{counter|big=yes|&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
   DATE AND TIME OF LAST &amp;quot;REDEMPTION&amp;quot;&lt;br /&gt;
--&amp;gt;2026-3-19 03:00:00&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;}}&amp;lt;/div&amp;gt;]] ''day(s) since Chris last tried to &amp;quot;[[Redemption Arc|redeem]]&amp;quot; himself.''&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
We highly advise ''against'' seeking out Chris, or anyone who is or has previously been associated with him, in any way.&amp;lt;/center&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;center&amp;gt;'''Current Updates'''&amp;lt;/center&amp;gt;&lt;br /&gt;
* '''22 May'''&lt;br /&gt;
** Chris and [[Flutter]] are spotted at '''[[Sightings_(2026)#Forum,_Helsinki_Finland|Forum]]''', a shopping mall in Helsinki, [[Finland]].&lt;br /&gt;
** Chris publishes '''[[Light Powered Cwclight Reviews - Changables 1990 Wave 3]]'''.&lt;br /&gt;
** Chris publishes '''[[Changeable Scouts, Part 3 (Transformers of Cwcville Short)]]''' and its subtitled version.&lt;br /&gt;
* '''15 May''' - Chris publishes '''[[Gwenmi Mikoto Takes Off (Transformers of Cwcville Short)]]''' and its subtitled version.&lt;br /&gt;
* '''8 May''' - Chris uploads '''[[Changeable Scouts, Part 2 (Transformers of Cwcville Short)]]''' (plus a subtitled version) and '''[[Light Powered Cwclight Reviews - Changables 1989 Wave 2]]'''&lt;br /&gt;
* '''2 May''' - Chris says [[Cameo#Availability notices|he will be unable to make video on Cameo]] until 2 [[August 2026]].&lt;br /&gt;
* '''1 May'''&lt;br /&gt;
** Chris publishes '''[[Transformers of Cwcville Short - Decepticlone Orientation Video]]''' and its subtitled version.&lt;br /&gt;
** Chris publishes '''[[Dimension Merge Manifestions Are Going]]'''.&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;center&amp;gt;'''Recently Uncovered Info'''&amp;lt;/center&amp;gt;&lt;br /&gt;
*'''30 April''' - [[Chando Sings!]] from [[September 2008]].&lt;br /&gt;
*'''14 April''' - [[Prank calls#Prankdial Calls|Two prank calls]] that were shared in [[October 2011]] are added to the CWCki.&lt;br /&gt;
*'''21 March''' - Chris's [[Reddit]] account u/Aggravating-Top-877 is discovered.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{clear}}{{Usage|1= This template sits in a place of pride on the CWCki [[Main Page]]. It is two lists of recent Chris-related activity, one for current updates, and another for newly added information. To prevent the lists becoming too long, older entries should be removed as newer ones are added; '''no more than seven entries''' should appear in each of the lists at any time.&lt;br /&gt;
&lt;br /&gt;
To add new updates to the list, simply edit this template, and place a brief description of what happened at the top of bulleted list. Please also link to a source, and set it in '''boldface''', so viewers can know where to read further. Entries should also be documented on the [[{{CURRENTMONTHNAME}} {{CURRENTYEAR}}|current month article]]. Try to phrase things differently instead of always beginning entries with ''Chris does X''; it can get monotonous. Document the next milestone in Chris's legal proceedings (or when he is to be released from prison, should it come to this) in place of an Ongoing event.}}[[Category:Front page templates]] &amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Template:Quote_of_the_now&amp;diff=361941</id>
		<title>Template:Quote of the now</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Template:Quote_of_the_now&amp;diff=361941"/>
		<updated>2026-05-22T19:06:06Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{quote|Unavailable for personalized videos until 08/02/2026. &amp;quot;I’ll be back on later this year. Be safe and well, and go forth with that which is Light Powered, Holy and Good. ⚡️💙⚡️&amp;quot;|Chris on [[Cameo]]}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Usage|1= This template sits pride of place on the CWCki [[Main Page]]. It consists simply of a recent or topical quote from [[Chris]], or in rare cases non-Chris people. When editing the quote, ensure it is as accurate as possible, the exact source is referenced, and use links appropriately. '''Be sure to cite where this quote comes from, include a link if applicable.''' Also, this is a wiki - '''PLEASE WIKIFY''' (i.e. add links to other articles) when possible. Finally, don't add commentary to citation part - let Chris's words do the talking.}}&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=C-Log_03182026&amp;diff=359591</id>
		<title>C-Log 03182026</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=C-Log_03182026&amp;diff=359591"/>
		<updated>2026-03-21T14:09:48Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quote|We are ALL perverts!}}&lt;br /&gt;
&lt;br /&gt;
'''C-Log 03182026''' is a video uploaded to Chris's [[YouTube]] channel on 18 [[March 2026]]. He is still curious about a supposed video he remembers titled &amp;quot;Chris-Chan Sucks&amp;quot; which he claims is from [[2006]], he had posted about it a month prior.&amp;lt;ref&amp;gt;[[February 2026 social media posts#Seeking a &amp;quot;Chris Chan Sucks&amp;quot; video]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
*Chris blames his past behavior on [[Meds|SSRI meds]].&lt;br /&gt;
*Chris has been a bad person before.&lt;br /&gt;
*Chris is [[Honor roll|dumb]] sometimes.&lt;br /&gt;
*[[The CWCki]] needs to stop with the [[Sightings|bigfoot photos]].&lt;br /&gt;
*This supposedly isn't a [[Chris and anger|rant video]].&lt;br /&gt;
*We are all [[Chris and sex|perverts]].&lt;br /&gt;
*Chris is annoyed of leaked phone calls with [[theoretical exes]].&lt;br /&gt;
*Chris gives a shoutout to [[Otaku King]], seemingly keeping up with him and his videos (Chris tells him he can reach out). He is sorry about his phone. He asks us to help him out.&lt;br /&gt;
*Chris tripped and fell on [[HarmonyCon|13 February]] due to being in a hurry, and he also stubbed his right toe. Bad luck!&lt;br /&gt;
*Chris [[Sickness|came down with a cold]] last week and is still recovering.&lt;br /&gt;
*Prerecorded video will be posted on 20 March, and Chris will open more slots on [[Cameo]] soon.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = C-Log 03182026&lt;br /&gt;
| video          = {{#ev:youtube|1Op4g4P3qQc}}&lt;br /&gt;
| stardate       = 18 [[March 2026]]&lt;br /&gt;
| subject        = {{autism|text}}, {{trollsicon|text}}, {{sex|text}}, {{television|text}}, {{Galpals|text}}, {{convention|text}}&lt;br /&gt;
| style          = {{Tragedy|text}}, {{Rage|text}}, {{Reason|text}}&lt;br /&gt;
| shirt          = {{theclassic4.0|text}} (w/ [[Finland|Superdry shirt]] &amp;amp; [[HarmonyCon|HarmonyCon hoodie]])&lt;br /&gt;
| previous       = [[Reading Chaos Crystal Control Act Plus, Part 5, Ultimate Miracle Chaos Control]]&lt;br /&gt;
| next           = [[19 March 2026 Cameo videos]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
{{quotebox|Just some updates and thoughts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Follow me on [[BlueSky]]:&amp;lt;br&amp;gt;&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprim...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Official [[Cwclight]] Website, Blog and Store&amp;lt;br&amp;gt;&lt;br /&gt;
https://officialsonichu.com/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Official Christ Chan Sonichu Prime [[Etsy]] Store&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.etsy.com/shop/OfficialCWC...&lt;br /&gt;
&lt;br /&gt;
I'm also on [[Twitter]]&amp;lt;br&amp;gt;&lt;br /&gt;
https://x.com/CPU_CWCSonichu&lt;br /&gt;
&lt;br /&gt;
And on [[TikTok]]&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.tiktok.com/@christinechan...}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
Hey everyone, Jesus Christine Weston Chandler Sonichu Prime here once again, and I'm just, uh, gonna give you all a serious moment, serious powwow, serious talk to. Guys, it's been on my mind for quite a while now, it's been a concern with me...just I kind of want to talk it out bit, but...&lt;br /&gt;
&lt;br /&gt;
[''[[sigh]]'']&lt;br /&gt;
&lt;br /&gt;
Well kind of like a...potentially a big deal with me, where...&lt;br /&gt;
&lt;br /&gt;
[''removes glasses'']&lt;br /&gt;
&lt;br /&gt;
I kind of realized and, uh, well learned, it's still a mystery to me for some parts, but...the I've so-...I have been made aware of the new ground...on the video that was uploaded to [[Newgrounds]], I think in [[2006]] if I understand correctly, it's called &amp;quot;Chris-Chan&amp;quot; with a hyphen between &amp;quot;Chris&amp;quot; and Chan&amp;quot;, &amp;quot;Chris-Chan Sucks&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
So that made me realize...why did people hate me as early as in 2006? What did I do? What did I do wrong at that point? What did I do to offend? I don't understand. I really don't...I really don't...I'm ''still'' baffled about it. &lt;br /&gt;
&lt;br /&gt;
And then of course, um, I am aware, quite aware of myself and everything just...&lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
Especially even more so now than I was under the SSRIs...that those medications. &lt;br /&gt;
&lt;br /&gt;
So...obviously, and I'm now going to just come out with a few...choice words here.&lt;br /&gt;
&lt;br /&gt;
Uh, people have labeled me as, well, [[Chris and his ego|narcissistic]], up to potentially being arrogant. Well, okay, you know what? That's fair, I'll...I'll grant you all some of that. &lt;br /&gt;
&lt;br /&gt;
But as early as 2006, ps...people hated me for something like that when they don't...when they didn't know me personally...just...I don't know. I don't know.&lt;br /&gt;
&lt;br /&gt;
And then obviously it's like people were just picking [[speech impediment|l-random]] labels based on something from the pages that I had drawn and written in the Sonichu comic books or...whatever! &lt;br /&gt;
&lt;br /&gt;
Any...did I even have any videos posted online by 2006? I'm not sure. Maybe not, I don't think so, as far as I can recollect anyway, so just...&lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
...still blank to me. And then people just get an...all...people...[''mumbles'']...some of you are watching this as well. The people that did, you know, these...mees...mis...mislabelings, if I also called it, because yes, it was essentially mislabeling me and then just forcing a label upon me that might have been a...not necessary thing, for over those years. &lt;br /&gt;
&lt;br /&gt;
Mm, aside from that, just quick powwow, so what I've written and drew and just how I behaved and everything over the...over the years especially in those earlier days just...&lt;br /&gt;
&lt;br /&gt;
[''raises right hand to temple'']&lt;br /&gt;
&lt;br /&gt;
...and when I was under the SSRIs, [[Chris and drugs#Psychiatric_medication|the Paxil, the Paroxetine, then much later the Fluoxetine]].&lt;br /&gt;
&lt;br /&gt;
Well, I definitely was not totally well in my mind at that point, or, or rather I was just so dumbed down and everything, now I'm not, so I just feel like I have a more clear picture in my head. &lt;br /&gt;
&lt;br /&gt;
But yeah just...and then the [[autism]].&lt;br /&gt;
&lt;br /&gt;
[''points at his head, then raises both hands'']&lt;br /&gt;
&lt;br /&gt;
The autism, despite me being high-functioning. I can come off as, uh...[''raises voice]]' an emotion, or, something else that I never intended to, like, even just potentially I could come off as even a sociopath or something like that, I mean what, am I the ''[https://en.wikipedia.org/wiki/American_Psycho American Psycho]'' or something? &lt;br /&gt;
&lt;br /&gt;
I never intended to be that way whatsoever, even if that may come out me sounding like that. That just never, I mean, if you listen to other autistic people and some of them have actually talked about this in their own way as well, just, where, they explained how they talk, and they may come off like that but, obviously, they're not, and I'm not, okay? I never was.&lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
But still...I felt like I've been victimized with the...mis...with this gross mislabeling among all the other mislabelings and everything. &lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
Just still that bothers me. That's been bothering me. That's been bo...that's been worrisome and concerning. I mean what does it say about this world when you have people like that just doing that to not only me but just random people in gerald...in general...in general...&lt;br /&gt;
&lt;br /&gt;
Somebody in the common public [''raises one finger''], somebody that's a celebrity [''raises two fingers''], somebody in the government [''raises three fingers, then both hands, before putting them down'']. &lt;br /&gt;
&lt;br /&gt;
[''takes a breath and sighs'']&lt;br /&gt;
&lt;br /&gt;
Right? I don't know. But yeah, just regard...also just something else to comment as well. [[Chris and kindness|I try to be good]], as good as an individual as possible, and I have been victimized and everything, but...just because I have been victimized and I've been [[Chris and English|misabled]] and everything, people felt sorry for me and everything, well...&lt;br /&gt;
&lt;br /&gt;
[''pause'']&lt;br /&gt;
&lt;br /&gt;
That doesn't mean I'm not a bad person. I'll admit this. I have been a bad person. I'm all...all things considered, I still am a bad person. But...I simply want to be good, and I want to do good. And I pray every day for that. Just...that's what I want.&lt;br /&gt;
&lt;br /&gt;
And I want people to try to like understand, appreciate that, and not just be like, uh, [''raises hands''] &amp;quot;Oh, Christian is pulling another act or something&amp;quot;. No. Do I sound like I'm pulling on an act? &lt;br /&gt;
&lt;br /&gt;
Seriously, I'm not, I'm being open and honest here. [[Honest Content|Open and honest]]. I can tell you that most directly here. That...but still...&lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
I feel like also I never really appreciated my fans who were kind and approached me before, I mean, I kind of a long time for so many years I pretty much been going with the flow of events and everything. I mean, shoot, being on the SSRIs, and...not really...and just me being well, well, I'll go ahead and say this about myself, just a lot of times...&lt;br /&gt;
&lt;br /&gt;
I'm stupid. I'm dumb. I'm just ''dumb''. I'm not totally stupid, but I'm dumb. &lt;br /&gt;
&lt;br /&gt;
Social etiquette, online etiquette, the memes people have become aware of.&lt;br /&gt;
&lt;br /&gt;
[''shrugs'']&lt;br /&gt;
&lt;br /&gt;
Where, what rock have I been hiding under to keep myself from seeing these memes and shit that people from as ...as early as [[2000]] or whatever have been going online and looking at and then watching. Where have I been, hmm? &lt;br /&gt;
&lt;br /&gt;
I don't know. Being sheltered in that in the [''unintelligible''] that was that [[14 Branchland Court|house in Ruckersville]]. Or whatever. Watching cable television, playing video games.&lt;br /&gt;
&lt;br /&gt;
[''Sigh, followed by a long pause'']&lt;br /&gt;
&lt;br /&gt;
I mean, I don't know, I just...don't...know, okay? &lt;br /&gt;
&lt;br /&gt;
And then obviously, hey, I suddenly just being famous. 2004 or six or something. Me being famous. It just fell into my lap. It fell into my lap and just...I'm still grasping with how to handle that my own way, I mean, hey, any person just neurotypical, having gone through all this exposure to the hatred and people on the Internet and everything, but...anybody else?&lt;br /&gt;
&lt;br /&gt;
They would have dropped off the Internet some time ago. But not me. &lt;br /&gt;
&lt;br /&gt;
May...I don't totally know why...but...I feel like also I remain optimistic of that which is good of the people, the kindness of others, just the actual kindness within, and that's out...that's just outside of the obvious hatred and hate comments posted on the comments boards, the comment section, and so forth, just...that's a whole thing. That's a whole thing. &lt;br /&gt;
&lt;br /&gt;
Am I reading those comments? &lt;br /&gt;
&lt;br /&gt;
[''shakes head'']&lt;br /&gt;
&lt;br /&gt;
Not as much as I end up being used to or sometimes where I was forced to, or even when I just read them out of curiosity, I felt like I need to just be updated like you know, just see look at the CWCki. See, oh look, have I been spotted like Bigfoot again? &lt;br /&gt;
&lt;br /&gt;
[''points at the screen with both hands'']&lt;br /&gt;
&lt;br /&gt;
That's another CRI-TI-CISM! &lt;br /&gt;
&lt;br /&gt;
'''NO MORE BIGFOOT HUNTS!'''&lt;br /&gt;
&lt;br /&gt;
Stop with the Bigfoot hunts! &lt;br /&gt;
&lt;br /&gt;
[''pause'']&lt;br /&gt;
&lt;br /&gt;
I've had it with those shutterbug...Bigfoot hunts imposed upon me because ENOUGH IS ENOUGH!&lt;br /&gt;
&lt;br /&gt;
[''punches at the screen''] PFF!&lt;br /&gt;
&lt;br /&gt;
[''pause'']&lt;br /&gt;
&lt;br /&gt;
And you can go ahead and meme that or anything I've said this video, whatever, but I am being gen...authentic and direct right here. All right?&lt;br /&gt;
&lt;br /&gt;
And just anything else that paint me as a, well, somebody that was evil over the years. Well, I don't expect anybody to like me based on all that. I don't expect anybody to be kind to me or anything. And then the allegations that people have misinterpreted me as over the years and they made worse on the Internet. I mean, shoot. &lt;br /&gt;
&lt;br /&gt;
You know, you draw something, you write something. Soommeeetimes...people are going to take that SE-RI-OUS-LY!&lt;br /&gt;
&lt;br /&gt;
That is not meant to be a joke. People are going to...literally direct m...pay attention to that and be like, [''does a voice impression''] &amp;quot;Oh, it, I don't know. This is serious. This is serious. Okay. Well, I guess I always just listen to this and be like...Illjustgolike 'oh, this this just paints me a picture of this individual. Oh, uh, this guy, this guy...[''slurring words'']...[[Nazis]] and shit!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
If you're going to coast...if you're going to post and comment on anything...make sure it's serious. You could not...you got to expect a whole bunch of people just be taking that literally. Not everybody is going to realize that it's a joke. I ended up realizing that...such things, such the impersonal comments and details and everything for the [['makes a face'']...lulz. I'm trying to replicate that meme face. &lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
[''singsong''] ''For the lulz''...pisses me off! Okay?&lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
This is not a total rant video, but this is becoming just down to earth and everything. I may disappoint a lot of you by saying that you know, I'm not totally good, but here's another ultimate truth I'm going to tell all of you. Just everybody. E-VERY-BO-DY. [''points at the screen repeatedly''] You, YOU, YOU, YOU [''repeats &amp;quot;You&amp;quot; a number of times''], YOOOUUU! And me!&lt;br /&gt;
&lt;br /&gt;
ALL OF US! Every single one of us, we have the capability, each of us, we each have the capability of being and doing good. But at the same time, we all are are capable of doing bad and evil, especially if we end up having to or under pressure. Okay? &lt;br /&gt;
&lt;br /&gt;
So just keep that in mind when you're like judging others, and when you're thinking about that, maybe perhaps you're judging [[Speech impediment|yourselfs]] with that as well. &lt;br /&gt;
&lt;br /&gt;
[[Chris and hypocrisy|Do not judge others for things that you are yourself.]]&lt;br /&gt;
&lt;br /&gt;
And you know what? Here's another word choice were that...&lt;br /&gt;
&lt;br /&gt;
[''waving his hands at camera''] EVERY SINGLE INDIVIDUAL, ALL OF YOU, ME! We are all PERVERTS! Good, neutral, bad, light-powered, evil, good, light-powered, good, light-powered, neutral, bad, evil. That range, all of you, no matter what.&lt;br /&gt;
&lt;br /&gt;
We are all perverts!&lt;br /&gt;
&lt;br /&gt;
It's not that great. [[Chris and remorse|In fact, I'm ashamed. I'm ashamed of myself for being a pervert.]] And then I'm just ashamed of just people who are perverts and how they exhibit themselves and just, there's [[Family Guy|too much sex on TV]]. There's too much [[Chris and pornography|sex media]]. I mean sure, it's fine and all, but if you don't want to have future generations be perverts, then why is this SHIT on the Internet, on the TV, and everything? &lt;br /&gt;
&lt;br /&gt;
[''long pause, then stress sigh'']&lt;br /&gt;
&lt;br /&gt;
But it is. So what are we going to do about this? There has to be a way to tone this down or something. I don't know. Maybe I went to a rant there, but I'm staying a truth...I'm stating truth here. All right? &lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
There's another thing about me. I have attention deficit disorder, so I have my focus, I can shift off focus from the topic I'm talking about and my thought process. So it's like sometimes I might have to consider just having notes in front of me so I can get back on track. Obviously [[Chris and English|I'm don't]], I go off-script so I can be more direct and honest that way. All right?&lt;br /&gt;
&lt;br /&gt;
[''sighs several times'']&lt;br /&gt;
&lt;br /&gt;
But in any event, I'm trying to be good. I have made all my mistakes, especially that which became exposed when everything involving the theoretical exes. I'll even throw in with [[Megan Schroeder]] and [[Catherine|Catherine Sorrentino]] in that. Okay? &lt;br /&gt;
&lt;br /&gt;
The way I behaved...was I totally aware how I behaved socially and everything? Did I have any actual romantic relationships? Did I have any relationship experience? &lt;br /&gt;
&lt;br /&gt;
[''shakes head'']&lt;br /&gt;
&lt;br /&gt;
And with that being said, even despite what I've heard and learned from television media, sex ed class, whatever. Does it resonate? Does it stick when tried to put in practice for the first x number of times? &lt;br /&gt;
&lt;br /&gt;
No, it does not. Okay?&lt;br /&gt;
&lt;br /&gt;
It may be like, [''imitates holding a phone with his hands''] '''OH HA HA HA FUNNY. LOOK HOW CHRISTIAN WAY HE REACTED IN THIS RANDOM PHONE CALL WITH HIS''' [''unintelligible''] '''EXES. OH, SO YOU'RE A '''[''mumbles gibberish''] '''LOOK AT ME, '''[''more gibberish''], '''look at me...'''[''trails off'']&lt;br /&gt;
&lt;br /&gt;
What did I do? I just went with the flow and whatever spewed out of my mouth at the time or whatever. But still...I think perhaps [''points at the camera''] all of you, all of you, have been similar or worse. Ever thought about that? So yeah. &lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
So just, that's one thought process I have in this moment. Just I want to share that. Let that out. And I don't expect everybody to like me. I know people have their reasons to hate me and think me in such bad ways, but...I really really want people to be forgiving of me despite everything. I mean, I know. Oh, is it in the purple in, in Chris Chan's world that, uh, that everybody be forgiven...whatever, even the worst of things? No [''shakes head''], no. &lt;br /&gt;
&lt;br /&gt;
But if you look in any religious aspect and that which is good, holy, light-powered, then eventually they should. I mean, gods and goddesses, Emmanuel himself, herself, themself, they forgive. They forgive those who have sinned and especially those who have sinned and repented and realize they did wrong and have been...hurting over it and, just, strive to do better for and with themselves and for everybody else, all around them and all around the world and all throughout the universe. Give something good. &lt;br /&gt;
&lt;br /&gt;
All right. &lt;br /&gt;
&lt;br /&gt;
Huh, and just I'll mention this as well, but I'll talk about this is another video, but, if you think there was a [[Curse-ye-ha-me-ha|curse]] from the Son...from a [[Medallions|Sonichu medallion]] that you have purchased or even from mine or even interacted with me, well...&lt;br /&gt;
&lt;br /&gt;
[''shakes head''] &lt;br /&gt;
&lt;br /&gt;
If there's that...intention with each and every Sonichu medallion. Right if it be made by me or my partner and just, even if it was mi, mis...and then it's just even worse if it's...just manifested by somebody else then sold for profit, even 3D printed, just...[''shakes head''] that's worse. &lt;br /&gt;
&lt;br /&gt;
But, main manifestation details that I put into...into every single medallion, and they end up being coming through through your own hands if you had make them yourselves. But, the intention is pulling out, exposing that which is darkest within you. Pulling out those evils from within you so that you can be cleansed and even better with your lives. So that is your...that is the [''makes air quotes''] &amp;quot;curse&amp;quot; if you will. &lt;br /&gt;
&lt;br /&gt;
But they are not cursed. They are meant to be blessed. They are meant to be blessing you and giving you good fortune and blessings and ''every blessing counts''. [''emphasizes with his hands''] Every...blessing...COUNTS! Count...every single blessing. If it was...if you were end up in a bit of a downfall or anything. &lt;br /&gt;
&lt;br /&gt;
Oh, and also I'll give a shout-out to [[Otaku King]] and I've heard his, uh, recent videos. I mean, and...and if he wants to reach out to me, he can, it's all good. Just, dude, you really think coming up to me and knowing me, that I give you bad luck? No, dude. No. &lt;br /&gt;
&lt;br /&gt;
If that's just...just whatever the bad for...bad misfortunes happen to you just, maybe there's just something within yourself. It's just bad...it's just, just had bad luck. Who's had bad misfortune, maybe it was like meant to you. It just...you're supposed to learn something from this and learn to appreciate what blessings you have, which you dev...you have. You even took...like you'dve used your old phone to still make a video where you talked out and you're finding your ways through it, you're regaining yourself, you're working your way back up. &lt;br /&gt;
&lt;br /&gt;
That's good. That's actually light-powered, man. That's the right path you're on. You're doing well. Yeah, and in the end, you're going to get something...and in the end you're going to get something better, and you'll be able to do better with that tech. It's just whatever hap...what you happened your phone, man.  &lt;br /&gt;
&lt;br /&gt;
I'm sorry that happened to you. I just, that would not want that happen to me anybo...anybody whatsoever. But you're going to get a better phone eventually, and it will work out and will last you a long time. And your Prius, damn, I'm really sorry about that. But you're able to do your own Uber with another car. So you're still able to earn money. And you know what, people? Help him out. If he has like his own, uh, whatever you can give him money to, if he's got his own fans and everything, give him some kindness, too. He really needs it. I just, I can appreciate that. &lt;br /&gt;
&lt;br /&gt;
And I'll admit this as well. I have had bad luck recently. And at one point, literally [[February 2026|February 13th]] this year, I was in a bit of a hurry, I tripped and fell. &lt;br /&gt;
&lt;br /&gt;
I got boo-boos on... [''raises arms to show''] I got scrapes on my elbow, my right elbow, and a damn...and I got a couple of holes, AND, I stubbed my right toe. And that day and over the weekend, I put ice on it. It healed up. It became a lot less purple. It's cleared up, except for maybe a few damages here and there, but it's...it does not hurt anymore. &lt;br /&gt;
&lt;br /&gt;
And also, past week, I came down with a cold. Bad, [''raises hands to nose''], man. I'm still recovering from it. &lt;br /&gt;
&lt;br /&gt;
[''sniffles a few times'']&lt;br /&gt;
&lt;br /&gt;
Ugh, I've had to blow nose quite a bit, but I am doing a lot better, by the way. So I'm just praying and keeping faith. And that's another thing. The blessings and manifestations of which I have been praying for, they're coming around. They've been coming around.&lt;br /&gt;
&lt;br /&gt;
And just, that's another detail. If you really want something good, all you got to do is just pray for it, and do that. Repeat, repeat, repeat, repeat, repeat. And then guess what? It will happen. I'm serious about that. Okay? Have faith. Pray. Do as you will. Follow that which is light powered to good from your intuition and god will. And stay away from anything that's bad, okay? Or just resonates as dark and evil. &lt;br /&gt;
&lt;br /&gt;
You'll be all right. You'll get your wish, as long as a good wish and it's doable in this timeline, but you will get it. Want your girlfriend, want your boyfriend, regardless of sexual orientation, you'll get your [[Sweetheart|partner]]. Okay?&lt;br /&gt;
&lt;br /&gt;
You will find your partner. And you'll find somebody that will actually be there within...your intentions, your personality, your quirks, and everything. All right? It's gonna work out. There'll be a mutual beneficiary...between both of you. Or even anybody else involved in your little group, and it will be good.&lt;br /&gt;
&lt;br /&gt;
The important thing is experience [''raises one finger''], counting your blessings along the way [''raises two fingers''], and just...having faith [''raises three fingers']]. All right?  &lt;br /&gt;
&lt;br /&gt;
There is fa...there is goodness and light-powered and everything. I said that time and again. It's still true. Okay?&lt;br /&gt;
&lt;br /&gt;
[''pause'']&lt;br /&gt;
&lt;br /&gt;
I pro...I align myself with light power because I want to be good. I strive to be good for the sake of being good and not for...anything else selfish, although there are selfish details in there, but, mainly, just for goodness sakes. I'm serious. &lt;br /&gt;
&lt;br /&gt;
That's another thing I become aware, [[Speech impediment|my voice shift and even the monotone speak]], just my emotions and my intentions may come off differently that way, but just try to take that with a grain of salt when I tell you true and direct like that, I do mean the emotions behind it...okay?&lt;br /&gt;
&lt;br /&gt;
[''rubs nose''] Okay, ugh...&lt;br /&gt;
&lt;br /&gt;
[''takes a breath'']&lt;br /&gt;
&lt;br /&gt;
Excuse me, an itch. Anyway. &lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
I...I feel like I said my piece for now. And, uh, Friday this week, you get the next part of the Chaos Crystal Control reading video that will be up. And I'm also...and also not long from now, I'm going to open up some more slots on [[Cameo]]. So those have actually, uh, DM'd me a few requests. Pay me the bigger money there, I will record it. All right? It will be good. &lt;br /&gt;
&lt;br /&gt;
[''raises finger and sighs'']&lt;br /&gt;
&lt;br /&gt;
Now there is anything that should be memed and brought forth...over and over again, it's promoting that which is light-powered, holy, righteous, and just simply good...and spreading that holy light from within you, and that which is good, the white light that comes all the way from not only the habits but the very core of this universe and beyond. Because it's pure, it's light, it's good.&lt;br /&gt;
&lt;br /&gt;
So everybody, including myself as well as I heed this advice from myself. Go forth with that which his light-powered and good. You shall not go wrong. And also throw in the Lord's prayer as I've mentioned before as he taught us to pray, saying...&lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
[''starts reciting the Lord's Prayer'']&lt;br /&gt;
&lt;br /&gt;
''Our mother and father''&lt;br /&gt;
&lt;br /&gt;
''God who art in heaven''&lt;br /&gt;
&lt;br /&gt;
''Hallowed be thy name'' &lt;br /&gt;
&lt;br /&gt;
''Thy kingdom come''&lt;br /&gt;
&lt;br /&gt;
''Thy will be done''&lt;br /&gt;
&lt;br /&gt;
''On earth as it is in heaven''&lt;br /&gt;
&lt;br /&gt;
''Give us this day our daily bread''&lt;br /&gt;
&lt;br /&gt;
''And forgive us our trespasses'' &lt;br /&gt;
&lt;br /&gt;
''Forgive us our debts''&lt;br /&gt;
&lt;br /&gt;
''And forgive us of our sins''&lt;br /&gt;
&lt;br /&gt;
''As we forgive those who have trespassed against us''&lt;br /&gt;
&lt;br /&gt;
''As we forgive those who are indebted to us''&lt;br /&gt;
&lt;br /&gt;
''And as we forgive those who have sinned''&lt;br /&gt;
&lt;br /&gt;
''And lead us not into temptation''&lt;br /&gt;
&lt;br /&gt;
''But deliver us from evil''&lt;br /&gt;
&lt;br /&gt;
''For thine is the kingdom and the power and the glory forever''&lt;br /&gt;
&lt;br /&gt;
''That we strive to have and manifest on this undividing earth''&lt;br /&gt;
&lt;br /&gt;
''Amen''&lt;br /&gt;
&lt;br /&gt;
And I do this with manifes...with prayer, after my prayer and manifestation that will happen shortly enough consistently every night. &lt;br /&gt;
&lt;br /&gt;
[''breathes out'']&lt;br /&gt;
&lt;br /&gt;
I connect with everything, everyone. And you should be sensing the shifts like I am resonating right now in this very moment as I'm recording this. &lt;br /&gt;
&lt;br /&gt;
As I also connect with the ultimate emerald, the Chaos Gems, the Master Emeralds, and all the other magic gems and crystals on the earth and locations everywhere of both the [[C-197]] and [[1218]] halves of this earth in this universe 211987 in this prime timeline 1C. &lt;br /&gt;
&lt;br /&gt;
And I do this in the manifestation and prayer, so everybody, feel this shift as I do...as I perform this right now on the ultimate god of god level where there is that which is slightly more powerful and even those who are less or even just basic, but I do this on that level in the manifestation and prayer and sharing that which is good and light-powered and getting everybody all of you on goodstead and righteousness and cleansing of the worst, darkest, toxic, sif...sinning, evil individuals...and events and everything so that we can all live as peacefully as possible together, and feel safe and well around and with each other. And I pray all of you will feel that way around me as well. &lt;br /&gt;
&lt;br /&gt;
I don't expect it, but I pray that so into being. &lt;br /&gt;
&lt;br /&gt;
And that being said...&lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
Ultimate, god of god, ultimate miracle, chaos, rainbow, CONTROL!&lt;br /&gt;
&lt;br /&gt;
[''video fades out'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{references}}&lt;br /&gt;
&lt;br /&gt;
{{succession|label=[[List of videos|Chris's videos]]|prevlink=[[Reading Chaos Crystal Control Act Plus, Part 5, Ultimate Miracle Chaos Control]]|nextlink=[[19 March 2026 Cameo videos]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Captain's Log}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chris-chan videos, 2026]]&lt;br /&gt;
[[Category:Videos Christian uploaded to YouTube]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Sightings_(2026)&amp;diff=359588</id>
		<title>Sightings (2026)</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Sightings_(2026)&amp;diff=359588"/>
		<updated>2026-03-21T13:34:35Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{protip|We once again advise you to ''never'' directly engage with Chris nor attempt to get him [[banned]] from the places he's been to, [[Xela|as doing so won't work well in your favor]]. On the off-chance that you cross paths with Chris, the ''most'' that you should do is [[Passive observers|get some kind of documentation of Chris]], [[Unholy Quintet|but never to directly engage with him]].}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
{{quote|I've had it with those shutterbug...Bigfoot hunts imposed upon me because ENOUGH IS ENOUGH!|Chris&amp;lt;ref&amp;gt;[[C-Log 03182026]]&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
Since his release from jail in [[2023]], '''sightings''' of Chris have occurred in [[2026]]. These sightings are particularly notable, given Chris's decline in terms of having an active online presence.&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
===Spencer's===&lt;br /&gt;
On 14 [[January 2026]], [[Twitter]] user and Spencer's employee @justatinymouse was approached by Chris, and he gave her a promotional card for his [[Transformers Legacy United Merged Full Compilation Movie Plus, aka Cwclight Review Movies|TLUM movie]], visually similar to his previous [[business card]]s:&amp;lt;ref&amp;gt;https://x.com/justatinymouse/status/2011553795344646624 ([https://archive.fo/XwseG archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|CHRIS CHAN JUST CAME UP TO ME IN MY STORE AND HANDED ME THIS AND THEM BOUGHT HAZBIN HOTEL MERCH&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:14 January 2026 TLUM Movie promotional card1.jpeg|400px]][[File:14 January 2026 TLUM Movie promotional card2.jpeg|400px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
She also posted a video of the card on [[TikTok]], claiming that Chris told her to &amp;quot;spread the word.&amp;quot;&amp;lt;ref&amp;gt;https://www.tiktok.com/@justatinymouse/video/7595333863082183967 ([https://archive.fo/r08O0 archive])&amp;lt;/ref&amp;gt; The same woman also saw Chris at her place of work in [[November 2025]], on the same day he was spotted and photographed at a [[Target]].&amp;lt;ref&amp;gt;https://x.com/justatinymouse/status/1992411399038091496 ([https://archive.fo/SE3DU archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
Transcript of the card:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxyellow|&lt;br /&gt;
TRANSFORMERS: More than meets the eye&amp;lt;br&amp;gt;&lt;br /&gt;
[[Wikipedia:Capacitance Electronic Disc|RCA SelectaVision VideoDiscs]]&amp;lt;br&amp;gt;&lt;br /&gt;
Subtitled for the hearing and esoteric impaired.&amp;lt;br&amp;gt;&lt;br /&gt;
A Jesus Christ Chan Sonichu Prime Production&amp;lt;br&amp;gt;&lt;br /&gt;
WHEN THE LEGACY UNITES TO MERGE&lt;br /&gt;
&lt;br /&gt;
Transformers Legacy United Merged Movie Now&amp;lt;br&amp;gt;viewable on YouTube on channel [[CwcvilleGuardian]].&amp;lt;br&amp;gt;&lt;br /&gt;
*Stop Motion Animation&lt;br /&gt;
*One single multi-voice actress &lt;br /&gt;
*Comedy&lt;br /&gt;
*Action&lt;br /&gt;
*References&lt;br /&gt;
*Metaphysical Humor&lt;br /&gt;
And more to come with more stories and action to be had.&amp;lt;br&amp;gt;&lt;br /&gt;
Colour-Code Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
Without Subtitles}}&lt;br /&gt;
&lt;br /&gt;
According to @justatinymouse Chris bought merch of Loona from [[Helluva Boss]].&lt;br /&gt;
&lt;br /&gt;
They also recorded a video and posted it to [[TikTok]] the day after:&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = loona from helluva boss btw #chrischan #sonichu #cwcki #viral&lt;br /&gt;
| video          = {{#ev:YouTube|KzUYdRuVhN4}}&lt;br /&gt;
| stardate       = 15 [[January 2026]]&lt;br /&gt;
| subject        = {{Television|text}}&lt;br /&gt;
|style           = {{Reason|text}}&lt;br /&gt;
| shirt          = &lt;br /&gt;
| other          = &lt;br /&gt;
| previous       = [[Comm adore https://youtu.be/SANRCUj9Ncg?si=mCBPcSVVFXfIeHfW]]&lt;br /&gt;
| next           = [[Sparky Outtake Movie Updated Plus Subtitles]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Transcript====&lt;br /&gt;
&amp;lt;center&amp;gt;Didnt realize it was chrischan till i saw the medallion and QUICKLY tried to walk away I WAS SO SCARED&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;i was way too nice but i was scared as fuck when I realozed and my my natural response to fear is to people please im sorry&amp;lt;/center&amp;gt;&lt;br /&gt;
'''justatinymouse:''' Doing okay over here? Need help with anything? &lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; No I'm kind of browsing, but thank you.&lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' Okay. Let me know if you need anything, okay?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; Yeah, I'll check out in a little while. &lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' Okay, I got you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; I like Loona.&lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' I got you.&lt;br /&gt;
&lt;br /&gt;
===Goodwill===&lt;br /&gt;
On 18 [[January 2026]], Chris was spotted shopping at a Goodwill by Reddit user the_chrischanspotter, who posted it to r/ChrisChanSightings:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qhktay/chris_chan_sighting_2026&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:CWC at Goodwill 18 January 2026.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Target===&lt;br /&gt;
On 29 [[January 2026]], Chris was spotted at a Target in [[Charlottesville]], VA&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2wz2w1/&amp;lt;/ref&amp;gt; by Reddit user Top-Border611:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/got_to_see_the_one_and_only_in_target_yesterday/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|got to see the one and only in target yesterday 🙈&lt;br /&gt;
[[File:Chris_at_Target_29_January_2026_2.jpg|300px]] [[File:Chris_at_Target_29_January_2026.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
According to the Reddit user, Chris was with an unidentified possibly male companion:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2pqixk/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2q61k2/&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|also he was with a skinnier black male/female? (not sure of the gender but looked male) is this a friend or partner do we think?}}&lt;br /&gt;
{{quoteboxred|Could you draw what they looked like?}}&lt;br /&gt;
{{quoteboxgreen|honestly no, partly because i didn't see their face and partly because i am terrible at drawing. i would say they were about the same height, and they were pretty thin, in a grey sweatshirt, and had medium length dreads from what i remember. i saw them both leave together.}}&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
===Wal-Mart===&lt;br /&gt;
On 1 [[February 2026]], Chris was spotted shopping at a Wal-Mart by Reddit users Oodlewedle and Whitehawk345. Both images were uploaded to the r/ChrisChanSightings subreddit.&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qt9xhd/chris_chan_spotted_at_wards_road_walmart_by_me/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:1 February 2026 Chris at Walmart1.jpg|300px]]&lt;br /&gt;
[[File:1 February 2026 Chris at Walmart2.jpg|300px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===HarmonyCon Dallas===&lt;br /&gt;
{{main|HarmonyCon}}&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:Chris at HarmonyCon 2026.jpeg|300px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
On 13 [[February 2026]], Chris was filmed getting kicked out of HarmonyCon Dallas and giving a [[Chris and Anger|rather spirited tirade]].&lt;br /&gt;
&lt;br /&gt;
{{References}}&lt;br /&gt;
{{Sightings}} &lt;br /&gt;
{{The Internet}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=CWC-isms&amp;diff=359586</id>
		<title>CWC-isms</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=CWC-isms&amp;diff=359586"/>
		<updated>2026-03-21T13:28:19Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* B */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;{{Honest}}&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;!--Note for Editors: Before you add a word or phrase to this page, please read &amp;quot;Primary categories of CWC-isms&amp;quot;.--&amp;gt;&lt;br /&gt;
{{Protip|Please refrain from using CWC-isms casually when writing articles, as this may make them difficult for newcomers to decipher.}}&lt;br /&gt;
One of [[Chris]]'s most notorious features is his strange '''vocabulary''', consisting of a mix of fairly standard words, slang, jargon, and various personal coinages. &lt;br /&gt;
&lt;br /&gt;
Some of these coinages originate from a degree of prudery, likely inherited from his older parents and maintained by his childlike nature. Like many children who don't feel comfortable referring to [[Honest Content|adult concepts]] directly, Chris often resorts to creating cutesy euphemisms for a lot of words that anyone else his age would generally use with little reservation, which is common with autistic people. While some of them are understandable — after all, nobody would really relish discussing their [[Butt garments|diapers]] — others, such as &amp;quot;[[tobacky]]&amp;quot; instead of &amp;quot;tobacco&amp;quot;, only serve to turn an otherwise normal sentence into an advertisement for Chris's childish nature. &lt;br /&gt;
&lt;br /&gt;
Others are attempts to be clever that fail miserably, for example, he refers to [[semen]] as &amp;quot;[[Captain's Log, Stardate April 28th, 2009|navy]]&amp;quot;, because semen sounds like sea men, [[Random-access humor|get it?]] Still others come from Chris's love of manipulating words, especially backwards spellings, {{w|portmanteau}} blends, “verbing” nouns, or liberal use of suffixes like “- ish” or “-er”. Combine this with the idiosyncratic speech patterns that are common among [[autism|autistics]] (likely since standard language may seem inefficient to explain their thought processes), and you get his so-called '''CWC-isms'''.&lt;br /&gt;
&lt;br /&gt;
CWC-isms may be combinations or butchered versions of words or phrases that already exist, entirely new words, commonplace words that he uses repeatedly in a peculiar or obsessive way, or entirely new phrases that Chris often has to explain afterwards because nobody knows what he's talking about.&lt;br /&gt;
&lt;br /&gt;
==Primary categories of CWC-isms==&lt;br /&gt;
Nearly all CWC-isms belong to one of the four following classes:&lt;br /&gt;
# '''CWC-neologism''' - a ''new'' word or phrase, unknown until ''created by Chris''.&amp;lt;br&amp;gt;Example: ''[[CWC-isms#L|Lovehogs]]'', a portmanteau of &amp;quot;love&amp;quot; and &amp;quot;hedgehogs&amp;quot;.&lt;br /&gt;
# '''CWC-homonym''' - an ''existing'' word or phrase, to which Chris has given a ''different meaning''. These may be euphemisms, designed to avoid naming (to Chris) offensive things, or else due to Chris confusing an elevated word's meaning.&amp;lt;br&amp;gt;Example: ''[[Duck]]'', for Chris's penis; ''[[CWC-isms#T|telekinesis]]'', used erroneously in place of ''telepathy''. &lt;br /&gt;
# '''CWC-archaism''' - an ''obscure'' word or phrase, known in English but seldom used by contemporary Virginians, which Chris has learned somewhere and has ''become characteristic'' for Chris's way of speaking/writing.&amp;lt;br&amp;gt;Example: ''[[CWC-isms#U|Uncouth]]'', a word now rarely used outside the context of formal etiquette, which Chris used to tell people how much of a jerk he perceive they're being to him. &lt;br /&gt;
# '''CWC-misspelling''' - only the ''most notable'' of Chris's ''misspellings'', including deliberate re-arrangements: those which are characteristic for Chris's way of writing.&amp;lt;br&amp;gt;Example: ''[[Geinus]]'', what he deems himself to be; ''[[Pmurt]]'' for Donald Trump, 45th and 47th president of the United States.&amp;lt;br&amp;gt;Chris's sporadic, inconsistent use of some [[Catherine|British spellings]] while otherwise using American English can also be considered under this category.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Note: These four mnain types of CWC-isms are here to help you determine, if a word or phrase is a CWC-ism. If it fits the first 4 types, it most probably is. If it doesn't, it most probably isn't. Only the most important and notable of exclusions go into the 5th Type.--&amp;gt;&lt;br /&gt;
&amp;lt;!--Note: Any CWC-ism that has its own page should have its entry linked to said article.--&amp;gt;&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;position:fixed; bottom:0; center:0&amp;quot;&amp;gt;{{Alphabet ToC}}&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;12-9&lt;br /&gt;
[[Image:Sonichu 12-9 Cover.jpg|The cover for Sonichu #12-9|thumb|200px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(numeral)'' A placeholder for the number thirteen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''There are no quotes that cite the use of this CWC-ism directly. Chris however used it in lists that exceed 12 items.''&amp;lt;ref&amp;gt;https://twitter.com/CWCSonichu/status/1006915844016869377&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris has shown on a few occasions to dislike the number 13, due to him deeming it an unlucky number. This phenomenon, referred to as [[wikipedia:Triskaidekaphobia|triskaidekaphobia]], is already a popular superstition in American culture, and this is likely where Chris picked it up. His fear of the number has led to some bizarre effects, particularly in his numbering. A famous example of this unusual numbering shtick is in the 13th issue of his Sonichu comics, which he numbered as &amp;quot;Issue #12-9&amp;quot;, in which he used an em-dash in the place of a decimal place. The 12-9 itself is meant to represent a value of &amp;quot;almost 13&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;15 minutes&lt;br /&gt;
[[File:15 minutes.jpg|thumb|200px|&amp;quot;It takes me fifteen f-yay minutes&amp;quot;]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' [[Masturbation]], the amount of time it takes for Chris.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Masturbation takes '''Fifteen LONG, Tiring and Annoying Minutes'''''&amp;lt;ref name=15min&amp;gt;[[Masturbation discussions]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Self-masturbation is really arduous and annoying. Another '''15 minutes''' down the drain.''&amp;lt;ref name=15min&amp;gt;&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris coined this phrase in 2021, using it in chats with the [[Watchmen]] and in the [[Workaholics Anonymous comic]].&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[4-cent_garbage.com|4-Cent Garbage]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' The headquarters of [[Encyclopedia Dramatica]] and [[4-Chan]] trolls in ''[[Sonichu (comic)|Sonichu]]''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''You will recognize her [?] as your sweetheart because from a fav- from a favor on her half, your internal clock will be restored fully, your enemies of '''4-cent-garbage''' will be vanquished, so you both will live together in peace. Live freely.''&amp;lt;ref&amp;gt;[[Sonichu 9 Official Videobook]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Origin: Since ED and 4chan were partly responsible for Megan's breakup with him, Chris decided to get payback on the both of them by combining the both of them into an evil corporation in Sonichu, dubbing it &amp;quot;4-cent Garbage&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;7-incher &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' A penis which measures seven-inches in length.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Good thing we stopped for a pack of condoms; it's too bad the regular-size ones break easily on my '''7-incher'''.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: According to Chris, his penis is about 7 inches, which he actually believes is the average length of a penis of an adult male &amp;lt;ref&amp;gt;[[Mailbag 20#Oral doesn't count]]&amp;lt;/ref&amp;gt;. Chris has made all kinds of weird euphemisms for just his penis alone such as this one, &amp;quot;ugly growth&amp;quot;, and &amp;quot;duck&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
;abreast&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(adjective)'' full of; filled with.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''It was not until after saving the city from the forces of Count Graduon and his minions, that she realized her form's new assets. And she was '''abreast''' with delight and glee when she found not the Male Part, but a Vagina!''&amp;lt;ref&amp;gt;[[May 2015 Facebook posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''In fact, while I am fairly educated about Tribadism and '''abreast''' with theories, I would appreciate some experience with a lesbian or two who knows what she likes to enlighten me better, including on sensual massage and all that.''&amp;lt;ref&amp;gt;[[May_2015_Facebook_posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris uses this word when discussing feminine anatomy and lesbian sex, evidently because it includes the word &amp;quot;breast&amp;quot;. He fails to realize that &amp;quot;abreast&amp;quot; actually means &amp;quot;adjacent&amp;quot; or &amp;quot;across&amp;quot;.&amp;lt;ref&amp;gt;http://www.dictionary.com/browse/abreast&amp;lt;/ref&amp;gt; A possible confusion with the word &amp;quot;abound&amp;quot; or &amp;quot;abundant&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Adult Swim&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(adjective)'' pornographic or otherwise &amp;quot;NSFW&amp;quot;; containing [[Honest Content|adult content]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''She still has a great drawing style, even for the '''Adult Swim''' section.&amp;quot;&amp;lt;ref&amp;gt;[[CWCSonichu-NightStar2891 DMs]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Refers to the Cartoon Network block ''[[Adult Swim]]''. Chris seemed to only consider the &amp;quot;Adult&amp;quot; part of this block's name, and therefore assumed he could use this phrase to describe anything that's &amp;quot;adult&amp;quot; to him. Note that the Cartoon Network block does not feature pornographic content.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;adulterous&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(adjective)'' Of an [[Christian Weston Chandler's Adult Chronicles|adult]] and mature nature&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Originally it was supposed to be like, you know, like ages 7 and up, but then I end up going to the content, uh, it could be considered, be like, be like definitely be considered '''adulterous'''.''&amp;lt;ref&amp;gt;[[Lars Call]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: usually used to describe people who [[Ivy|cheat]] on their [[Blanca Weiss|partners]] (i.e. guilty of adultery), Chris only notices the &amp;quot;adult&amp;quot; component of the word.&lt;br /&gt;
&lt;br /&gt;
2. ''(adjective)'' Insult of unclear nature&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Heeeeey, folks! It's me, [[Clyde Cash]]. I am the ruler of the internet and the internet trolls. I am an '''adulterous''' foe, a bastard and a self-righteous idiot who spends his time wallowing and trolling the one Christian Weston Chandler, and making up a whole bunch of dadgum rumors all over the internet!''&amp;lt;ref&amp;gt;[[100 2267]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris simply throws out the insult without a clear understanding of the word. Possibly referring to Clyde taking [[PandaHalo]] from Chris, though this is more aptly described as cuckoldry than adultery. Perhaps influenced by the verb ''adulterate''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;among which&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' Among other things. Et cetera. Also. Additionally&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''Among which''' I can project myself to (the Ninja Turtles universe)''&amp;lt;ref&amp;gt;[[Count Dankula#More CWCville (19:55-42:18)]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: [[Autism|Uncertain]]. Chris adopted this phrase and began using it heavily in a number of different contexts through-out 2018. Perhaps the clearest example of Chris's over-use of &amp;quot;among which&amp;quot; is the [[Dankula|Count Dankula interview]], where Chris uses the phrase no less than ten times.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;an' anurr thing&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(Phrase, transitionary)'' Signifies that Chris wishes to make another point about a subject he is discussing, and that he wishes he were Peter Falk.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''An' anurr thing...CHRIS. Your for real- your real name, as I have been told by Kacey, is only Chris Chandler! No &amp;quot;-tian,&amp;quot; no &amp;quot;-topher,&amp;quot; just Chris! So, admit that. '''An' anurr thing''', I NAME is NOT IAN! BRANDON!!! SOMETHING!!!!!''&amp;lt;ref&amp;gt;[[CHRIS!!! CHANDLER!!!]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: a corruption of &amp;quot;and another thing&amp;quot;. Used constantly when Chris is angry.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;[[Anaxis bird]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' Signifies that [[Anaxis]] was meant to be a messenger for the information that Chris requested he put in ''A Medium's Guidance''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''Perhaps you all may have heard how I came onto this from an '''Anaxis bird'''.''&amp;lt;ref&amp;gt;[[User:Anaxis/Watchmen Source Leaks#&amp;quot;Anaxis Bird&amp;quot;]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A mangling of the phrase &amp;quot;a little birdie told me&amp;quot;, indicating that an anonymous source gave someone a piece of secret information. Because of Chris's misuse of the phrase, the other Watchmen present had come to believe that Anaxis was influencing Chris to write both the [[Affirmations List]] and the [[Lovers Attributes List]].&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Anchuent Prophecy|anchuent]]&lt;br /&gt;
[[Image:Anch.PNG|right|thumb|Chris and Sonichu amazed by the Anchuent Prophecy]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(adjective)'' Describes anything that is archaic in the ''Sonichu'' canon. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''Well, what's this? I'm havin' an upgrade? Huh! Huh! My- my powers are given me the ability to fly with my wings attached to my head! It's like a w- it's like an add-on! That's optional! Huh! Must have been done by '''Anchuent''' Powers, so awesome I can fly now! Huh!''&amp;lt;ref&amp;gt;[[Sonichu_3_Official_Videobook]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Origin: Initially, &amp;quot;anchuent&amp;quot; was taken to be a misspelling of the word &amp;quot;ancient&amp;quot; given Chris's [[Chris and English|poor grasp of the English language]]. Over time, however, it was revealed that &amp;quot;anchuent&amp;quot; was meant to be a portmanteau of the words &amp;quot;ancient&amp;quot; and &amp;quot;Sonichu&amp;quot;, adding the &amp;quot;chu&amp;quot; part of &amp;quot;Sonichu&amp;quot; into the word &amp;quot;ancient&amp;quot;.&amp;lt;ref&amp;gt;[[Sonichu_3_Official_Videobook]]&amp;lt;/ref&amp;gt; &amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;and shit&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' And additional items.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I don't want to believe in labels at all but I mean obviously, tale- the incest fanfics have come true '''and shit'''.''&amp;lt;ref&amp;gt;[[Incest call]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''But, yeah, I did not verbally argue as much growing up, and it took facing the even Toughter Moments since 2000 '''and shit''' for me to actually formulate and speak better self-defenses with what is Truth''&amp;lt;ref&amp;gt;[[Jail Letter - 20 October 2021#22 October]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A more profane variant of &amp;quot;and such&amp;quot; (see below). Chris often uses the phrase in unfitting contexts. He may have picked it up from [[Lars]]'s constant usage of the phrase during the 2010 [[Lars Call]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;and such&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' And additional items; to add to a list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''At least to give you all, my patient, loyal Fans and Trolls, something to quell your pallets until Official Merchandise is sold in Official Stores such as Toys 'R' Us, GameStop, Best Buy, Wal-Mart, etcetera '''and such'''.''&amp;lt;ref&amp;gt;[[CWC Blog|Cwcipedia captain's log, 25 November 2009]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris understands the term's meaning, but uses it superfluously.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;anthropological&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(adjective)'' human-like, anthropomorphic.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''In dressing myself for the burial work, I saw Snoopy had merged with his '''anthropological''' self-counterpart on the C-197 half of the veil.''&amp;lt;ref&amp;gt;[[July 2021 social media posts#Eulogy for Snoopy]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;acquisition&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' A charge or allegation of wrongdoing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''NO! MORE! Of those stupid '''acquisition''' messages!''&amp;lt;ref&amp;gt;[[I Am The TRUE, Original CCWC]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A {{w|malapropism|malaprop}} of &amp;quot;accusation&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;artery&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' art.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Good evening, but between this and the, uh, oh, and the other clips I would like to present you, uh, a few examples of hand '''artery'''.''&amp;lt;ref&amp;gt;[[CWC - Hand Drawn Original]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Not to be confused with the term for blood vessels. Chris doesn't seem to realize &amp;quot;art&amp;quot; is already a noun and doesn't need the suffix, and that &amp;quot;artistry&amp;quot; also exists.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;as such&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adverb)'' In the manner previously described.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''They just hated me because they don't, they did not understand people with autism. And so they tortured me '''as such'''.''&amp;lt;ref name=FatherCall&amp;gt;[[Father Call]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris overuses this phrase to the point of self-parody. He's either tacking it on to fill space when he can't think of the next thing to say, or he's peppering it into his language in a feeble attempt to sound intelligent.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;ass burgers&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' [[Asperger's Syndrome]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''There are no quotes that cite the use of this CWC-ism directly, as Chris instead alludes to it as &amp;quot;a bad cut of cow meat&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Since the CWCipedia Saga, Chris has been noted for disliking Asperger's Syndrome, viewing it as something that makes autistic people look bad due to the term vaguely sounding like &amp;quot;ass burgers&amp;quot;. Chris has alternatively suggested the term can also sound like &amp;quot;something that can be picked nasally&amp;quot;, aka &amp;quot;ass boogers&amp;quot;. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;ass manager&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Either a misspelling or a derogatory term for &amp;quot;assistant manager,&amp;quot; based on the abbreviation &amp;quot;ass. manager.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I did not learn until much later that the spritz had done a lot worse than I had imagined it would, as well as learning that they were the so-called &amp;quot;Manager&amp;quot; and &amp;quot;Ass Manager&amp;quot; of that particular store.''&amp;lt;ref name=ShitMeetFan&amp;gt;[[December 2014 Facebook Posts#Shit, Meet Fan]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris has only used this term once, when referring to the [[Yellow-Shirted Foe]]. It's unclear if this was a misspelling or [[Manajerk|yet]] [[Jerkop|another]] childish insult based on someone's job title.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Attraction Location|attraction location]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Any place Chris may sit to gain the attention of any passing women, only to get promptly kicked out afterward.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Also, as of early November, I was reemitted into the Fashion Square Shopping Center, and since Mid-December, I totally left the UVA as an '''Attraction Location'''.''&amp;lt;ref name=CurrentDays&amp;gt;[[Story of My Current Days]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris, having a very difficult socializing with women, thought that sitting around in a certain place and soliciting himself would be a better alternative. Therefore, it would make sense to him to sit in a location with many people in order to gain the attention of several women.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;attraction time&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The time that is spent at an attraction location&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Then, on my next visit to the mall, I felt seriously depressed about what had happened the other day; it killed my '''attraction time'''''.&amp;lt;ref name=CurrentDays/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;audio-sonic feeling&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' the arousing feeling caused by getting hit by sound waves&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Here is a most '''audio-sonic feeling'''. While at the club last night, the [[Chris and music|music]] was loud, maybe reverberating or echoing. The music and beats literally shook up my rack! I actually Felt the music playing and reverbing within my breasts, almost like my breasts had become a pair of speakers. It Felt Amazing and Arousing!''&amp;lt;ref&amp;gt;[[May 2015 Facebook posts#Manboob Tunes]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: As shown in the quote above, Chris believed that he was sexually aroused when sound waves hit him. In actuality, sound, a vibration,&amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Sound&amp;lt;/ref&amp;gt; creates pressure. The louder the sound, the more pressure gets created from the wave. Therefore, very loud music should be able to hit Chris given that he's a [[obesity|huge target]], creating that &amp;quot;arousing&amp;quot; feeling, which is actually an alternation between high and low pressures.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== B ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;B-dog&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Derogatory epithet for women.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Then that [[Mary Lee Walsh|'''B-Dog''']] ripped up my notes and all, dragged me to her quarters and talked down to me very RUDELY AND HOARSELY.''&amp;lt;ref&amp;gt;[[User:ChrisChanSonichu profile]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Childish censorship of the word &amp;quot;bitch&amp;quot;; bitch also meaning &amp;quot;female dog&amp;quot;. [[Bubbles Rosechu]] is implied to say this in [[Sonichu 8|''Sonichu'' #8]], when she shouts &amp;quot;BEEE..!!!&amp;quot; at [[Silvana]].&amp;lt;ref&amp;gt;{{CWCipedia link|Issue_8/Page_95|Issue 8 Pages 94-95}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;bally&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' round; having the texture of a perfectly round ball.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I've always given her a &amp;quot;'''Bally'''-Scratch&amp;quot; where I stroke her head with all five fingers like as if I was gently squeezing a rubber ball.''&amp;lt;ref&amp;gt;[[Chris emails 2004-2006]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: If one didn't know Chris was referring to his dog, Patti, and that he gives her a &amp;quot;Bally-scratch&amp;quot; on the head, one might conclude that he's fondling someone's genitals. Chris, [[CWC-isms#N|naive]] to how suggestive this sounds, gave this special kind of petting the name &amp;quot;Bally-scratching&amp;quot; because of how stroking her head felt like he was squeezing a rubber ball.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Be Woman&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb phrase)'' Be '''a''' woman.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am a Lesbian Transwoman; I am not confused or mentally ill about that; '''I Am Woman.'''''&amp;lt;ref&amp;gt;[[March 2017 tweets#Proud_to_be_a_feminist]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''How Dare You Insult and be so Inconsiderate of Her like that? '''She Is Woman'''; she would Never Revert Back.''&amp;lt;ref&amp;gt;[[NightStar2891_tweets#She_is_woman]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used regularly when Chris asserts his [[Tomgirl|transgender identity]], notable for the consistent lack of a proper article and capitalization of each word in the phrase. Originally only attested in the first person (&amp;quot;I Am Woman&amp;quot;), a post on Chris's [[Miss Night Star]] Twitter sockpuppet account uses the third person (&amp;quot;She Is Woman&amp;quot;). Technically first appears in [[Sonichu 8]] when [[The Incredible Lioness]] attacks [[Jason Kendrick Howell]], as the somewhat cliché musical reference [[wikipedia:I Am Woman|&amp;quot;I am woman, hear me roar!&amp;quot;]], which may have inspired Chris's broader use of the phrase. This could be a reference to the Bhagavad Gita or Oppenheimer (&amp;quot;Now I am become death, destroyer of worlds.&amp;quot;) [[honor roll|but this is unlikely]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--;bearing false witness&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' lying, misrepresenting &lt;br /&gt;
&lt;br /&gt;
;benevolent&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' bad, wicked.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Bigfoot hunts&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The act of taking photos of Chris when you spot him in public.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I've had it with those shutterbug...Bigfoot hunts imposed upon me because ENOUGH IS ENOUGH!&amp;lt;ref&amp;gt;[[C-Log 03182026]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in C-Log 03182026, where Chris complains about sightings of him being posted online, all while inadvertently comparing himself to a big, smelly ape.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Biological clock|biological clock]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' [[Wikipedia:Circadian Rhythm|circadian rhythm]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''I have a lot of stored caffeene [sic] in my energy supply, and not only kept me on my toes, but has also messed up my fucking '''biological clock''' as well.''&amp;lt;ref&amp;gt;[[Biological clock]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Although technically not used incorrectly in this context, the phrase &amp;quot;biological clock&amp;quot; is used exclusively for women in their child-bearing years. Possibly a confusion with &amp;quot;internal clock&amp;quot;. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;blangry&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' [[Chris and anger|Angry]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Oh, and how 'bout this?! I get '''BLANGRY'''! ''&amp;lt;ref&amp;gt;[[Chris Calls Clyde Out]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Given Chris's belief that he has [[Chris and English|mastered the English language]] and his [[speech impediment]], it's likely he meant to say angry.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;blue-printed &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Skilled in engineering.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I like many others, was born a foal; to a '''blue-printed''' Pegasus and a country tomboy earth mare.''&amp;lt;ref&amp;gt;https://kiwifarms.net/attachments/screenshot_20171019-235945_01-png.299275/&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris portrayed Bob's Pony Counterpart in [[Sonichu 12-9|''Sonichu'' #12-9]] as an engineer, just like the real [[Bob Chandler|Bob]]. Due to Chris's limited vocabulary, Chris knew few words to describe Bob's profession. Derived from the word &amp;quot;blueprints&amp;quot;, the plans set for the design of a product. &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Boyfriend-free girl|boyfriend-free]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Single; particularly used on women.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Ahh, well, it's been over a year and ten months now since I started my sweetheart-search; I still haven't found a '''boyfriend-free'''-caring-smoke-free-non-alcoholic-white-girl-near-my-age to build a relationship with from the ground up.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris’s mission in life used to be to obtain a girlfriend and have sex. However, every chance he thinks he gets, they already have a boyfriend. This has made Chris “fear” girls who already have boyfriends.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;breaking my balls, busting my balls&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(idiom)'' Feeling annoyed, teased, and/or nagged by somebody or something.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Don't do this, you're '''breaking my balls''' here.''&amp;lt;ref name=SHOWDOWN&amp;gt;[[SHOWDOWN: The TRUE CWC Confronts The FAKE]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I have gave you the last warning, I gave you the last response, you just '''busted my balls''' again, you're going to jail.''&amp;lt;ref name=SHOWDOWN/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Originally said by Eric Cartman in an episode of ''[[South Park]]''.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Buddha belly&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(expression)'' Excess fat that gives a person a [[obesity|very round appearance]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Okay, well, I admit I do have a '''Buddha belly''', but I am not lazy, I do get out and about, I exercise, I jog and work out, and I eat healthy.''&amp;lt;ref name=FatherCall/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: &amp;quot;[[Wikipedia:Buddha|Buddha]]&amp;quot; is a title given to several legendary figures in [[Wikipedia:Buddhism|Buddhism]]. In this case, Chris is making reference to [[wikipedia:Budai|Budai]], who is often known as &amp;quot;Fat Buddha&amp;quot;. Chris presumably picked up the phrase from the ''[[Family Guy]]'' episode &amp;quot;To Love and Die in Dixie&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;bugbears&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' [[Trolls]], [[weens]], and other Chris-related orbiters who make him miserable.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Freaking CyberBullies!!!!!!! Real '''Bugbears''', they are!''&amp;lt;ref&amp;gt;[[Apologies to the liked Bronies and Pegasisters; PLEASE UNBLOCK ME ON TWITTER!]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Although the term was originally defined in the 16th century as 'a cause of obsessive fear, anxiety, or irritation.', it was given another definition centuries later to describe a race of hobgoblins [[Wikipedia:Bugbear (Dungeons &amp;amp; Dragons)|made famous]] by ''[[Dungeons and Dragons]]''. It's widely believed that Chris picked up the term from [[My Little Pony]]: Friendship is Magic, which depicted these creatures as literal bear-insect hybrids that are first seen terrorizing the ponies. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;buh bye bay nose&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' but if anybody knows.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''If I knew who you were, I'd give you a kick in da bawls. But I can't, because I don't know who or where you are. '''Buh bye bay nose''' the whereabouts of the... [[JERKS|jerk]]... and just happens to be nearby... or within the state? Give him a swick kick for me.''&amp;lt;ref&amp;gt;[[Christian's Update 13 September 2008]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A result of Chris’s [[speech impediment]]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;but during the stone age...&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A rebuttal for something obvious being stated.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You don’t have to tell me twice! '''But during the stone age...'''''&amp;lt;ref&amp;gt;[[Sonichu 2]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: According to the [[Sonichu 2 Official Videobook|Videobook for Sonichu #2]], the phrase originates from how you need to “tell cavemen twice” over anyone else.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Butt garments|butt garment]]&lt;br /&gt;
[[Image:Ecp00065.jpg|thumb|Leaked footage of Chris in a butt garment]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' an adult diaper; typically one used to control Chris's [[DIRTY, CRAPPED BRIEFS|fecal incontenence]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''The doctor corrected that they were liners; he never called them diapers. Neither did Chris- he called them “'''butt garments'''”.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: To avoid embarrassment from stating that he shits himself constantly, and uses incontinence pads, Chris refers to them as butt garments. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== C ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;C-Log&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(abbreviation)'' Captain's Log.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''C-Log''' February 4th, 2010. First off, I'm not dead, and I have a few announcements to make.''&amp;lt;ref&amp;gt;[[I am Alive]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: For quite some time, Chris has had the habit of abbreviating certain words or phrases that begin with &amp;quot;'''C'''&amp;quot;, possibly for [[Chris and his Ego|his name also beginning with &amp;quot;'''C'''&amp;quot;]], as well as to put greater emphasis on the letter C in the words he abbreviates. Other examples of this kind of abbreviation include &amp;quot;C-Mas&amp;quot; and &amp;quot;C-Ville&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;C-Mas &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(abbreviation)'' Christmas&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''The [[Christmas]] season is upon us, and with that comes the rush for the '''C-Mas''' Turkey, Tree (real or artificial), and of course, the presents. So, Sonichu and the News Dash have some helpful tips to give a better feel of the season to all.&amp;lt;ref&amp;gt;[[Sonichu's_News_Dash#A_Very_Special_Holiday_Chris-chan]]&lt;br /&gt;
&amp;lt;/ref&amp;gt;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: See ''C-Log''.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;C Ville (or C-Ville)&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(abbreviation)'' [[Charlottesville, VA]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Look, you're going to back in '''C-Ville''' tomorrow, I can meet you at the McDonalds at Forest Lakes, what time is good for our meeting?''&amp;lt;ref&amp;gt;[[Vanessa AIM Chat 3]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' Generic term for any city whose name fits the pattern of beginning with &amp;quot;C&amp;quot; and ending with &amp;quot;ville,&amp;quot; e.g., [[CWCville]], Charlottesville, etc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And when you diss Cwcville you disf- you diss every &amp;quot;'''C Ville'''&amp;quot; within these United States.''&amp;lt;ref&amp;gt;[[Do Not Dis C Ville]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: See ''C-Log''.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Captain's Log|Captain's Log]]&lt;br /&gt;
[[File:CWCtrek1.png|400px|right|thumb|The Autistic Generation]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' The classic opening for a vlog video Chris makes to adress the fanbase, which includes the date of production. Replaced in 2015 with &amp;quot;live from home once again&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''Captain's Log'''. Stardate: September... 24th, 2008.''&amp;lt;ref&amp;gt;[[Chris Chan Update 24 September 2008]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: One may come to the conclusion that Chris picked up this phrase from Star Trek, however, Chris is neither a fan of the Star Trek franchise, nor has he seen any clips of the show&amp;lt;ref&amp;gt;[[Mailbag_3]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[Mailbag_14]]&amp;lt;/ref&amp;gt;. It is more likely that Chris picked up the phrase from cartoons like [[Family Guy]], which references Star Trek, considering how much he watched the show religiously.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;carniverous  &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' evil, vengeful.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''On today's show, we will take a close-up look at the '''carniverous''' jerkops.''&amp;lt;ref&amp;gt;https://archive.sonichu.com/cwcville/SchuComic5P29.htm&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;Origin: A misspelling of &amp;quot;carnivorous&amp;quot;. It is unknown what word Chris meant to use here, but &amp;quot;carnivorous&amp;quot; certainly wasn't it.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[china]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Female genitalia &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I love dykes! DYKES! '''CHINA!'''''&amp;lt;ref&amp;gt;[[CWC's_Second_Message]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris, uncomfortable with directly saying the word &amp;quot;vagina&amp;quot;, decided to alter the word to a cutesy, similar-sounding word. Based off of a term for porcelain &amp;quot;china&amp;quot;.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;coldest shoulder &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' to rebel.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Those people like me at the very least, NOT counting all of the deceitful people I have had the displeasure of knowing who turned '''Coldest Shoulder''' Against me and STARTED all of the Online Hatred.''&amp;lt;ref&amp;gt;[[April_2012_Facebook_posts]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''One of which, Amanda, is one of the Part-Time Manajerks who gives her elders the '''coldest of shoulders'''.''&amp;lt;ref&amp;gt;[[Coffee Place]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A misuse of the phrase &amp;quot;turning a cold shoulder&amp;quot;, a phrase used for the negligence of another person&amp;lt;ref&amp;gt;https://www.collinsdictionary.com/us/dictionary/english/turn-a-cold-shoulder-to&amp;lt;/ref&amp;gt;. &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Come Adore&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A sermon from Chris's religion. &lt;br /&gt;
&amp;lt;blockquote&amp;gt;''That's all for now. Be safe and well.&lt;br /&gt;
&lt;br /&gt;
Mrs. Jesus Christine Chan Sonichu.&lt;br /&gt;
&lt;br /&gt;
Commodore Come Adore&amp;lt;ref&amp;gt;[[Jail Letter - 27 June 2022]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Yet another retarded pun from Chris, specifically based on the [[Commodore 64]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Comeuppance|comeuppance]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Male orgasm.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''...I feel my '''comeuppance''' and I come into your mouth, my [[semen]] is inside your mouth and you'd swallow every drop. (...) And right after I'd given you my first round, my first '''comeuppance''', you would take, you would reach down, and you would take your face away from my penis...''&amp;lt;ref&amp;gt;[[Chris Sex Logs]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' [[Semen]], usually immediately after ejaculation. ''See also: [[CWC-isms#N|Navy]]''&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Yeah, and I'm just gonna keep bangin' your breasts over and over again until you get the first dosage of my '''comeuppance'''!''&amp;lt;ref&amp;gt;[[Kacey Phone Call]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris uses the sexual slang &amp;quot;cum&amp;quot; as a [[For Julie's Eyes Only|verb]] for orgasm, but he may not realize it can also be a noun referring to ejaculate. In his mind, &amp;quot;comeuppance&amp;quot; apparently serves that purpose, viz., &amp;quot;that which has come/cum up.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
In the real world, &amp;quot;comeuppance&amp;quot; is an English noun meaning [[Wiktionary:comeuppance|outcome which is justly deserved]] based upon the common verb &amp;quot;come,&amp;quot; i.e., the state of coming forward to receive judgment. He is either unaware of the original definition of the word or does not appreciate the irony of telling women he's going to give them comeuppance.&lt;br /&gt;
&lt;br /&gt;
Note that the contexts of the real word and Chris's version are different. When a woman is rebuked, she receives her comeuppance; when a woman gets Chris's hot load in her face, she receives ''his'' &amp;quot;comeuppance.&amp;quot;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;count you(r) blessing(s)&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A phrase used as a retort when someone complains about the quality of your work.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;It’s an early thing; it will improve later on. Curb your enthusiasm and '''count your blessing.'''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Origin: In [[January 2020]] Chris was seen using the phrase when he was attacked after chimping out about being blocked on social media. Recently people have been questioning the quality of the newest [[medallions]], produced by [[Praetor]]. Chris, perhaps in an attempt to &amp;quot;calm the trolls down'' tells them to '''count their blessings''.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;crash into slumber (or crash and burn)&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' To get so sad and [[Chris and stress|stressed out]] that you get tired from exhaustion.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;And… the void in my heart that requires a sweetheart is open again, and it hurts. I hope you jerks and trolls who wanted to break us up… are happy… 'cause all you did was make me feel sad and depressed. And you made me '''crash… into slumber'''… a couple of times. And you know, it takes a lot of stress and exhaust… and such… to make a person feel like they're gonna crash and burn… into a whole bunch of s-- into a long slumber… that just basically sleeps o-- that just basically sleeps off the—uh, what's the word I was looking for? I had it. Ugh…&amp;lt;ref&amp;gt;[[Chris Chan Update 21 October 2008]]&lt;br /&gt;
&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris famously said that he &amp;quot;crashed into slumber&amp;quot; in the video [[Chris Chan Update 21 October 2008]], where he shows off how depressed and angry he was with his latest tomfoolery at the time. It could be because that one of Chris's main methods of coping with his stress is to sleep it off, and tried to make it sound hyperbolic by stating that he &amp;quot;crashed&amp;quot; onto the bed, as if he tried to get it done sooner.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;crestfallen&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Sad and disappointed&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I should have been Highly Recognized for my ARTISTIC TALENTS I showed in my Many Art Classes for the Award Ceremonies before Graduation Day. I felt '''crestfallen''' greatly from not getting recognized for any of my Talents. I EXCELLED IN MATH TOO FOR THE LOVE OF GOD!''&amp;lt;ref&amp;gt;[[Chris's Wikipedia profile#Graduation]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I also HAD Hidden ALL of the Blue Armed Sonic Toys at Toys R Us here, concealed hidden amongst their metal cupboards, so they ALL would NOT be SOLD, and Best Boycotted for The Protest! They remained hidden for the longest time of over a Month; found and reshelved near the 20th of December to my personal dismay and '''crestfall'''. And at Best Buy, ALL Copies of THEIR Sonic Boom Games are STILL SUCCESSFULLY CONCEALED AND HIDDEN from View AND Purchase!''&amp;lt;ref name=ShitMeetFan/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Another obscure word Chris liked to use a lot, even today. It even got to the point where he tried to put it into a baffling progressive tense &amp;quot;to my dismay and crestfall&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;crooks&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Those who may steal Chris's intellectual property for malicious purposes. ''(pl.)''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I aways keep my eyes open for '''crooks''' who take my [[Electric Hedgehog Pokémon|Electric Hedgehog Pokemon]]'s name and put it in offensive use!''&amp;lt;ref&amp;gt;''[[:File:116-CWCCop.jpg|116-CWCCop.jpg]]''&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' websites, and even words on websites which communicate lies about Chris.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And that [[ED]] page is one of those crooks. Every page--every word on the discussion page is a '''crook'''.''&amp;lt;ref&amp;gt;[[Take that Page DOWN NOW!]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Curse-ye-ha-me-ha]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A finishing move Chris does on his adversaries in order to &amp;quot;curse&amp;quot; them, publicly or otherwise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Hmmm...'''Curse-ye-ha-me-HAAAAAAAAAAAAAAA!!!'''''&amp;lt;ref&amp;gt;[[NO D*** WAY, IMPOSTOR!!!]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Origin: A reference to the Kamehameha energy attack from the [[Dragon Ball]] series, performed in the same way it is in the anime. Chris believes that he possesses [[Chris and reality#Magic|magical powers]]. Typically, these so-called magical powers would be used whenever an enemy gets in the way of whatever he wants to do, since Chris is too afraid to actually fight anyone. Therefore, he will rely on this magical power in order to gain control of whoever is giving him trouble.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;CWC-sense&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The ability to sense Chris's presence. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Seriously though, awesome timing coming in, just as we, and Chris, had just finished writing the lyrics...was your '''CWC-sense''' tingling?''&amp;lt;ref&amp;gt;https://www.patreon.com/posts/15092809&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== D ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;D.A.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(abbreviation)'' Unexplained, presumably a substitution to avoid the word &amp;quot;dumbass.&amp;quot; Most likely ''not'' &amp;quot;District Attorney,&amp;quot; although equally applicable to [[Marvey Blaziken]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You are obviously a troll trying to pick on my nerves; nice try, '''D.A.'''''&amp;lt;ref&amp;gt;[[Mailbag 15]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris intermittently decides to self-censor his profanities for the benefit of younger readers.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;da&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(article)'' [[Wikipedia:Eye dialect|Eye dialect]] spelling of the word [http://en.wiktionary.org/wiki/the the].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Y'all know me as [[DJ Jamsta|Jamsta Sonichu]], '''da''' DJ with da power!''&amp;lt;ref&amp;gt;[[Sonichu 8|''Sonichu'' #8]], page 43&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris writes &amp;quot;the&amp;quot; as &amp;quot;da&amp;quot; when he intends for his characters (or himself) to sound laid-back and cool. This is most notable with Jamsta Sonichu, who is supposed to sound like a hip radio DJ and/or a [[Chris and Race#Black_people|Jamaican man]]. Chris may intend at times to do the same thing in his verbal communications, although his [[speech impediment]] makes it difficult to tell when he actually means to say &amp;quot;da.&amp;quot;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Da Update&lt;br /&gt;
[[File:Daupdate.jpg|thumb|400px|[[Megan]], comparing Chris's [[Chris and his Ego|attitude]] to [[Dragon Ball Z|Goku]].]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' The latest news.&lt;br /&gt;
&lt;br /&gt;
2. ''(phrase)'' The most recent fail Chris is responsible for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Hey, guys! What's '''da update'''?''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Dialogue used by Chris, in an exceedingly awkward attempt to sound casual, in the pages of [[Sonichu 7|''Sonichu'' #7]].  As Chris's [[fans]] have searched the Internet for the latest news from our hero, &amp;quot;da update&amp;quot; has become shorthand for &amp;quot;the latest [[Relics of Fail|failure]] Chris has committed.&amp;quot; The phrase became legendary when posted above the Chris-chan talk page on [[ED]] (eventually the page was locked, forcing mass migration to the [[PVCC (message board)|PVCC]]).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Darling|darling]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)''  A potential lover, even one that shows no affection back at you. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Thank you, Doopie '''Darling'''. :)&amp;lt;ref&amp;gt;[[July 2017 tweets#Thanks, darling]]&amp;lt;/ref&amp;gt;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris, so hellbent on being [[Chris and kindness|kind]] to just about any potential sweetheart he met, thinks it's appropriate to refer to women he doesn't know outside of the internet by pet names to sound like he really cares for them, despite it being creepy to most other people. Chris's main justification for using this word on women who don't bond with him is that the actor [[Wikipedia:Tallulah Bankhead|Tallulah Bankhead]] used this word a lot, ignoring the fact that she only did this while on set and was an attractive woman.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Dating education|Dating Education]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' formal education in schools about dating people of the opposite sex.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Also, in addition, while we also fully support Sexual Education in every high school, Christian Weston Chandler also highly recommends, and would gladly support, '''Dating Education''' classes, because, while Sex Ed is great for the eventual, well-earned intercourse after 3 or more dates, it is vital to learn what to do before that moment. It should be well0taught how to approach and ask one’s member of the opposite gender out for the very first date.''&amp;lt;ref&amp;gt;[[:File:DatingEducation.jpg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The lack of &amp;quot;Dating Education classes&amp;quot; is something that Chris used to complain about all of the time, because he's simply incapable of finding a [[CWC-isms#S|sweetheart]], and that it would be a great advantage for people of his type to learn how to do so. Chris doesn't understand that a key aspect of obtaining a mate is to develop the proper [[Chris and socialization|social skills]], especially those around [[women]], and that it has very little to do with how much sex he has with them.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;dementia&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A synonym for Chris's [[autism]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''My brain is blank and, I definitely wouldn't have realized. Word of the day, Dementia. The umbrella term for all the mentally wearing down people, I got some dementia okay? So give me time, give me space, alright? And some slack.''&amp;lt;ref&amp;gt;[[Live Game Stream - C-Log 04192017 - The Shirt]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;detail&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A thing of importance that Chris cannot recall at any given moment.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I do not have the appropriate calm state of mind to make time to READ those numerous upon numerous small-print '''details''', much less memorize them.''&amp;lt;ref&amp;gt;[[Wikipedia#May 2009 drama]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;2. ''(noun)'' Something that Chris does not understand.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''There was one I remember from then where the essay had a lot of offensive content, including smoking, and I spoke my mind on how offended I was of it. Plus other details I misunderstood that he was expecting in the assignments.'' &amp;lt;ref&amp;gt;[[Jackie E-mails 9]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris's ability to retain information is questionable (unless it's about [[Sonichu (comic)|something]] [[Lego|he]] [[Pokémon|obsesses]] [[PS3|over]]). As such, he &amp;quot;misunderstands&amp;quot; and &amp;quot;forgets&amp;quot; a lot of glaringly important things, such as [[Father call|how to live on his own]] and [[Jackie E-mails 2|the fact that he cheated on Ivy]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;devotee &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An [[enabler]] of Chris.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Ah, I believe I have the proper term. Going from &amp;quot;Worshiper&amp;quot;, I checked the thesaurus:&amp;quot;'''Devotee'''&amp;quot; in the term sounds better. &amp;quot;Devotees of Chris Chan Sonichu&amp;quot;(DoCCS). This is my better educates and thought suggestion.&amp;quot; ''&amp;lt;ref&amp;gt;[[November 2019 social media posts#Devotees of Chris Chan Sonichu]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Believing himself to be a goddess, Chris needed a term to refer to any of his followers. The term was originally &amp;quot;worshiper&amp;quot;, but then after a quick thesaurus search, he decided to change the term to &amp;quot;devotees&amp;quot;, solely because he thought it sounded smarter. Although technically a synonym of &amp;quot;worshiper&amp;quot;, the term &amp;quot;devotee&amp;quot; is more often used in Eastern religions such as Hinduism and Buddhism. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Did the do, to do the do&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' To have sexual intercourse, likely under deceptive conditions&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''[[Lovely Weather|Lovely]] was hot. She mistook me for myself and we went home from work that night, so Lovely and I '''did the do''', and it was awesome!''&amp;lt;ref&amp;gt;{{CWCipedia link|Issue_10/Page_2|Issue 10 Page 2}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An even more benign variation of the common euphemism for sex, &amp;quot;doing it&amp;quot;. Likely taken from [[Wikipedia:Emission_Impossible|an episode]] of [[Family Guy]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;dige&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Marijuana&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''My name's [[Inos]]... wha' chu up to? I am eclectic on this hedge... high on the hog... you wan' som' of this '''dige''', mon?''&amp;lt;ref&amp;gt;{{CWCipedia link|Issue_10/Page_70|Issue 10 Page 70}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Intended to be part of a coded reference to &amp;quot;Sonichu, Electric Hedgehog Digimon&amp;quot;. It is not known why he changed the reference from &amp;quot;Pokemon&amp;quot; to &amp;quot;Digimon&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[dimension]]&lt;br /&gt;
[[File:Chrisminecraft.jpg|right|thumb|In a universe of multiple realities, anything is possible according to Chris.]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Either our universe or a fictional one, such as the one in which ''[[Sonichu (comic)|Sonichu]]'' or ''[[My Little Pony]]'' are set, both held to be equally [[Chris and reality|real]] in Chris's ontology.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''For Our Home World and All other '''Dimensions''', Realities and Worlds; All Of Us! Dance! Dance! Dance!!!''&amp;lt;ref&amp;gt;[[Freestyle Dance With Me, For Our World]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Dumbing down some physicists' hypothetical notion of other physical universes embedded in mathematically higher-dimensional space, which has since seeped into pop culture and thence down to Chris.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[DIRTY, CRAPPED BRIEFS]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' Used as a reference to Chris's fecal incontinence.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I have NUMBERS OF PAIRS OF '''DIRTY, CRAPPED BRIEFS'''.''&amp;lt;ref&amp;gt;[[IRC_(20_January_2009)]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris used this phrase during an [[IRC (20 January 2009)|IRC chat]] with [[Clyde Cash]] and [[BILLY MAYS]] after they alleged that Chris has a fondness to wear women's underwear. In order to confirm his straightness, he retorted by admitting the fact that he has &amp;quot;NUMBERS OF PAIRS OF DIRTY, CRAPPED BRIEFS&amp;quot;. Soon after, due to how humorous the phrase sounded, it became a shorthand for trolls to refer to Chris's fecal incontinence.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;disabled of crafting&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' Too apathetic to work&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Since last December with the Lulu.com problems (resolved), that has left me with a bad emotional and mental scar. Leaving me feeling '''disabled of crafting'''...''&amp;lt;ref&amp;gt;[[August 2016 Facebook posts#Too lazy to work]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris being defensive when a customer asked how he could be trusted to follow through on an order, when he had failed to send out orders from his Etsy shop, which resulted in his seller account getting closed.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;dispel&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' Reject, turn away&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''[T]o dispel me is to discriminate against the LGBTQ community as well.&amp;lt;ref&amp;gt;[[Unban_contracts#GameStop|GameStop unban contract]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A misunderstanding of the meaning of the word.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Dork of Ages&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Someone who deserves scorn for creating an [[Encyclopedia Dramatica]] article on you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;He is the '''Dork of Ages'''. Y'all should be sending every last complaint and hatred towards—rain down upon him. Send him every last email you can. Shower him with as much hate as possible until that Encyclopedia Dramatica page is taken down, [gives a thumbs down] along with him.&amp;lt;ref name=AttentionAll&amp;gt;[[Attention All Sonichu Fans (NOT HATERS)]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used on [[Jason Kendrick Howell]] after he created Chris's Encyclopedia Dramatica page. This phrase was [[List of phrases Chris copied from media|taken]] from the American Dad episode &amp;quot;Dungeons and Wagons&amp;quot;, where Hayley called Steve the &amp;quot;Dork of Ages&amp;quot; while he played &amp;quot;Dragon Shuffle&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Drunk, High Aqua Teenatic &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Backstabber. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You could be a Better, More Supportive Friend, instead of a '''Drunk, High Aqua Teenatic''' with your sweetheart!!!''&amp;lt;ref&amp;gt;[[October 2017 Facebook posts#Quinn breaks up with Chris again]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A bizarre attempt to turn the title of the Adult Swim cartoon, ''[[Aqua Teen Hunger Force]]'' into an insult.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[duck]]&lt;br /&gt;
[[Image:BentDuck.jpg|thumb|right|An example of a bent duck]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Chris's penis &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''MY '''DUCK''' HUNGERS FOR TOM-TOM TO POUND!!!!!''&amp;lt;ref&amp;gt;[[I_Am_The_TRUE,_Original_CCWC]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Initially &amp;quot;duck&amp;quot; was taken to be a typo of &amp;quot;dick&amp;quot; since the &amp;quot;u&amp;quot; and &amp;quot;i&amp;quot; keys are close together. It was later revealed that Chris was using this neologism as an intentional euphemism to refer to his own penis.&amp;lt;ref&amp;gt;[[Mumble 8]]&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
''See also:'' [[CWC-isms#P|pickle]]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;dyke&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A vagina.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I love dykes! DYKES! '''CHINA!'''&amp;lt;ref&amp;gt;[[Captain's Log, Stardate August 3rd, 2008]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In actuality, the word dyke (or dike) refers to an embankment, wall, or ridge built to control or confine water. It is also a derogatory term for [[lesbian]]s, which is somewhat ironic, given Chris's homophobia at the time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== E ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;elbow-greased &lt;br /&gt;
[[Image:Elbow-Greased Strength.jpg|200px|thumb|Chris gets swole]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Earned from hard work and exercise &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''There are no quotes that cite the use of this CWC-ism. It appears in his [[resume]], where he lists &amp;quot;elbow-greased strength&amp;quot; as one of his &amp;quot;functional skills&amp;quot;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A misuse of the idiom, &amp;quot;elbow-grease&amp;quot;, a figure of speech humorously used for tasks that involve manual labor only. &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Electric Hedgehog Pokémon]]''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Any of the characters found in Sonichu which are hybrids of [[Sonic the Hedgehog]] characters and/or Pokemon. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Since the inspiration and conception of Sonichu, the '''Electric-Hedgehog Pokemon''' on March 17, 2000, I have grown further in his stories, plots and adventures in a series of hand-drawn and computer-edited comic books.''&amp;lt;ref&amp;gt;[[Chris's resume]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Despite the name, a majority of &amp;quot;Electric Hedgehog Pokemon&amp;quot; are neither Pokemon or hedgehogs. This misnomer may come from Chris's original characters being hybrids of two Sonic characters, both of whom are hedgehogs (Sonic and Amy Rose) and two Pokémon (Pikachu and Raichu).&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;emotional differences&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A strong disagreement between two people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I told you! It was, it was because of, uh, '''emotional differences.'''''&amp;lt;ref&amp;gt;[[Father Call#The Shit Hits the Fan (33:24-39:17)]]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris mentioned that he got terminated from [[Wendy's]] in the [[Father Call]], due to their &amp;quot;emotional differences&amp;quot;, possibly meaning that a heated argument between him and his employer ensued.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;empirical &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' resorting to experience to gain knowledge rather than through scientific means. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''So, throw away the book talk; be '''empirical''' and believe what you know is fact'' &amp;lt;ref&amp;gt;[[October 2012 Facebook posts#Empirical]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris attributed the nearly opposite definition of the word to Jeremy Hilary Boob PhD, a character from ''{{w|Yellow Submarine (film)|Yellow Submarine}}''. Considering this, Chris must have picked up this strange definition from the content in the Beatles Edition of ''Rock Band''.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;entendre &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Charisma or attraction&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Too much '''entendre'''?''&amp;lt;ref&amp;gt;https://www.patreon.com/posts/15092809&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Derived from the phrase &amp;quot;double entendre&amp;quot;, a figure of speech used for words or phrases with a double meaning, typically [[Duck|with]] [[Mass Debating|one]] [[China|of]] [[Recycling|them]] [[Pickle|being]] [[Comeuppance|risque]].&amp;lt;ref&amp;gt;https://www.merriam-webster.com/dictionary/double%20entendre&amp;lt;/ref&amp;gt; In English, the word &amp;quot;entendre&amp;quot; isn't typically used outside of the phrase itself, but in many other languages like French and Catalan, it is understood to mean &amp;quot;to hear&amp;quot; or &amp;quot;to understand&amp;quot;. Chris, thinking he knows everything there is to know about the English language, once again thought he would sound smart by using this obscure word. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== F ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;F-yay&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' A euphemism for the swear word &amp;quot;fucking&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''For all this time, every single time, [[Mass debating|it takes me fifteen '''f-yay''' minutes]].''&amp;lt;ref&amp;gt;[[Workaholics Anonymous comic]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Seen in the [[Workaholics Anonymous comic]] from [[March 2021]] and again in [[August 2025]].&amp;lt;ref&amp;gt;[[August 2025 social media posts#Decepticlone Punislav... yay]]&amp;lt;/ref&amp;gt; The yay comes from Fluttershy's cheer in the [[My Little Pony: Friendship is Magic]] episode &amp;lt;i&amp;gt;Sonic Rainboom&amp;lt;/i&amp;gt;, which was a popular meme in the brony fanbase.&amp;lt;/blockquote&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
;[[Fangs|fangs]]&lt;br /&gt;
[[File:Showing_Off_Fangs.jpg|thumb|right|200px|How Chris imagined himself when showing off his canines]]&lt;br /&gt;
[[File:ChrisCavities.JPG|thumb|right|200px|The reality. The red arrows point to Chris's cavities]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Chris's canine teeth.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''They're called Eye-Teeth, but they feel and look like '''fangs''' of a vampire, dog or something to me.''&amp;lt;ref&amp;gt;[[Sonichu_Girls#Your_understanding_me_fukky_.281_January_2009.29]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I'm not afraid to SHOW MY '''FANGS'''!''&amp;lt;ref&amp;gt;[[CWC_Update_8_January_2009]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris believes his teeth to be unordinary compared to most other people's teeth, apparently believing canine teeth are some kind of special trait only a selected few people have. Because he believes his canines to be menacing, he gave them the name &amp;quot;fangs&amp;quot;. Once in a while, Chris would show off his decaying teeth to scare his enemies. This usually works, although for the wrong reasons.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;faredoo&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(interjection, imperative verb)'' Parting salutation, akin to &amp;quot;goodbye&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Vessel of my loneliness for the past three years of anguish. I bid you fond...'''faredoo'''. Adieu. Fond farewell adieu...''&amp;lt;ref&amp;gt;[[The MovingFoward videos]].&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Accidental portmanteau of &amp;quot;farewell&amp;quot; and &amp;quot;adieu&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;fart-minded&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' dumb and perverted.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Ha Ha! Take THAT, you '''fart-minded''', jerk [[MALE]] among ALL fart-minded, jerk Males that make up the Majority of the Worldwide Male Population! -:D&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=ivtWQTjXCDs&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in the comment section of a Stopmotion Lego animation, where a ''Lego'' minifigure is in a sexual relationship with a ''Lego Friends'' minifigure. Throughout this video, the Lego minifigure essentially acts how Chris believes most men do. At the end of the video, the male minifigure proceeds to fart, which disgusts the female minifigure. Also a possible butchering of the phrase &amp;quot;brainfart&amp;quot;, which is used to humorously refer to a moment of absentmindedness.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;firstly&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adverb)'' A word that indicates that Chris is about to tell someone why he's right. Often not followed by an enumerated list of reasons, despite the implication.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''Firstly''', Aspergers is NOTHING Similar to Autism; Aspergers pertains to MEMORY, Autism is Social Skills. and I'm High-Functionally Autistic''&amp;lt;ref name=IRC2January09&amp;gt;[[IRC (02 January 2009)]].&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Use of &amp;quot;firstly&amp;quot; to begin a list, rather than &amp;quot;first,&amp;quot; is a matter of dispute. While both words exist in the dictionary, &amp;quot;Firstly&amp;quot; has fallen out of common use in speech and tends to sound more formal, perhaps overly so. Chris seems to like this formality, probably because he thinks it sounds smart.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;French side dish&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A kiss that involves the usage of one's tongue.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''&amp;quot;I LOVE YOU&amp;quot; would be shared daily with a '''French side dish'''.''&amp;lt;ref&amp;gt;[[For My True Love, I Would…]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A bizarre take on the phrase &amp;quot;French kiss&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;fondful&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' fond.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Faithfully yours with '''fondful''' thoughts; Chris Chan.''&amp;lt;ref&amp;gt;[[Megan Emails, Jan-July 2007|Chris's email to Megan Schroeder]], 06 July 2007&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris apparently doesn't understand that &amp;quot;fond&amp;quot; is already an adjective by itself.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;for good-like&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' final, but with the imagined possibility otherwise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And in June of 2008, he banned me from the store '''for good-like'''.''&amp;lt;ref&amp;gt;[[Wallflower E-mails|Chris's email to The Wallflower]], 18 February 2010&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Confusing modification of &amp;quot;for good&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;foresee/foretell/foreknow&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' To make a wild guess at something occuring, claiming it's a &amp;quot;prediction&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''#Saberspark Is right. This is one reason why I stay clear from certain games and shows. My intuition also senses and '''foresees''' the quality and feel without even having to watch or play it at all''&amp;lt;ref&amp;gt;[[March 2025 social media posts#Brainrot]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(verb)'' To have predicted something that already happened or that someone else claimed would happen, but didn't.&lt;br /&gt;
&lt;br /&gt;
Origin: Chris claims he has the ability to predict the future, an aspect of his divinity. However, Chris only ever makes these claims whenever an event has already happened, claiming he predicted it would, or when he makes a confident guess at the future based purely on his intuition.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;foundate&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' To dedicate, as in a monument or building.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I, Christian Weston Chandler, re-'''foundate''' this monument that is the PAGE with MY SOLE HONEST TRUTH from my sound mind and heart.''&amp;lt;ref&amp;gt;{{CWCipedia link|1=Christian_in_his_Own_Words#Captain.27s_Log.2C_Stardate:_June_6.2C_2009|2=Christian in his Own Words}}.&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Likely a portmanteau of &amp;quot;found&amp;quot; and &amp;quot;dedicate&amp;quot;, or a bizarre attempt to convert &amp;quot;foundation&amp;quot; into a verb.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;four-boomerang-shaped symbol&lt;br /&gt;
[[File:Fourboom.jpg|thumb|right|&amp;quot;G'Day welcome to Auschwitz&amp;quot;]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' minced oath for &amp;quot;[[Wikipedia:swastika|swastika]],&amp;quot; especially the ''Hakenkreuz'' symbol of the [[Nazis|Nazi]] Party.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Like Most People, I do not care much for Adolf; he was a terrible man, and even in jest, I WOULD NEVER want to portray him, much less, his '''four-boomerang-shaped symbol''' (I know what it is called, but I do not wish to type the word).''&amp;lt;ref&amp;gt;[[Mailbag 5#That wacky Hitler|Mailbag 5]]&lt;br /&gt;
&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris was apparently afraid to say the word &amp;quot;swastika,&amp;quot; probably for the same reason he used to [[Niggos|fear using racial slurs]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;fourth wall &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A boundary that separates [[Reality Cartoon|reality cartoons]] and [[Dimensions|dimensions]] from dimension C-197.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Hey, Everyone. I have another announcement for you all to do now, for yourselves and our OCs: Break Your Own '''Fourth Wall'''.&lt;br /&gt;
&amp;lt;ref&amp;gt;https://twitter.com/CPU_CWCSonichu/status/1195039493130199041&amp;lt;/ref&amp;gt;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' An abstract force that prevents people from talking to their OC's.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Our OCs in C-197 often break their '''fourth walls''', because they are aware of us, and it is our time and turn to return the favour.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Comes from the phrase &amp;quot;breaking the fourth wall&amp;quot;, a figure of speech humorously used on characters that acknowledge the audience directly, or state their awareness of the media they're in. Chris has taken this to mean that all dimensions in the universe are separated by this kind of barrier, therefore calling them &amp;quot;the fourth wall&amp;quot;. In a recent Twitter post, Chris has also stated that this mysterious force is the reason why people cannot see or interact with their OC's, but that the OC's themselves are fully aware of their creators, so will eventually break through the barrier every once in a while to speak to people of other dimensions.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;[[Friend Zone|friend zone]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The dreaded moment a sweetheart rejects you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''A lot of times, especially if the friend in question is opposite of gender 18 or older, they may have sex on the brain. And when that person hears from you that you just want to be friends, or in the other term, put into the '''Friend Zone''', that person will feel like they failed at getting the sex they wanted, or Ever will from you.''&amp;lt;ref&amp;gt;[[August 2017 tweets]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' The lousiest excuse a sweetheart could give for not having sex with Chris.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Nothing has happened in Women's Rights; the &amp;quot;Friend Zone&amp;quot; is only the LOUSIEST EXCUSE EVER to give to someone the woman deeply cares about and trusts so she could get out of sex or a relationship. I do not take kindly to that Excuse at this time.''&amp;lt;ref&amp;gt;[[Common Questions]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;	&lt;br /&gt;
&lt;br /&gt;
Origin: The Friend Zone refers to a relationship where one person desires romance, while the other only shows interest in friendship. Much like his stance on the Three-Date Rule, Chris believed that the Friend Zone is simply another rule explicitly placed on him by some unspecified authority to slow down his progress on completing his [[Love Quest]]. His belief that this is simply an &amp;quot;excuse&amp;quot; to avoid having sex with him reveals a lot on why he was [[Megan|overly-persistent with]] [[Wallflower|some of]] [[Doopie|his sweethearts]]. He couldn't imagine why any woman would not want to have sex with him, so he came to the conclusion that every woman he stalks are simply unfamiliar with sex and what goes into it.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Fuzzy-wuzzies|fuzzy-wuzzies]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The rewards of giving Chris compliments. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Compliments will get you '''fuzzy-wuzzies'''.''&amp;lt;ref name=FutureMessage&amp;gt;[[Christian Weston Chandler's FUTURE MESSAGE]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Unknown. Believed to be another example of Chris's random-access humor. May have been derived from an English assignment in [[Manchester High School|high school]], &amp;quot;[[Manchester High Leaks#Warm Fuzzies|Warm Fuzzies for Christian]]&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
''See Also:'' [[CWC-isms#P|prickly-wicklies]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== G ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;[[Gal pal|gal-pal]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' a female friend.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And also, I would like to give a shout-out to...Ivy, sweet '''gal-pal''' of mine...and her friend Rachel across the hall from her, in a college within these United States!''&amp;lt;ref&amp;gt;[[CWC Update 18 March 2009 More Updated]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris rarely refers to any of his female friends as just &amp;quot;friends&amp;quot;, simply because he thinks that all female friends have the potential to be [[CWC-isms#S|sweethearts]] before they're in the dreaded [[Friend Zone]]. Chris also states that due to his autism, this somehow means that he gets along much more easily with girls than with guys. &amp;lt;ref&amp;gt;[[Autism Tutorial Part 5]]&amp;lt;/ref&amp;gt; Although this could be more due to the fact that he overall has had much better experiences with girls than with boys growing up, especially in high school. This has caused him to pick up more [[Transgender|effeminate traits and characteristics]]. The term &amp;quot;gal-pal&amp;quot; is typically used by women when they are talking to other people in their social clique. Chris therefore picked this phrase up from the girls he's talked to (possibly using the phrase because he sees himself as &amp;quot;one of the girls&amp;quot;). It is also common for [[homos]] to use this to refer to their female friends.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;gawd&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(interjection)'' eye dialect of &amp;quot;god&amp;quot;, Used in the place of &amp;quot;god&amp;quot; when it is used to express annoyance, shock, or pain. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Life is f***ed up. (I had a real stressful Sunday afternoon) '''Gawd'''! Just... GAWD!!!''&amp;lt;ref&amp;gt;[[April 2017 tweets#STRESSFUL SUNDAY. GAWD!]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Possibly meant to add dramatic effect to saying &amp;quot;god&amp;quot;, which is already used to add dramatic effect.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;gaybian&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' a male lesbian.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Uh... simply put—and I am willing to say this... in sound mind and body: I... am a '''gaybian'''.''&amp;lt;ref&amp;gt;[[Chris Comes Out of the Closet]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris only used this word once in the video [[Chris_Comes_Out_of_the_Closet]]. Before this video, [[Clyde Cash]] had threatened to harm [[Julie]] under the condition that Chris refuses to admit that he's gay. Chris being Chris, he had absolutely no idea that he was once again under another elaborate trolling scheme, and had no clue how to handle the situation. Chris thought he could be sly and admit to being gay, while also being attracted to women. Thus, he tacked on the word &amp;quot;gay&amp;quot; onto &amp;quot;lesbian&amp;quot; to create the word &amp;quot;gaybian&amp;quot; so that he can say that he's a &amp;quot;male lesbian&amp;quot;, despite this being a complete contradiction within itself.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;geinus &lt;br /&gt;
[[Image:Robotnik.jpg|thumb|I'M A MAD GEINUS! [[Doctor Robotnik|ROBOTNIK]]! ROBOTNIK!]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' a genius&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Robotnik! Robotnik! I'm a mad '''geinus'''! Robotnik, Robotnik!''&amp;lt;ref&amp;gt;[[Sonichu 1]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An accidental misspelling of &amp;quot;genius&amp;quot;, this CWC-ism is the result of Chris's ability to spell, or lack thereof. In his futile attempts to spell words with &amp;quot;eni&amp;quot;, he substitutes this with &amp;quot;ein&amp;quot;, possibly due to his habit of spelling words phonetically.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;get it through your skulls&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' Used to clarify something to your fans&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''So everybody '''get it through your skulls''', I'm the real deal.'' &amp;lt;ref&amp;gt;[[CCWC's Final Warning to the Second CWC]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris used this term a lot when trying to clarify various misconceptions about him, such as his straightness, and who the real CWC was. Variations of the phrase include &amp;quot;GET IT THROUGH YOUR THICK SKULLS&amp;quot;, &amp;quot;Get it through your damn, dirty, immature skulls!&amp;quot;, and &amp;quot;Get through your damn, dirty, stupid, idiotic, immature skulls&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;gitar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' A guitar&lt;br /&gt;
&lt;br /&gt;
Origin: How Chris pronounces the word &amp;quot;guitar&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;give birth, give the birth&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(verb)'' To transfer possession of the state of having been born, by bearing as offspring.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''My mother and my father are both really nice, old-fashioned-type people who not only '''gave the birth'''--gave me birth at their ages...which my mother is sixty-six, currently, and my father is currently eighty. They both just turned that way in the last couple of months. And, uh, I was born in 1982. They gave me the birth...then, and, uh, anyway, it was so nice of--for them to give me the, uh, birth during the early [[1980s]].''&amp;lt;ref&amp;gt;[[Chris Chan's Public Announcement]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris seems to think that a sentence like &amp;quot;Barbara gave birth to Christian&amp;quot; is grammatically equivalent to a sentence like &amp;quot;Barbara gave Go-bots to Christian.&amp;quot;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;GO!&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(adjective)'' Having a style similar to the cartoon ''Teen Titans Go!''.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''As MUCH, as I would like to agree; Cute as it may be, it is still '''GO!''' Version, and #GOPony is something we Really do not like.''&amp;lt;ref&amp;gt;https://twitter.com/CPU_CWCSonichu/status/1211396957203247104&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(adjective)'' Of a descent originating from [[Dimensions|dimension CZ-69]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Just; Most '''GO!''' individuals are...NO!!!''&amp;lt;ref&amp;gt;https://twitter.com/CPU_CWCSonichu/status/1215833863718567937&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris used this CWC-ism to describe his distaste for the MLP:FiM spinoff series [[Pony Life]], believing it to be in the same vein as Teen Titans Go! due to its artstyle. He would go around on his [[Twitter]] account spamming Hasbro and/or users showing any interest in the show with some of his TSSSF cards as a means of protest using this euphemism to put it under a bad light. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;go make a rhyme &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' A phrase used by Chris to indicate that he is in a [[Chris and writing|poetic]] mood.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Oh, Back Off, '''go make a rhyme'''. Love will come your way in good time.&amp;lt;ref&amp;gt;https://twitter.com/CWCSonichu/status/913230475774369794&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;Keep Heart, Have hope and faith. Life is a coinkie-dink strafe.&amp;lt;br&amp;gt;Have an open heart, don’t be afraid. Your sweetie is likely in your friendship parade.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris intended to write a rhyme in order to sound poetic in a tweet, continuing with the rhyming schtick in several subsequent ones. Due to his own laziness, the best Chris could come up with in terms of words that rhyme with &amp;quot;time&amp;quot; is &amp;quot;rhyme&amp;quot;.  &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Godjesus]]&lt;br /&gt;
[[Image:Jesusbot.jpg|thumb|This is who Chris actually believes in.]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(shorthand)'' God and Jesus Christ. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''As I have guide, as I was guide [sic] by, uh, God and Jesus. And because I, uh, cheated on Ivy lately, '''Godjesus''' were mad at me, so, even though she r-, even though she requested the recent items of question, sex-, [quietly] sexual stuff--videos and pictures--I am being punished because the trolls are getting their hands on them.''&amp;lt;ref&amp;gt;[[Matthew 5:27, CWC Confessions]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And also, who I'd like to thank, '''GodJesus''', our God and our Lord and savior, for their support, for their support as well, I pray to them every day, and I follow, I am guided by Jesus.''&amp;lt;ref&amp;gt;[[CWC Update 9 April 2009]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Origin: Chris appears to be somewhat aware of the Holy Trinity (Holy Spirit, Son, and Father), the three forms that God takes in mainstream Christianity. Despite accepting Jesus as the son of God, Chris believes that God and Jesus are essentially the same entity. As a result, whenever he mentions God, he is never reluctant to mention Jesus in the same sentence. Because of this, Chris made this CWC-ism as a shorthand of &amp;quot;God and Jesus&amp;quot;. This CWC-ism was the primary inspiration for the term &amp;quot;[[Godbear]]&amp;quot; to humorously refer to [[Leonard Bearstein]], who Chris has credited for his name change. Chris now no longer uses his CWC-ism, now referring to both God and Jesus as separate [[OCs]]. Chris now calls God &amp;quot;Emmanuelle&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;grand number of pounds&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' Extremely heavy.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Note: The chair weighs a '''grand number of pounds'''!&amp;lt;ref&amp;gt;[[Power]]&amp;lt;/ref&amp;gt;'&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in a video where he tried to prove his strength to [[Vanessa Hudgens]], who was actually [[Joshua Martinez]], by lifting an office chair.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;grinds my gears&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' A phrase used by Chris to indicate he is annoyed with something.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Firstly, I got your image in my mailbox; while I thank you for your fanart, No Offense, but I do not appreciate Sonichu drawn looking retarded; I feel it '''grinds my gears''' a bit.&amp;lt;ref&amp;gt;[[Mailbag_2#In_which_Chris_insults_someone_who_drew_a_picture_for_him]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Something that '''grinds my gears''' is how people are not accepting of the neutral terms of &amp;quot;darling&amp;quot; or &amp;quot;dear&amp;quot;.&amp;lt;ref&amp;gt;[[:File:OpenLetter.jpg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris used this phrase almost every time he wanted to indicate he was annoyed and not outright [[angry]]. It is believed that Chris has picked up this archaic phrase from [[Family Guy]], specifically from a segment from the show called &amp;quot;What Really Grinds My Gears&amp;quot;, where Peter is talking about things that annoy him or &amp;quot;grinds his gears&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== H ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;hand-drawing&lt;br /&gt;
[[Image:Chris holding a pencil.png|thumb|Chris holding a pencil|200px]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An original drawn image, as opposed to a facsimile of that image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I mean, does that look like a printout to you? No! It's a '''HAND-DRAWING'''! It's the original hand-drawing of the back cover I constantly used! Among all the other hand drawings on my SHELF! In my BINDERS! IN THIS ROOM! In this house!''&amp;lt;ref&amp;gt;[[Chris dispels videogame rumors]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(verb)'' To sketch without the aid of digital technology, such as a computer.&lt;br /&gt;
[[File:Sonichuipaddrawing2020.jpg|thumb|A non-example made by Chris.]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''No, actually, what I thought, is that you skip the '''hand-drawing''' and you draw everything on your PhotoShop with your computer mouse.''&amp;lt;ref&amp;gt;[[Alec Benson Leary Phone Call 2]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris's process for producing his drawings is to draw them, by hand, on physical paper, and then scan the paper into his computer and use image editing software to add effects like lettering or (for the purpose of breaking the fourth wall) photographs. He takes comfort in the belief that ownership of the original paper drawings is evidence of his authorship and will frequently cite this in defense against perceived thieves and trolls.&lt;br /&gt;
&lt;br /&gt;
Chris also thinks that drawing on a computer instead of paper is an inferior method of producing artwork; he thinks the results look &amp;quot;blocky and low-resolution,&amp;quot; which probably speaks more to his [[:File:179-ShineSchuChara.jpg|his own experience using MSPaint]] than the artistic quality of, for example, [[Asperchu]]. The fact that a digital artist like Alec Benson Leary is nonetheless ''using his hands'' does not seem to have occurred to Chris.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Haterade&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' a metaphorical drink consumed by haters.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Therefore, for all of you '''Haterade'''-Chugging “GET A JOB!” spouters out there, I suggest you Shut Up and enjoy your ability to settle in a cozy Office or wherever. For the rest of us, the worlds and the dimensions are our Offices, and we are doing our best, so we can reach our respective Fated Destined Promotions. But, I Digress. &amp;lt;ref&amp;gt;[[June 2019 social media posts#Fan art isn't thoughtful when it feeds into Chris's delusions]]&amp;lt;/ref&amp;gt;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Put down the '''Haterade'''; this is not going against any rules, it is just the way it is. Hey! I still have my flaws, so I am definitely Not a Mary Sue type of OC. Also, if I wanted a shot glass of '''Haterade''', I would read most anything this dimension’s @realDonaldTrump ever wrote.''&amp;lt;ref&amp;gt;[[June 2019 social media posts#Fan art isn't thoughtful when it feeds into Chris's delusions]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;2. ''(noun, informal)'' excessive negativity, criticism, or resentment.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''This is in reference to the Nypical '''Haterade''' Comment of “Get A Job” that is not only thrusted upon me, but to everyone who is creative and have powerful in their own respective, individual rights.&amp;lt;ref&amp;gt;[[June 2019 social media posts#Fan art isn't thoughtful when it feeds into Chris's delusions]]&amp;lt;/ref&amp;gt;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Originally said by Lars in the 2010 [[Lars Call]]. Chris then used it almost nine years later. Likely a pun on the sports drink Gatorade. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;[[heart level]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Chris's way of measuring his emotional state&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''100% Change the number to change your '''heart level''' and you can write a sentence to indicate how you feel.''&amp;lt;ref&amp;gt;[[Heart_level]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The concept of the &amp;quot;heart level&amp;quot; most likely stems from Chris's inability to understand emotions. As an alternative, Chris tends to use video game terms in order to measure such emotions.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;heal &lt;br /&gt;
&amp;lt;blockquote&amp;gt; 1. ''(verb)'' to ejaculate into someone.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Had I Not '''healed''' her, she would be dead Late August.''&amp;lt;ref&amp;gt;[[Jail Letter - 16 November 2021]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris had somehow come to the conclusion that sex with his mother would make her more youthful, hence &amp;quot;healing&amp;quot; her.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;heartsweet&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' a [[sweetheart]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Rosey, as often as birds tweet, will you be my lovely '''heartsweet'''?''&amp;lt;ref name=OdeToRosechu&amp;gt;&amp;quot;[[Sonichu's Ode to Rosechu]]&amp;quot;&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Rearrangement of &amp;quot;sweetheart,&amp;quot; possibly coined initially to provide more rhyming options in poetry. Chris primarily uses this term in Sonichu's dialogue, as the character's pet name for Rosechu. When speaking for himself, Chris tends to prefer &amp;quot;sweetheart,&amp;quot; although the trolls use &amp;quot;heartsweet&amp;quot; in conversation with him.&lt;br /&gt;
&lt;br /&gt;
''See also: [[sweetbolt]]''&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;heavyweight&lt;br /&gt;
[[File:Studalert.png|thumb|Chris does NOT look like Chris Farley]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Stockboy; person employed to move heavy objects and perform other menial labor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;If she gets pregnant and can't work, then I would be working. I would be working VERY HARD AND HEAVILY. [...] If I have to I would be, get one of the '''heavyweights''', that just moves the boxes around the, stock the shelves at a grocery store.&amp;lt;ref name=FatherCall/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(adjective)'' heavy.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I do not think Chris Farley looks like me at all, plus he was a LOT more '''heavyweight''' than me, and he was more wild than me.&amp;lt;ref&amp;gt;[[Jackie_e-mails_Part_2]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris, as usual, has to repurpose words rather than use the existing words that already mean what he wants to say.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;hedgehog-defensive (or hedgehog)&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Protecting oneself by curling up into a ball, just like a [[Sonic the Hedgehog|hedgehog]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;And I do understand all that. Believe me, and I need not be reminded of the worst part, but my '''hedgehog-defensive''' state and all of the tears and leaking mucus and whole body paralysis that happened to me then and there will haunt me in reminder of that.&amp;lt;ref&amp;gt;[[TooManyGames#Personal_space_talk]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;@MLPSilverQuill, having one’s own spirit killed is really not fun nor funny at all. And, believe me, I was literally in a worse huddled position than what I see here, and I FELT DEVASTATED at that moment. I went full '''Hedgehog Defensive''' and let my quills keep others back. It Hurts&amp;lt;ref&amp;gt;[[April_2019_social_media_posts#Hedgehog-defensive_state]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Replacing the likes of his [[Megatron pistol]] and his [[pepper spray]], Chris has adapted the habit of rolling up into a ball to protect himself from unwanted physical contact. The protective state he dubs &amp;quot;the hedgehog-defensive state&amp;quot; is most likely based off of the spin-dash attack from the Sonic the Hedgehog franchise, which the titular character uses to attack foes.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[hermaphrodite]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A derogatory term for passing transgender women, particularly those that haven't gotten bottom surgery.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''OH MY GOD!!! UGH!!! ARE YOU REALLY A '''HERMAPHRODITE'''?! I'm sorry, but that naughty picture just really shocked me and made me want to throw up. *deep breath* You do have a pretty face, but what happened just now is just like the movie, &amp;quot;The Crying Game&amp;quot;, or the Thanksgiving episode of &amp;quot;The Cleveland Show&amp;quot;.''&amp;lt;ref&amp;gt;[[Mailbag 25#It's a trap, again!]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' A person of an ambiguous gender, or who is female, who also has a penis.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;If a '''Hermaphrodite''', I would raise it to be male regardless since it would not have any eggs anyway. Plus big bonus for (him) in sex with all women (lesbians included I would imagine).&amp;lt;ref&amp;gt;[[List of OkCupid Answers]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin:A misuse of the archaic term for intersex people.  Chris appears to use this term to refer to someone he deems as &amp;quot;almost a woman&amp;quot;, which is also shown when he referred to some of his female characters as &amp;quot;all female&amp;quot; when having their penises removed. Chris used this term when he noticed that the sweetheart [[Bailey Jay]] had a penis, and she explained to him her experiences as a transwoman. Chris also notably talked about how if he had a &amp;quot;hermaphrodite&amp;quot; as one of his offspring, he'd raise them as a boy. Chris's rather specific usage of this term also shows some of his prior beliefs about gender before he transitioned himself, such as who he deemed &amp;quot;male&amp;quot; or &amp;quot;female&amp;quot; in the first place.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[HEXBox]]&lt;br /&gt;
[[File:KillThatHexBawx.jpg|thumb|]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Any of the video game consoles made by Microsoft, primarily the Xbox 360.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;I never cared for the '''HEXBox''', and frankly it LACKS heavily in comparison to the Wii and PS3, PLUS YOU HAVE TO PAY THEIR FEES TO EVEN GO ONLINE OR DOWNLOAD DEMOS WITH IT.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Origin: Due to his [[Chris and brand loyalty|Brand Loyalty]], Chris had an irrational hatred for the XBox, simply because of how much you've got to pay for it to access some of its content&amp;lt;ref&amp;gt;[[Mailbag_5]]&amp;lt;/ref&amp;gt;. Because Chris viewed this device as a curse to humanity, he tacked the word &amp;quot;hex&amp;quot;, which is defined as being a curse, onto the original name of the console.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;hide behind/under his mother's skirt&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(idiom)'' To behave in a cowardly, immature fashion.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You come to me now. Come face me like a man. Unless you want to continue being called a cow-a quivelling coward who '''hides under his mother's skirt'''.''&amp;lt;ref&amp;gt;[[Challenge for Clyde II]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An antiquated phrase alluding to children literally hiding behind their mother's skirts when frightened.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;hippo on one's head&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A predicament or unpleasant situation one is currently facing&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I'M WET. I'M COLD. THERE'S A HIPPO ON MY HEAD. AND CLEARLY, I'M NOT GONNA BE ABLE TO DO THIS ON MY OWN.''&amp;lt;ref&amp;gt;[[:File:JailArt15.jpg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' Someone's [[wikipedia:Hippocampus|hippocampus]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''(EVERYBODY has a Hippo on their head; it is called the Hippocampus)''&amp;lt;ref&amp;gt;[[:File:FSM2.PNG]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris states in an e-mail directed at [[Regina Novakova]] that the phrase originated as an example of his [[random-access humor]], apparently as a pun of the word &amp;quot;hippocampus&amp;quot;. Following from this, he would famously use the term in a [[HippoOnYourHead|Flipnote animation]] of a person literally getting crushed by a falling hippo, and then use the term several more times to describe the &amp;quot;weight&amp;quot; of the hippo on people's heads. He has lately used this term to describe his struggles with being in jail in a drawing sent to [[Praetor]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[homo]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A male homosexual&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Yes; the '''Homos''' I have heard from try to push their damn lifestyle in my face, and I DO NOT CARE FOR THAT AT ALL; What they do behind closed doors is None Of My Business, and I still Do Not Care to know a Damn Thing about it.&amp;lt;ref&amp;gt;[[Common Questions]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' A non-passing transgender woman, particularly one Chris doesn't deem an authentic woman&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''So I would- so I would say, good luck being a fake woman because you'll never be able to achieve true femdom! And you'll always be a dang homosexual male, 'cuz you're born that way, you gonna to stay that way pretty much even if you're gonna- if you're gonna have your dick either chopped off or tucked in! People are still gonna look at you so ill. In the majority of this country.''&lt;br /&gt;
&lt;br /&gt;
''Anyway, that's my response for now.''&lt;br /&gt;
&lt;br /&gt;
''Damn '''homo'''.''&amp;lt;ref&amp;gt;[[Response to ADF]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. ''(adjective)'' homosexual &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Every one of you who thinks I'm '''homo''' and calls me that—-because I am not; I'm straight! I'm straight!''&amp;lt;ref&amp;gt;[[CWC's Second Message]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. ''(adjective)'' relating to homosexuals &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Again, to reiterate the issue, THE GOD DAMN F***IN' '''Homo''' Ads MUST BE GONE!''&amp;lt;ref&amp;gt;[[CWC Blog]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Before the [[Tomgirl Saga]], Chris had a hatred for homosexuals, out of fear that he'll become one himself. Even uttering words like &amp;quot;gay&amp;quot; and &amp;quot;homosexual&amp;quot; would make him uncomfortable. Chris also believed that those that strayed too much from their assigned gender at birth would turn out as being gay, which explains his defensiveness towards his more effeminate traits.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Honest Content|honest]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' NSFW, containing adult content. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Parental Advisory - VERY '''HONEST''' content.''&amp;lt;ref&amp;gt;[[:File:Sonichu - Advertisement, Christian Weston Chandler's Adult Chronicles.jpg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris only has a slightly good understanding of what honesty is. However, Chris doesn't seem to understand when it's most appropriate to be honest. In his mind, to attract mates, he has to be honest all of the time, even if this includes instances of his sexual misadventures. Chris knows that he's not supposed to discuss such topics publically with ordinary people, so he would have to keep such things in secret. Therefore, in his mind, it would be the honest thing to do to discuss such actions.  &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Hurtful Truth Level&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A point at which honest criticism should be stopped so as to avoid hurting a person's feelings, regardless of the usefulness of the advice.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And another thing, When constantly exceeding that '''Hurtful Truth Level''' to me, it feels like to me you're, and you may as well have, told me, &amp;quot;I Hate You! I Hate You!&amp;quot;, and forget about me.''&amp;lt;ref&amp;gt;[[Jackie E-mails 23]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Said in an email to Jackie after she had pointed out several glaring flaws in Chris's lifestyle and personality. Rather than take her criticism to heart and improve himself, he got angry and defensive, wishing that she would show sympathy for him instead.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== I ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;I can feel the cosmos&lt;br /&gt;
[[File:I can feel the cosmos.jpg|thumb|right]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(expression)'' Statement of achievement and oneness with the universe.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I promise, uh, three da—three pages a day, drawn or colored, but, also with the, uh, website, and God/Jesus's support, I feel like... we will be seeing many new—many new thing. The website will be better. '''I can feel the cosmos!'''  Peace.''&amp;lt;ref&amp;gt;[[CWC Update 9 April 2009]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Inspired by a line from the game Katamari Damacy, [http://www.youtube.com/watch?v=UmWxNFq6_3U &amp;quot;Oh, I feel it. I feel the cosmos.&amp;quot;]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;I got a fish &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(expression)'' Claim that one owns a fish.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''I got a fish!''' Would ya like to make a wish?''&lt;br /&gt;
''I got a fish Would ya like to make a wish?''&lt;br /&gt;
''I got a fiiiiiiiiish! Would ya like to make a wish?''&amp;lt;ref&amp;gt;[[I_Got_A_Fish]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in a song of the same name, where Chris's [[random-access humor]] shines.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;I HATE ME TOO!!!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(expression)'' A self-destructive phrase used to attempt to gain pity from trolls &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You know what, '''I HATE ME TOO!!!'''''&amp;lt;ref&amp;gt;[[You know what, I HATE ME TOO!!!]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used as part of the title of a gallery found on Chris’s [[Encyclopedia Dramatica]] Page.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[I'LL BREAK YOU DEAD]]!&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(interjection)'' Expressed angrily when you wish to break someone apart to kill them&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Jason Kendrick Howell... you BASTARD! BASTARD! You hacked into everything! You have driven me so beyond the wall, I can't even DESCRIBE it! YOU'RE LAUGHING NOW, BUT... '''I'LL BREAK YOU DEAD!''' Goodbye!''&amp;lt;ref&amp;gt;[[Jason Kendrick Howell message]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used as a [[death threat]] to [[Jason Kendrick Howell]] after he has hacked Sonichu.net.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;I'm workin' on it!&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(exclamation)'' An exclamation that you are working on something important.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''I'm workin' on it!''' I was making a YouTube vi—uh, a vid-dya for YouTube t-tellin' ev'rybody, &amp;quot;get the images off of the Internet&amp;quot;. Y'know it's not...&amp;lt;ref&amp;gt;[[THAT IS MY HOUSE]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used repeatedly by Chris to assure to [[Bob]] that he is doing his best to take down information about 14 Branchland Court from the Internet.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;IBAChandler&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(expression)'' Abbreviation for &amp;quot;I be a chandler,&amp;quot; i.e., &amp;quot;I am a person named 'Chandler.'&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am so sick of hearing that stupid name that somebody made up back when I had that '''IBAChandler''' account, and I be a Chandler. You know, &amp;quot;I&amp;quot; being myself, &amp;quot;B&amp;quot; standing for specifying who I am, and &amp;quot;Chandler&amp;quot; being my last name.''&amp;lt;ref&amp;gt;[[Show RESPECT to me, &amp;quot;C&amp;quot;CWC]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(proper noun)'' [[YouTube]] username in use by Christian Weston Chandler during his conflict with [[Liquid Chris]], leading trolls to accuse Chris of being an impostor of Liquid named [[Ian Brandon Anderson]].&lt;br /&gt;
&lt;br /&gt;
3. ''(proper noun)'' Name of a ''[[Sonichu (comic)|Sonichu]]'' villain based upon Liquid Chris, ironically named for the real Chris's alias.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''I B A Chandler''', And I am here to copycatly sieze claim of you hedgehogs and this city from your absent mayor's domain.''&amp;lt;ref&amp;gt;[[Sonichu 9|''Sonichu'' #9]], page 79&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Inspired by [[Bob Chandler]]'s license plate, &amp;quot;I B MR C&amp;quot; (&amp;quot;I be Mister C.&amp;quot;).&amp;lt;ref&amp;gt;[[CWC Update 29 July 2009]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;ID &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' Identifying.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''&amp;quot;That is the difference between Trans Gender and Vestites; '''ID''' as the other sex, and dressing like it, respectively&amp;quot;''&amp;lt;ref name=Vestites&amp;gt;[[September 2017 tweets#Chris argues semantics]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Possibly derived from ID meaning &amp;quot;Identification&amp;quot;. &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Infinitely-High Boyfriend-Factor]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' the extremely high probability that any woman Chris talks to is not [[CWC-isms#boyfriend-free|boyfriend-free]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''With the '''infinitely high Boyfriend-Factor''', I am not fond of about 99.999999999996% of the total male population, with a margin-of-error of the 4 billionth of a percent (for about 100 men) of whom are okay acquaintences.''&amp;lt;ref&amp;gt;[[Megan emails, Aug-Dec 2007]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris is aware the general chances of him finding a sweetheart are extremely slim. Not willing to admit he's not at all attractive to most women, Chris blames it on the fact that most men are &amp;quot;jerks&amp;quot;, and that one probably is already dating the woman he's trying to latch onto.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;information overload&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An act of spamming a webpage with pictures.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I had thought the '''Information Overload''' would somehow Take Down the page; I admit that I was mistaken.&amp;lt;ref&amp;gt;[[Chris chan (CWCipedia)]]&amp;lt;/ref&amp;gt;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: When Chris saw all of the explicit pictures on his Encyclopedia Dramatica page, he decided that the best course of action would be to spam the article with his own pictures. His logic was that if he kept doing this faster than the other editors, they'd have to delete the article, as they just wouldn't catch up with him.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;instinction &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An instance of something being used a certain way.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Also, I would have the secondary definition of the word &amp;quot;gay&amp;quot;, being Homosexual, REMOVED from the word in the dictionaries, and all '''instinctions''' and sayings of the word will ONLY LEGALLY be used to mean HAPPY, as it was originally intended among songs like &amp;quot;Deck the Halls&amp;quot;''&amp;lt;ref name=IRC2January09/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Once again an instance of Chris trying to sound smart by using a word that sounds foreign to him, made up or otherwise. The end result, however, gives the impression that Chris isn't familiar with the word &amp;quot;instances&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;intersex&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Relating to any gender identity outside of the gender binary.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''As a Tomgirl, '''Intersex''' of Female Soul with Male Body, and a Tranny Cross-Dresser, I am in full support for Human Equal Rights for everyone.&amp;quot;''&amp;lt;ref&amp;gt;[[August 2014 Facebook Posts#Chris comes out... kinda]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris used the term &amp;quot;intersex&amp;quot; interchangeably with the term &amp;quot;transgender&amp;quot; on many occasions, and also uses it to refer to Silvana, who actually is intersex. This gives the impression that when he talks about something being &amp;quot;intersex&amp;quot;, he means that it isn't entirely &amp;quot;male&amp;quot; or &amp;quot;female&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Iron Curtain|iron curtain]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The mostly hermetic seal between [[Reality Cartoon]]s, such as the [[Chris and reality|real world]] and the fictional universe containing [[CWCville]], that prevents the [[Dimensional Merge]] from proceeding.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''But we are getting increasing magics, here, with more and more opening portals and growing tears and cracks in the '''iron curtain'''''.&amp;lt;ref&amp;gt;[[November 2019 social media posts#Chris begs; posts creepy photo of Barb]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Coined by Sir Winston Churchill in 1946 to refer to the limits of Russian intrusion into central Europe after the War. Chris presumably heard it once in [[Manchester High School|history class]] and forgot what it meant, unless he is comparing his fictional world to the [[Chris and censorship|Soviet Union]]. Alternatively it was fed to him by the [[Idea Guys]].&lt;br /&gt;
&lt;br /&gt;
''See Also:'' [[#F|fourth wall]]&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== J ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
;Jail of Fail&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''(noun)'' 1. A rather unappealing jail to reside in.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I have a temporary Soul Partner, a Holy Flame Type, you may Remember her (on her repentence tour) keeping me safe, well, not abused, and good, alongside Many (Good) Angels, Spirits, and OP allies in and around this '''Jail of Fail'''. We presently have a genuine Turkish Prayer Rug and a deck of Playing Cards from the Commisary, along with very much appreciated Sports Bra, Socks with no holes, Earplugs, and a few other goodies.''&amp;lt;ref&amp;gt;[[Jail Letter - 4 October 2021]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Origin: Said in a letter to the long-time orbiter and enabler, [[Kenneth Engelhardt]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;janekop&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''(noun)'' 1. A female [[CWC-isms#jerkop|jerkop]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''YOU'RE UNDER ARREST. SO SAYS THIS '''JANEKOP'''.''&amp;lt;ref&amp;gt;[[Feelings of the election results]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Origin: Whereas the term &amp;quot;jerkop&amp;quot; is a portmanteau of the CWC-ism &amp;quot;jerk&amp;quot; and the word &amp;quot;cop&amp;quot;, janekop is a portmanteau of the words &amp;quot;jane&amp;quot; and &amp;quot;cop&amp;quot;. The word &amp;quot;jane&amp;quot; is a slang word for &amp;quot;woman&amp;quot;. &amp;lt;ref&amp;gt;https://www.merriam-webster.com/dictionary/jane&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;[[JERKS|jerk]] &lt;br /&gt;
&amp;lt;blockquote&amp;gt;''(noun)'' 1. Any male other than Chris and his dad in general, particularly those that Chris dislikes, especially one that gets in the way of his LoveQuest.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''On the flip side, I feel discomfort around men, because they can be such mean and cruel '''jerks'''.''&amp;lt;ref&amp;gt;[[Sonichu Girls]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The term &amp;quot;jerk&amp;quot; is generally defined as &amp;quot;A person with unlikable or obnoxious qualities and behavior, typically mean, self-centered or disagreeable&amp;quot;.&amp;lt;ref&amp;gt;https://en.wiktionary.org/wiki/jerk#Etymology_1&amp;lt;/ref&amp;gt; As stated in the quote above, Chris believes that all men to be cruel, selfish, and overall unlikeable. Therefore, he views almost all men as jerks. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;[[Jerkop|jerkop]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''(noun)'' 1. An official of the law. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I would have left peacefully, in fact, I was ready to go, but I had a prepared speech to say to them stupid '''Jerkops'''.''&amp;lt;ref&amp;gt;[[CWC's Diary#2005]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Since Chris views most officers of the law as jerks, due to how often they'd thwart his LoveQuest, the term is a portmanteau of &amp;quot;jerk&amp;quot; and &amp;quot;cop&amp;quot;. Possibly a pun on the word &amp;quot;jerkoff&amp;quot;, which is defined as being &amp;quot;a contemptible man&amp;quot;.&amp;lt;ref&amp;gt;http://www.dictionary.com/browse/jerk--off&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[For Julie's Eyes Only|JULAAAAAAAY]]&lt;br /&gt;
[[Image:JULAY-small.gif|thumb|Chris preparing for hanky-panky with Julie, using a blow-up doll no less]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''(interjection)'' 1. An expression used by Chris to indicate how much he'd love having sex for the first time with [[Julie]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;Oh, Julie...'''JULAAAAAY''', JULAAAAAAAAAAY!!!&amp;quot;&amp;lt;ref&amp;gt;[[For Julie's Eyes Only]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris first shouted this infamous CWC-ism in the video [[For Julie's Eyes Only]]. He originally intended to share this video privately with [[Julie]], (unaware that 'she' was actually a 13-year-old male troll), to show what their first date would amount to, despite this breaking his Three Date Rule. Seeing how Chris was somewhat of a porn junkie,&amp;lt;ref&amp;gt;[[List of Chris's Adam &amp;amp; Eve purchases]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[Miyamoto emails#Chris Sets the Record STRAIGHT]]&amp;lt;/ref&amp;gt; Chris must have picked up that during sexual intercourse, one of the people may shout the name of the other person in order to &amp;quot;spice up&amp;quot; the orgy. When the video got leaked soon after, the term started to be used by trolls humorously, to the point where [[weens]] started using the phrase in excess, making the CWC-ism lose its luster.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;jumping the shark&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''(verb)'' 1. To start over from scratch&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;I am moving out of this Twitter into creating a new one I created, @CPU_CWCSonichu. New and renewed followers will all be screened by my ally, as to keep out the Haters and Harassers. Starting up new and fresh. '''Jumping The Shark''' from old to new&amp;quot;&amp;lt;ref&amp;gt;[[Misc texts#CPU_CWCSonichu]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The term &amp;quot;jumping the shark&amp;quot; humorously refers to the point where something once popular which has begun to lose its viewer base pulls an extreme stunt in hopes of garnering attention. The term comes from an episode of the television show ''Happy Days'', where Fonzie literally jumped over a shark while water skiing. Ironically enough, despite Chris's misuse of the phrase, many people could easily say that the comic of Sonichu and Chris as a person have &amp;quot;jumped the shark&amp;quot; several times, especially with [[Retroactive continuity in Sonichu|retcons]] and- of course- Chris's change into a [[Transgender|transwoman]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== K ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
;kawaii&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' cute or adorable.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Also, I have thought up something '''kawaii''' we can talk about; Makeup and Fashion ideas.''&amp;lt;ref&amp;gt;[[Jackie E-mails 28]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''That look really suits you; you look so '''kawaii''' and cool.😊''&amp;lt;ref&amp;gt;https://twitter.com/CPU_CWCSonichu/status/1209184205776797697&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The Japanese word for cute, once popular in the English-speaking anime/manga and fashion subcultures. Chris has used this word in almost all cases where he describes anything he thinks is cute and cuddly, more so in recent times, where the use of this word is no longer taken seriously, and seen as more of a joke to poke fun at [[Joshua Wise|weeaboos]].&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Kick the Autistic]]&lt;br /&gt;
[[File:CWC gets kicked.jpg|thumb|A self-administered kick]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' America's favorite game&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I REALLY WANTED THAT TRIP SO I COULD HAVE A CHANCE TO IMPRESS MY SWEETEST MEGAN AND POSSIBLY FULFILL MY DREAM OF GETTING MARRIED AND SOON HAVE A DAUGHTER NAMED CRYSTAL. YET NOW I, A FRUSTRATED HIGH-FUNCTIONALLY AUTISTIC 25-YEAR OLD VIRGIN, HAVE BEEN BALLZ-BROKEN LIKE I HAVE THROUGH A BIG CHUNK OF MY LIFE IN AMERICA'S FAVORITE GAME, '''&amp;quot;KICK THE AUTISTIC!&amp;quot;''' *sigh*''&amp;lt;ref&amp;gt;[[Chop Chop Master Onion's Rap Showdown]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' Any action which involves doing something to Chris that he doesn't like&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And if you have so much free time to play the cruelest game of '''&amp;quot;KICK THE AUTISTIC&amp;quot;''', then you CAN and SHOULD put the time to better use; volunteer for a social chore; take up the culture in tasteful art; go out and socialize.''&amp;lt;ref&amp;gt;[[List of Chris's edits to Encyclopedia Dramatica#21 January]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. ''(noun)'' Any form of discrimination towards Chris for being [[autism|autistic]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And so, the world continues to play the world's favorite game of &amp;quot;'''Kick the Autistic'''&amp;quot;. I'm gonna need all the luck I can get. *Game Over*''&amp;lt;ref&amp;gt;[[Vivitheg's AIM chat]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris had this paranoid idea that the whole world is going against him and his goals, solely due to his autism. In this sense, the fact that so many people supposedly wanted to thwart his goals made him feel like he was being &amp;quot;kicked&amp;quot; around. &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Kra-Kow!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(phrase)'' A phrase indicating that Chris roasted someone.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''What? I’m just telling the truth. I hear and see WORSE shit from you Haters. At this point, I’d rather look back in that memory than PTSD over y’all’s Hate-Filled content. '''Kra-Kow!'''''&amp;lt;ref&amp;gt;https://mobile.twitter.com/CPU_CWCSonichu/status/1231269768310722560&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Possibly [https://www.pinterest.com/pin/318700111138943542/ a comic strip] from Calvin and Hobbes. Most likely inspired by the sound lightning makes.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== L ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;Laughs Under Lucricities&lt;br /&gt;
[[File:LULZ.jpg|thumb|&amp;quot;[[C-Log 03182026|For the LULZ!]]&amp;quot;]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(backronym)'' backronym for &amp;quot;LULZ&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Although, F.Y.I., &amp;quot;LULZ&amp;quot; is short for &amp;quot;'''Laughs Under Lucricities'''&amp;quot;''&amp;lt;ref&amp;gt;[[Chris chan (CWCipedia)]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' Any form of humor made at Chris's expense &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''... your bully of a boyfriend is the Original Author of the &amp;quot;Chris-chan&amp;quot; page that was put up there for the &amp;quot;LULZ&amp;quot;, &amp;quot;'''Laughs Under Lucricities'''&amp;quot;. Which I don't have to tell you is not only mean and cruel, the page is HORRIBLE''&amp;lt;ref&amp;gt;[[Chris emails 2008#August]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: It's likely that Chris first heard of lulz on [[Encyclopedia Dramatica]]-&amp;lt;ref&amp;gt;[[Chris E-mails 2008#August]]&amp;lt;/ref&amp;gt; the slogan of which is &amp;quot;in lulz we trust&amp;quot;- and thus forever associated the term with trolling. Originally he would simply say &amp;quot;LULZ&amp;quot; ''ought'' to stand for &amp;quot;Laughs Under Lucricities,&amp;quot; but he soon began implying that it already does.&amp;lt;ref&amp;gt;[[Chris_E-mails_2008|Email]] from Chris to Robert Simmons V on 12 August 2008&amp;lt;/ref&amp;gt; Lucricities is seemingly a combination of &amp;quot;lucrid&amp;quot; (another non-word with apparent negative connotations that Chris has used&amp;lt;ref&amp;gt;[[CWC's Second Message]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[Mailbag 48]]&amp;lt;/ref&amp;gt;) and &amp;quot;ludicrous&amp;quot; but falls short of being a portmanteau and is more like the result of a head-on collision of the English language.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;lesbian soul&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' What Chris believes to be his true [[Chris and sexuality|sexuality]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am an all-around, good natured, high-functioning autistic, Female '''Lesbian Soul''', and Transwoman, artist, gamer and creative type.''&amp;lt;ref&amp;gt;https://www.facebook.com/pg/cwcville/about/&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: When Chris declared himself transgender, he continued to be attracted to exclusively to biological females regardless of their own sexual orientation.&amp;lt;ref&amp;gt;[[Women Only Need Apply - No STD's]]&amp;lt;/ref&amp;gt; Thus, Chris became a lesbian. As a way to assert to detractors that he was a lesbian, Chris cited himself as having a &amp;quot;lesbian soul&amp;quot; despite previously living as a straight man for thirty years.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Origin:--&amp;gt; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;level-up king &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' Master of [[card games]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''There must have been about 6 people including Chris and myself at the tourney and when he won he was jumping up and down a yelling &amp;quot;I'm the '''level up king'''!&amp;quot;''&amp;lt;ref&amp;gt;[[Mimms and Lucas Q&amp;amp;A#Follow-up]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Before his permanent ban from the [[GAMe PLACe]], Chris would play games of Pokemon and Yu-Gi-Oh with some of the other customers. Despite his sick obsession with both games, Chris never developed any type of strategy to compete with other players, making it very difficult to succeed at the game, even when he played against small children. Eventually, when the shop was just down to six people, which included Chris, the manager, [[Daniel Mimms|Mimms]], and [[Lucas]], Chris did win a match against a relatively new player, and excitedly jumped up and down at this accomplishment like a child. Along with this, he shouted the phrase &amp;quot;I AM THE LEVEL-UP KING!&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;like, you know&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(discourse particle)'' Space filler during sentence.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I don't want too much conflict to happen, '''like, you know'''. You wouldn't want too much conflict to happen, like, you know. I mean-like, you know, between you and him any further. Yeah.''&amp;lt;ref&amp;gt;[[I Love You Kacey]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris's speech consists mostly of uh's, um's, and other vocalized pauses.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;live from home once again&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' An introduction stating that one is recording themselves from their home.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Hello everybody this is Christine Chandler coming to you '''live from home once again''' and we're going to talk about the recent and more obvious topic, of &amp;quot;The Dimensional merge&amp;quot;. Yes! This dimension! Right here! 1218. Is going to be merged with our sister dimension &amp;quot;C197&amp;quot; where all of our s- where most of our superheroes, super-villains, OCs, and what have you, and other characters, consisted, have been existing and co-existing. Yep!''&amp;lt;ref&amp;gt;[[Dimensional Merge Announcements]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: This phrase became Chris's typical means of starting his videos since late 2015, replacing the famous Captain's Log. Although it is sometimes used appropriately (i.e. livestreams), Chris uses the phrase even in prerecorded videos that are not, in fact, live.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Love Quest]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1.''(noun)'' Chris's former on-going search for a sweetheart.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''As for Wes, I blame all of these happenings on him. If he had not taken my life-long friend away from me, I might have a Pretty Girlfriend today. And I would not have had to set out on endeavoring '''LOVE QUEST'''!''&amp;lt;ref name=CurrentDays/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Since attending [[PVCC]], Chris has embarked on a 15-year long quest to find his true love. Chris constantly failing to achieve this goal was what gave this CWC-ism its name.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;lovehog&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A lover in a relationship between two [[CWC-isms#E|Electric Hedgehog Pokemon]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Also, I have finished the drawing for you, and I have shown off the Original '''LoveHog''' Couple's Wedding Rings, and their three children: Cerah Rosey, Robbie Sonee and (Shiney Rosey) Christine Rosey.''&amp;lt;ref&amp;gt;[[Katie Bay E-mails 4]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A portmanteau of &amp;quot;love&amp;quot; and &amp;quot;hedgehog&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;lucricities&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(pl. noun)'' lurid acts or motivations &lt;br /&gt;
&lt;br /&gt;
Origin: Chris completely made this word up, presumably based on &amp;quot;lucrid,&amp;quot; which may in turn be based on the actual word &amp;quot;lurid.&amp;quot;  According to Chris, the word &amp;quot;lulz&amp;quot; can mean either &amp;quot;Laughs at my expense&amp;quot; or &amp;quot;Laughs under lucricities,&amp;quot; so presumably the two contexts are equivalent.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;lucrid&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' obscene, profane, wicked&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And promoting the hatred, and...drawing such loose—such '''lucrid''' mockeries is not gonna further the story plot or have anything new created, or even gonna help in any way...''&amp;lt;ref name=csm&amp;gt;[[CWC's Second Message]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Unknown. Possibly a corruption of &amp;quot;lurid,&amp;quot; given the context. Alternatively, it might be a corruption of &amp;quot;ludicrous.&amp;quot; Chris has used this word to describe the homoerotic/dickgirl art on the ED page, as well as the fan comic in which he was depicted as a man-baby. Ironically, even before Chris used this word&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== M ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;majorly&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adverb)'' very, really &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Well, at the mall today, my heart had a extremly fast recovery, then it became '''Majorly''' Shattered again.''&amp;lt;ref&amp;gt;[[CWC's Diary#2005|CWC's Diary: 29 March]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''That Cake Cost Me $11!!! UGH! What a '''majorly''' royal waste.''&amp;lt;ref&amp;gt;[[Cakefarts#Later thoughts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A stilted word used likely because has more syllables (thus making it sound smarter to Chris) than the regular ones it replaces.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;make one's own peeps n' poops &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' to urinate and deficate at the same time &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Uh, actually, uh, actually Crystal is uh, doing, is uh, doing her preschool homework, and uh, Reg-, and Reginald's been uh, been a messy lil' babychild! '''Made his lil' peeps n' poops'''! And he went, and he went weewee all over the bathroom.''&amp;lt;ref&amp;gt;[[PlayingHouse]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Taken from a clip of Family Guy, where Herber the Pervert is letting his dog out to &amp;quot;make his pees n' poops&amp;quot;. &amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=ZtlwEfZEmrg&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Mama&lt;br /&gt;
[[File:Christine and pikachu.jpg|right|thumb|Mama Christine with a [[Sonee]].]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' What Chris refers to himself as when roleplaying as one of his [[OCs]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am going to some shopping and donating amongst the artists affected by the COVID virus of this Dimension, on behalf of '''Mama''', Chris Chan Sonichu. Thank you, again, to the individual who bought the book set recently. Still waiting for the set of #TSSSF cards to sign and offer.''&amp;lt;ref&amp;gt;https://mobile.twitter.com/CPU_CWCSonichu/status/1251259373810302977&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris believes himself to be a parent to his characters. Since he identifies as a woman, he has given himself the alias “Mama”. Chris further shows his lack of self-awareness by not realizing how awkward it is to have anyone, even his own characters (who are presumably teenagers) refer to him as such.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Manajerks|manajerk]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' a store manager&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'' two Manajerks asked me to leave, because they said that I was loitering; I was NOT!''&amp;lt;ref&amp;gt;[[CWC's Diary#2005]] (20 July)&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A portmantau of &amp;quot;manager&amp;quot; and &amp;quot;jerk&amp;quot;. &amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;[[Mary Lee Walsh|Mary Lee Walshing]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' akin to to Mary Lee Walsh&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''She has proven herself to be a cold-hearted, uncaring, uncompassionate, lack-of-understanding, bigoted, discriminating, selfish, '''Mary Lee Walshing''', Witch Bitch!''&amp;lt;ref&amp;gt;[[September 2013 Facebook Posts#Chris Expresses His Outrage for Walmart]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris's ongoing resentment against his old college dean has led him to compare a Wal-Mart manager who banned him from her store to Walsh. He apparently fails to comprehend that the &amp;quot;-ing&amp;quot; suffix is generally associated with verbs.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;mashed potato grenade &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' a [[Wikipedia:Stielhandgranate|Stielhandgranate]], a special German hand grenade with a handle. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I want to just kill him; destroy his goody-two-shoes nature, soul, heart and all that shit my '''mashed potato grenade''' could shatter, but leave his body in tact, so I'm not committed fro murder.''&amp;lt;ref&amp;gt;[[October 2013 Facebook Posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in a Facebook post sent to [[Megan Schroeder]] accusing her of his [[List of places that have banned Chris|ban]] from the [[The GAMe PLACe|Game Place]], where he [[Chris and reality|makes paranoid claims]] of what she, [[Mimms]], [[Lucas]], and [[Snyder]] were thinking that day. A corruption of &amp;quot;potato masher grenade&amp;quot;, a common English nickname of the Stielhandgranate&amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Stielhandgranate&amp;lt;/ref&amp;gt;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Mass debating|mass debate]]&lt;br /&gt;
[[File:Mass_Debate.jpg|right|thumb|Massive Debating]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' to pleasure one's self; to masturbate&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I've actually done it '''mass debating''' to myself so many times, even with a hunk of - even with an inflatable plastic woman...''&amp;lt;ref&amp;gt;[[Kacey Call 7]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: This particular euphemism comes from Chris's tendency to refrain from using inappropriate language, as well as his unusual variation of a southern accent combined with a minor speech impediment.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;mental block&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Chris's autism &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And, uh, during my high school years, I was used to being surrounded by… girls… in my circle, and after having to, uh, leave them I felt ever so lonesome. And, after the stress from some of the people—people at PVCC, as well as my '''mental block''' of autism, it became hard from me to approach gir—approach the girls like I used to.''&amp;lt;ref&amp;gt;[[Chris Chan's Public Announcement]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris refers to his [[autism]] as a &amp;quot;mental block&amp;quot; because he believes the term refers to a disability. In his case, his supposed disability to socialize with girls. In reality, a mental block is the inability to remember a specific thing at a given moment. &amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Mental_block&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Meta&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' being able to break through the fourth wall.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Also, there is no problem with breaking your own fourth wall with us from your dimension, here. Go '''Meta'''. We are certainly Meta with and for you all as well.''&amp;lt;ref&amp;gt;[[October 2020 social media posts#Homelander and C-197]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: From the Greek prefix meaning &amp;quot;after&amp;quot; or &amp;quot;beyond&amp;quot;. Chris views all cartoons as being on a dimension higher than our own. According to him, being able to break through the iron curtain entails obtaining a higher mode of consciousness.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;mislabel&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' to put a label on Chris or any of his creations in a way he doesn't like, regardless of truth&lt;br /&gt;
2. ''(noun)'' a label of such slanderous nature; see also &amp;quot;misunderstanding&amp;quot;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am NOT a Dictator. Why are you giving me an even WORSE '''Mislabeling''' than the Homosexual Mislabelings? Why do YOU have to be so bored that you have to make up NEW mislabelings to try and deface me over and over again? ''&amp;lt;ref&amp;gt;[[Common Questions#1_February_2010]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Just about everywhere. He appears to use this term as often as the word &amp;quot;slanderous&amp;quot;. Curiously, the redundancy &amp;quot;ill-mislabeling&amp;quot; (as if there were any other kind) has appeared once.&amp;lt;ref&amp;gt;[[CWC Blog#28_December_2009]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;misspeak &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1.''(verb)'' to lie&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Sometimes, I have '''misspoke'''. But you are more important to me than ANYTHING. Believe me! I swear. Hand to God. And on my Bible. I'd have to go look for it.''&amp;lt;ref&amp;gt;[[ToJackie]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Instead of accepting that someone has called him out on [[Lies|his bullshit]], Chris prefers to say he &amp;quot;misspoke&amp;quot;. Needless to say, no one has fallen for this ploy.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;misunderstanding &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' a deliberate view that contradicts Chris; see also &amp;quot;mislabel&amp;quot;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''*AND WE WILL NOT TAKE THE '''MISUNDERSTANDINGS''', THE MISLABELS, AND ALL THE LIKE SITTING DOWN!!!''&amp;lt;ref&amp;gt;{{CWCipedia link|1=Issue_9/Page_39|2=Issue 9 Page 39}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Misappropration. Note that it is not, as in reality,&amp;lt;ref&amp;gt;[http://www.merriam-webster.com/dictionary/misunderstanding Merriam-Webster Dictionary, &amp;quot;misunderstanding&amp;quot;]&amp;lt;/ref&amp;gt; a mistaken notion (alternatively a dispute) based on faulty information, but a malicious action worthy of [[tard rage]]. Apparently a slanderous troll has to actively &amp;quot;misunderstand&amp;quot; Chris. Also, Chris has used the related word &amp;quot;misunderstood&amp;quot; (participle adjective) as an insult, not realizing that if the troll misunderstood (transitive verb) him, ''Chris'' would be the one that was misunderstood (participle adjective).&amp;lt;ref&amp;gt;[[Mailbag 39#Rosechu_the_transwoman|Mailbag 39]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;modnar&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' random&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I may be '''modnar''', but I try not to be offensive, and if I do, then I am sorry. I can not please Everyone.''&amp;lt;ref&amp;gt;[[LadyOfTheCosmo#Twitter]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: &amp;quot;Random&amp;quot;, spelt backwards.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Monthly tugboat|monthly tugboat]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Chris's Social Security Disability Service&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;I'm getting by livin' with my folks and a '''monthly tugboat.'''&amp;quot;&amp;lt;ref&amp;gt;[[Monthly tugboat#References by Chris]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris apparently coined the term &amp;quot;Monthly Tugboat&amp;quot; due to a comparison he makes between gaining money through his SSDS vs. winning the lottery. In his mind, winning the lottery is like riding a &amp;quot;Luxury ship that can easily sink&amp;quot;, while gaining money from the government is the same as getting cargo from a ship pulled by a tugboat. &amp;lt;ref&amp;gt;[[BlueSpike Skype Logs 12]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;morrow&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; 1. ''(noun)'' Synonym for moral.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''The '''Morrow''' remains: Look up to whoever and whatever you like as your childhood hero like no one else is watching you; remain proud with your choice and preference. 💜⚡️''&amp;lt;ref&amp;gt;[[September 2019 social media posts#Chris supports playing with whatever toys you want]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Unknown, possibly a corruption of the word moral. Used exclusively by Magi-Chan during Chris month-long twitter roleplay in August and September of 2019.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Mother Nature errand&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(idiom)'' The bodily urge to either [[Piss|urinate]] or [[DIRTY, CRAPPED BRIEFS|defecate]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''All right, well, ladies, it’s been fun, but I gotta split and take care of ah... y’know, a '''Mother Nature errand'''.''&amp;lt;ref&amp;gt;[[Sonichu Home Club]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A peculiar take on the idiom &amp;quot;call of nature&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Muscle bra|muscle bra]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A sports bra used for covering a man's bare chest.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And you know what, I highly recommend this to every dude who goes around shirtless: wear a '''muscle bra'''. Because nobody, and I mean nobody wants to see your dog-gone ugly pecs, they're so ugly and repulsive, ugh... creeps everybody out.''&amp;lt;ref&amp;gt;[[Clyde is Weaker than Water]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Contributing to his previous fear of the homos, Chris also had a fear of seeing the bare chests of other men out of fear that it'll make him gay. He therefore suggested that men cover their chests under penalty of the law. Chris most likely adapted this name due to some weird association he makes between muscles and sports.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;my two bolts and a heart&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(idiom)'' Chris's opinion or takeaway on something.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Okay. I get serious creep and dark vibrations from all of this. I mean, you may do as you will if it feels right with you. Just '''my two bolts and a heart'''.''&amp;lt;ref&amp;gt;[[April_2021_social_media_posts#Dark_vibrations]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris's version of the idiomatic expression &amp;quot;my two cents&amp;quot;, referencing his emoji signature &amp;quot;⚡️💙⚡️&amp;quot;. Chris has also used a similar phrase before while roleplaying as Sonichu, shortening it to just &amp;quot;my two bolts.&amp;quot;&amp;lt;ref&amp;gt;[[Sonichu reads and critiques a Fanfic by The Crimson Libertarian]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== N ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;[[naïve]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' dumb, lacking intelligence. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You are such a cowardly, '''naïve''', retarded, individual.''&amp;lt;ref&amp;gt;[[CWC Calls Out Three Naïve YouTubers]]&amp;lt;/ref &amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris only seems to understand the most simplified definition of the word. In general terms, the word &amp;quot;naïve&amp;quot; is defined as &amp;quot;showing a lack of experience, wisdom, or judgment.&amp;quot;&amp;lt;ref&amp;gt;http://www.dictionary.com/browse/naive&amp;lt;/ref&amp;gt; However, in Chris's mind, the word is used to &amp;quot;question one's intelligence&amp;quot;. Despite his distaste for the use of the word on him, this turns out to be a commonly used insult by Chris.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:FRENCH-NAVY-CameraObscura.jpg|thumb|Chris travels to France]]&lt;br /&gt;
;navy&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' semen.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You know that, uh—first off, uh, the one... with the '''navy''' being drunk. Yeah. Som—yeah. A b—a—i—a—it's a good idea somet—uhhh... it's a... it's a good idea. But, uh, you know, you don't have to do it if you don't like it, but, uh... I recycle my own semen''&amp;lt;ref&amp;gt;[[Captain's Log, Stardate April 28th, 2009]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Play on words, i.e, a navy is a collection of seamen/semen.&lt;br /&gt;
&lt;br /&gt;
''See also: [[CWC-isms#C|Comeuppance]]''&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;nearly same&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(Adjective)'' Similar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And so I killed about- killed about twenty miles round trip for gas to go find her house. But it turns out that was a troll posing as that girl. [sighs] THE VOICES SOUNDED '''NEARLY SAME'''.''&amp;lt;ref&amp;gt;[[For Chris]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;negligent&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' [[negligee]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;So, I went onto Adam &amp;amp; Eve's website, and ordered three garments, and a transparent robe. One of the '''negligent''' is about exactly on what I had drawn onto myself.&amp;lt;ref&amp;gt;[[WCT DMs#Sexy negligee]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An obvious mispelling of &amp;quot;negligee&amp;quot;, a form of lingerie.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;neurotypically hindered&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Lacking the proper mindset or intelligence to understand Chris's world building, just by being normal.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Go ahead; that Is what happened that day, and they did not mind it much. To mock us makes you all Soo '''Neurotypically Hindered'''.''&amp;lt;ref&amp;gt;https://twitter.com/CPU_CWCSonichu/status/1203938198424035329&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris believes that the term &amp;quot;neurotypical&amp;quot; refers to having average brain function, rather than lacking any sort of mental condition.&amp;lt;ref&amp;gt;https://twitter.com/CPU_CWCSonichu/status/1207129697752141824&amp;lt;/ref&amp;gt; He believes that if one only possesses average intelligence, it makes it impossible for them to fully accept his fantasy world, thus claiming it as a &amp;quot;hindrance&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;neutral   &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' platonic.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I apologize, but I meant the term '''neutrally''', and I never meant anything from that.''&amp;lt;ref&amp;gt;[[LadyOfTheCosmo#Twitter]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And One More thing, Darling!... Talluah Bankhead would be Insulted with your response to the term's '''neutral''' usage. Hmpf!'&amp;lt;ref&amp;gt;[[LadyOfTheCosmo#Twitter]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris believes words like &amp;quot;darling&amp;quot; and &amp;quot;dear&amp;quot;, are gender neutral terms. Because of this, he assumes that if he claims that he used it in a &amp;quot;neutral&amp;quot; way, people will know he's not using the term in a romantic tone.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;2. ''(adjective)'' politically centrist or nonpartisan.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''He is a communist! And we do not like communists within this country! We are Republican, Democrat or ''' neutral'''... And I am '''neutral''', so I can go either way, but I do not exactly care much for communism!'&amp;lt;ref&amp;gt;[[Re-Calling Ahuvia]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Niggo|niggo]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An African-American person.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Chris: [sighs, raises his voice] BILLY MAYS IS THE NEW MAYER OF CWCVILLE!&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Max: Yeah, and also say that &amp;quot;Christian Chandler will be thrown in jail!&amp;quot; CWCville Jail.''&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Chris: And Christian Chandler will be thrown in CWCville Jail.''&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Max: &amp;quot;Where he will be raped by a bunch of niggers!&amp;quot; Say this one really loud.''&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Chris: Where he will be raped by a bunch of '''niggos'''.''&amp;lt;ref&amp;gt;[[Julie Reveals Herself]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A bastardization of the racial slur &amp;quot;nigger&amp;quot;. This minced oath was used only once after [[BlueSpike]] persuaded Chris to say: &amp;quot;''BILLY MAYS is the new mayor of CWCville, and Christian Chandler will be thrown in CWCville jail, where he will be raped by a bunch of niggers''&amp;quot;. Chris decided to repeat this phrase, but he also thought he could &amp;quot;outsmart&amp;quot; BlueSpike by replacing &amp;quot;niggers&amp;quot; with &amp;quot;niggos&amp;quot; in order to avoid saying the offending word directly. Ironically, a whole year after the incident, Chris referred to [[Surfshack Tito]] as a &amp;quot;nigger&amp;quot; [[Chris Drops the N-Bomb|several]] [[Surfshack Tito E-mails|times]], despite not even knowing what he looks like.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;No fucking shit / N.F.S.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' obviously&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''[[The WCT]]: Don't let [[Jacob Sockness|Jacob]] get close to you ever.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Chris: '''No fucking shit'''.''&amp;lt;ref name=wctdms&amp;gt;[[WCT DMs]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''The WCT: The Sockness Saga will be something to watch when Geno gets there. ''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Chris: '''N.F.S.'''.''&amp;lt;ref name=wctdms&amp;gt;&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Another instance of Chris attempting to add unnecessary emphasis onto his writing.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Nombie-zazis|nombie-zazis]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' zombie nazis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Anyway, as for the medical study, and this will require your aid, Magi-Chan. In June of 2015, the scientists have found the gene-like molecule which makes a person turn...ugh..'''nombie-zazis'''.''&amp;lt;ref&amp;gt;[[:File:Son10revp3.jpg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Replacement for homosexuals and homosexuality in the revised [[Sonichu 10]].&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;not-troll&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' a victim of trolling.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Consider who does more harassing, which do you block? &amp;lt;ref&amp;gt;[[https://kiwifarms.net/threads/random-chris-updates.23605/page-278#post-2549629]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt; &lt;br /&gt;
*Every Foul-Mouth Troll &lt;br /&gt;
*The '''Not-Troll''' they follow&amp;lt;/blockquote&amp;gt;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In Chris's mind, only two types of people exist on [[the Internet]], those who are trolls, and those who are victims of trolling. Because the person being trolled is supposedly '''not''' a troll, they are a &amp;quot;not-troll&amp;quot;. Chris eventually deleted the aforementioned post, and reposted it, replacing &amp;quot;not-troll&amp;quot; with &amp;quot;victim&amp;quot; to clarify what he was referring to in the first place.&amp;lt;ref&amp;gt;https://kiwifarms.net/threads/random-chris-updates.23605/page-279&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Noviophobia|noviophobia]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' the fear that someone you want to date is already dating someone else.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''His one fault, that has restricted him from finding the Ms. Right, he had a major case of '''Noviophobia''', where he is afraid to even approach most ladies, because he thought that they were all already paired up with “A Jerk.”''&amp;lt;ref&amp;gt;[[Sonichu's News Dash]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Because Chris was so frustrated with so many [[CWC-isms#J|jerks]] stealing his potential mates, Chris decided that his envy and hatred of men was a real phobia. Thus, overconfident in his ability to speak [[Spanish]], formed the word &amp;quot;noviophobia&amp;quot; by using the Spanish word ''novio'', meaning &amp;quot;boyfriend&amp;quot;, and the English suffix, -phobia, meaning fear . &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== O ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
;[[OC]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(abbreviation, noun)'' Original Creator. A god or deity, including [[Chris and religion#Delusions of godhood|Chris himself]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I recall that there was a Mythos about me online: myself, Chris Chan, I; I was an '''OC''' in my own stories; was I Real in this “Reality” that is Dimension 1218? And then I was confirmed in late 2007 with that blurry photograph of me in a moment of great shock and stress.''&amp;lt;ref&amp;gt;[[September 2019 social media posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(abbreviation, noun)'' Original Creation. A resident of a [[Reality Cartoon|cartoon dimension]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am pleased to announce from this collab piece alone, we have ten Sonichu/Rosechu '''OCs''' confirmed for the OC Expansion Packs of our #TSSSF set of cards, and then some, as I’m also delegating with my other friends as well. This is going to be a massive and lovely OC party!''&amp;lt;ref&amp;gt;[[September 2019 social media posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Short for ''original character'', a common term used by fanfiction authors for characters invented by themselves and used in their stories yet not present in the source material. Chris believes that fictional characters [[Chris and reality|really]] exist in other [[dimensions]], and under the [[Idea Guys]]' influence was convinced they are deserving of worship. Beginning with the Console Patron Units from ''[[Hyperdimension Neptunia]]'', he has since generalised this idea on his own.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;OH! MY AXELS! (or OW! MY AXELS!)&lt;br /&gt;
[[File:Axels2.jpg|thumb|right]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(interjection)'' Expression of pain in one's axles (the central shafts of rotating wheels or gears in a machine).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''OOOHHHHHH!!!!  MY AXELS!!!!!'''''&amp;lt;ref&amp;gt;[[Sonichu 7|''Sonichu'' #7]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Written for [[Ghostbusters|Ghost Buggy]]'s cameo in [[Sonichu 7|''Sonichu'' #7]], based upon the character's tendency to complain about its aching mechanical components.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;OH, MY CHRIS CHAN!&lt;br /&gt;
[[File:CWC GoPony reaction.jpg|thumb|150px|right]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(interjection)'' Exclamation uttered by Chris during his phases of holding a [[messiah complex]] and [[role-play]]ing as [[Sonichu (character)|Sonichu]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Why the Hell would you read that personal shit about [[Chris|Mama]] with [[LoveYouLongTime E-mails, 2013-2014#Chris fucks himself|the penis thing]]?  '''[[CPU Blue Heart|Oh, My Chris Chan]]!'''''&amp;lt;ref&amp;gt;[[Chris-Chan: A Comprehensive History]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Typed as a comment for the [[Chris-Chan: A Comprehensive History]] episode involving an embarrassing email.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;old-fashioned&amp;lt;blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Holding a belief that may be considered politically incorrect.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''But still, call me '''old-fashioned''' but, I'd rather be- I would not- I'd uh- I'd definitely wouldn't uh... NOT BLACK. Not black.''&amp;lt;ref&amp;gt;[[Mumble_4]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''My father is '''OLD FASHIONED'''; he NEVER gives thought to homos, and he HATES them too.''&amp;lt;ref&amp;gt;[[IRC (03 January 2009)]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris seems to regard most traditional beliefs and rituals to be offensive to the general public.&lt;br /&gt;
&lt;br /&gt;
2. ''(adjective)'' Dating back to the 1980s.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Ah, you can tell this is an '''old-fashioned''' Lego set on account of this—the old-fashioned &amp;quot;LegoLand&amp;quot; on the corner.''&amp;lt;ref&amp;gt;[[Song of Christian]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris seems to believe anything that's been made more than 5 years ago is as old as dirt.&lt;br /&gt;
&lt;br /&gt;
3. ''(adjective)'' Preferring real women over waifus. &lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Nothing against waifus and the people who have them, but I Never Really understood the appeal and concept of making out a character from a show who is Dimensions Away from your own league to be any sort of a significant other to you.  I’m more '''old-fashioned''' towards real women.''&amp;lt;ref&amp;gt;[[January 2018 tweets#Opinion on waifus]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Unknown. However, Chris seemed to use this word like this because he's aware it isn't considered customary to be sexually attached to fictional characters over real people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;ounce of vagina&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' Essentially Chris's way of saying &amp;quot;I'll at least lose my virginity at some point&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And, as for you, Jason Kendrick Howell… as sure as I am to get at least one '''ounce of vagina''', I have your number, and you're going down!''&amp;lt;ref name=AttentionAll/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Obviously confused when it comes to both euphemisms and basic units of measure, Chris has stated that he is sure to get &amp;quot;at least one ounce of vagina&amp;quot; within his lifetime.&amp;lt;ref name=AttentionAll/&amp;gt; In the years since, he's gotten at least [[Mia Hamm|two]] [[Barbara Chandler|ounces]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;outercourse &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' the act of stimulating someone else's genitals. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I understand. You may or may not have had much exposure to sexual images as I've had, so the idea of a &amp;quot;hand job&amp;quot; (which was the act drawn there) as part of '''outtercourse''''' [sic]'' (versus intercourse) was a surprise to you.''&amp;lt;ref&amp;gt;[[Megan emails, 2008#Chris thinks she was scarred because she doesn't know much about sex]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The word &amp;quot;outercourse&amp;quot; is actually another way to refer to dry humping.&amp;lt;ref&amp;gt;http://www.dictionary.com/browse/outercourse&amp;lt;/ref&amp;gt; In Chris's mind however, outercourse simply refers to sex which involves touching another's genitals, because the action happen outside of the body.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;overinexperienced&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Being overly inexperienced. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''My Body is sexually overinexperienced, and Starved.''&amp;lt;ref&amp;gt;[[May 2020 social media posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: It apparently didn't occur to Chris that sexual inexperience isn't the least bit comparative, at least not in the context where he intended to use this word.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;overpowered (or OP)&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' A disproportionate amount of strength, which is worn as a badge of honor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''If I was a neuro-typical mind, as opposed to '''overpowered''' psychic, I’d have gotten dizzy. ''&amp;lt;ref&amp;gt;[[September 2019 social media posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A term normally meant to refer to imbalance in game mechanics. Chris adopted the term at some point during or after the [[Idea Guys]] saga as a way to brag about his nonexistent psychic abilities and ludicrously powerful fictional characters.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== P ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;parkay &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' an epic style of running&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Hello there, fans! It's Christian Chandler here, live at the downtown mall, where for the Sonichu franchise and city of CWCville, and everything like that, I'm gonna do a '''parkay''' from this point all the way down to the gara--parking garage where, at the end, we will get a nice view of the tent-style theater that's down there where events are held.''&amp;lt;ref&amp;gt;[[Sonichu's Edge]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In the video [[Sonichu's Edge]], Chris calls his style of running &amp;quot;parkay&amp;quot;. Chris confused his running as a form of parkour, an acrobatic sport typically used in the military as a means of practicing the navigation of a complex environment without the use of equipment. &amp;lt;ref&amp;gt;https://en.wikipedia.org/wiki/Parkour&amp;lt;/ref&amp;gt;. Given Chris's [[speech impediment]], the word &amp;quot;parkour&amp;quot; somehow came out as &amp;quot;parkay&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Parody|parody]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Any work that &amp;quot;borrows&amp;quot; characters, plots, or styles from other pieces of fiction, whether infringing International [[Chris and copyright|Copyright]] Law or otherwise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Any names, or persons, illustrated in any of the Sonichu Comics, except that of Christian Weston Chandler, that may seem similar to anyone in real life, are purely coincidental, or otherwise '''parodic'''.''&amp;lt;ref&amp;gt;https://archive.sonichu.com/cwcipedia/index.php?title=File:Issue_8_Cover.jpg&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris's understanding of what constitutes as a parody most likely comes from his interest in shows like [[Family Guy]] and [[Excel Saga]], the former of which use copyrighted characters to make jokes around them, and the latter of which parodied various clichés found in anime. In his mind, because those shows can get away with using such characters and scenes, that gives him an excuse to do the same thing in his comics as long as he states it's being done as a &amp;quot;parody&amp;quot;. Ironically, Whenever Chris spoted an actual parody, he thought that the characters from the original work were being defaced.&amp;lt;ref&amp;gt;[[Parody#Chris does not understand the concept of parody]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;peanut&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Someone who disregards you, or otherwise does not accept you for who you are.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''So you enjoy it, just do it—don't worry about other people's opi—pinions. Because, uh, compared to the other schools, those people who disregard you are just total '''peanuts'''. And I'm not talkin' Charlie Brown; I'm talkin' 'bout the little nuts after the shells. The real peanut gallery. That would be peanuts, wouldn't it?''&amp;lt;ref name=FutureMessage/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Apparently derived from &amp;quot;{{w|peanut gallery}},&amp;quot; a term used to describe the hecklers in an vaudeville audience who would throw peanuts at a performer. Chris's own spin on this concept is to dismiss such hecklers as being insignificant like literal peanuts.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Pedofork|pedofork]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A pedophile. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am not a '''pedofork''', you DORKS!!!''&amp;lt;ref&amp;gt;[[CWC's Second Message]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Created as a half-assed attempt to make &amp;quot;pedophile&amp;quot; rhyme with dork. Coined in Chris's [[Madman Rising]] video, in response to the trolls who were comparing him to [[wikipedia:Herbert_(Family_Guy)| Herbert the Pervert]] from ''Family Guy''.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Pfalm&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The act of placing your palm over someone's face or the camera, as if it's the viewer's face.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Be geek, be proud, pfaaaaaalm! Emgo; silly! Silly, silly person. Have a good day, be safe, be good.''&amp;lt;ref&amp;gt;[[CLog 10172017 - Medallion Making]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: According to Chris, it comes from the phrase &amp;quot;palm in your face&amp;quot; which is a phrase [[Emgo316]] uses, combining the words &amp;quot;palm&amp;quot; and &amp;quot;face&amp;quot;.&amp;lt;ref&amp;gt;[[Random Thoughts (will be updated from time to time)]]&amp;lt;/ref&amp;gt;  Even though the CWC-ism was coined by Chris in 2017,&amp;lt;ref&amp;gt;[[Son-Chu Review]]&amp;lt;/ref&amp;gt; it was not actively used until 2024.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;[[Pickle|pickle]]&lt;br /&gt;
[[File:Pickle Rick.jpg|right|thumb|Chris bought this back in 2018. The brine-soaked irony!]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A penis, particularly one of [[JERKS|any man that isn't Chris]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Do me a favor, draw a VAGINA on my Rosechu, Rosechu IS A GIRL; SHE NEVER HAD A FREAKIN' '''PICKLE'''!!!!''&amp;lt;ref&amp;gt;[[:File:Chrisreply3.PNG]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The word &amp;quot;pickle&amp;quot; is one of the few hundred slang words for the word &amp;quot;penis&amp;quot;.&amp;lt;ref&amp;gt;https://web.stanford.edu/~eckert/PDF/PenisTesticlesSlang.pdf&amp;lt;/ref&amp;gt; It is unknown why Chris prefers to refer to the penises of other men as &amp;quot;pickles&amp;quot;, while he calls his own his &amp;quot;duck&amp;quot;, but it may have to do with Chris's sexual insecurity and the fact that he legitimately hates actual pickles &amp;lt;ref&amp;gt;[[Mailbag 4#Why Chris hates pickles]]&amp;lt;/ref&amp;gt;, whereas Chris thinks he's special enough to have a cutesy name for his own penis.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Pmurt]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(proper noun)'' The 45th and 47th president of the United States: Donald Trump.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''EID '''PMURT''' EID!!!!!!''&amp;lt;ref&amp;gt;[[Eid, Pmurt, Eid]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Donald Trump's last name, but spelled backwards. In Chris's first usage of this CWC-ism, Chris mentioned how &amp;quot;Trump spelled backward is &amp;quot;Pmurt&amp;quot;, which sounds like &amp;quot;hurt&amp;quot;.&amp;lt;ref&amp;gt;[[September 2016 Facebook posts#Registered to vote]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
Due to Chris's strong hatred for Trump, he frequently referred to Trump as Pmurt- believing that the spoken word of a backwards name has the power to degrade and weaken a person.&amp;lt;ref&amp;gt;[[U8C43P2A37A8 y U8C1N023V0L]]&amp;lt;/ref&amp;gt;. In Chris's eyes, if he repeated the word again and again, everyone would turn against Trump and start voting for [[Wikipedia:Hillary Clinton|Hillary]]. Unsurprisingly, Chris had no sway over the election aside from his own vote.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;point at your snout and oink&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb phrase)'' Do something humiliating to yourself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You both want me to even Beg, you can go '''point at your own damn snouts and Oink''' like Eric Cartman, and then [[Rape]] yourselves with your own Damn [[Star Wars|Darth Maul]] [[Sex toys|Dual LightSabre]].''&amp;lt;ref&amp;gt;[[Clyde and Tito PS3 E-mails]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A reference to a scene in the ''[[South Park]]'' episode &amp;quot;{{w|Scott Tenorman Must Die}}&amp;quot;, where Scott makes Eric Cartman embarass himself by singing a song about being a &amp;quot;little piggy&amp;quot;. Chris said this to [[Clyde Cash]] and [[Surfshack Tito]] upon failing to receive a cash bounty for destroying his own [[PlayStation 3]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;poke&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Marijuana.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Anyway, eclectic! High on the hedge and high on the hog. You want some of this '''poke''', mon?&amp;lt;ref&amp;gt;[[CWC address to Royal Board]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Intended as a demonstration of what &amp;quot;Soni-Chew the Eclectic Heeedge Hog Poke Mon of London, England&amp;quot; would sound like. A coded reference to Pokémon, and may or may not be a play on the verb &amp;quot;toke&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Polyamorous marriage|polyamorous]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Polygamous. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I go'' [sic] ''married to Magi-Chan Sonichu and Cryzel Rosechu last March, and then I married Sylvana Rosechu and Mewtwo last June. We all share a '''polyamorous''' relationship.''&amp;lt;ref&amp;gt;[[:File:Miss_Cherry_asks_Chris_about_his_marriages.png]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An etymologically malformed neologism from the 1970's for having multiple romantic or sexual relations at once, misapplied by Chris. &amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;prawns&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Subordinates or helpers, often those wittingly or unwittingly aiding a sinister character. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You keep sending out your '''prawns''' to do your dirty work, you coward.''&amp;lt;ref&amp;gt;[[List of Chris's edits to Encyclopedia Dramatica]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris almost certainly meant to type &amp;quot;pawns&amp;quot; here. &amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;[[Prickly-Wicklies|prickly-wicklies]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Punishments given for insulting or harming Chris.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''War gets you '''prickly-wicklies'''... as well as punches.''&amp;lt;ref&amp;gt;[[Fuzzy-Wuzzies &amp;amp; Prickly-Wicklies#Possible origin]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Refer to ''Fuzzy-Wuzzies''.&lt;br /&gt;
&lt;br /&gt;
''See Also:'' [[CWC-isms#F|fuzzy-wuzzies]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Private Villa of Corrupted Citizens]]&lt;br /&gt;
[[Image:PVCCitizens.jpg|thumb]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(backronym)'' The headquarters of several Sonichu villains.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Origin: The name itself is a backronym of the college Chris attended, the [[Piedmont Virginia Community College]]. After experiencing several mishaps throughout his college experience&amp;lt;ref&amp;gt;[[Piedmont Virginia Community College#Kicked out of English]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[Piedmont Virginia Community College#Kicked out of college]]&amp;lt;/ref&amp;gt;, the dean giving him the cold hard truth about why his [[Love Quest]] is doomed to fail became the straw that broke the camel's back, and Chris thought it would be a smart idea to deface the college afterward in his comics.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;prowldent&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(???)'' Unknown.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;There's no quote to cite this from, just a logo in which Chris gives the name &amp;quot;Prowldent Virginia Community College&amp;quot; to [[PVCC]].&amp;lt;ref&amp;gt;[[:File:ProwldentVCC.jpg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Likely combining connotations of &amp;quot;prowl&amp;quot; and &amp;quot;dent&amp;quot; (either to leave an indentation or [[fangs|teeth]]).&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Pu Tuhs!&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' Shut Up!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''SHE; my Ariel Starter was Female from the start, so '''Pu Tuhs!'''''&amp;lt;ref&amp;gt;[[December 2016 Facebook posts#Favorite Pokemon]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: &amp;quot;Shut up&amp;quot; backwards. Because it is backwards, Chris thinks it is more debasing than the normal version of the phrase.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Q ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;q-sand&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' Short for quarter sandwich (i.e. a quarter of a sandwich).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''So, mom ignored her and ate the '''q-sand''' in front of her.''&amp;lt;ref&amp;gt;[[Jackie E-mails 31]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Appeared in an [[Jackie E-mails 31|e-mail]] sent to [[Jackie]] dated August 5, 2011. Most likely unnecessarily used as a [[Sonic the Hedgehog|way past cool]] abbreviation.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;quarters&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An office space; headquarters.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Then that B-Dog ripped up my notes and all, dragged me to her '''quarters''' and talked down to me very RUDELY AND HOARSELY.''&amp;lt;ref&amp;gt;[[Chris's Wikipedia profile]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Whenever Chris says that he's being brought to someone's office, he always refers to it as their &amp;quot;quarters&amp;quot;, as if he was being brought to some kind of evil hideout. This could be to add unnecessary dramatic effect to his stories.&lt;br /&gt;
&lt;br /&gt;
2. ''(noun, pl.)'' coins, no matter their origin or worth.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Uhh. I want a soda, but it takes only C '''quarters''' and I only have W quarters. Do you have any change?''&amp;lt;ref&amp;gt;[[Sonichu 9 Official Videobook]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The first time this word was used like this was in [[Sonichu 9]], where it is revealed that [[CWCville]] issues its currency in the form of &amp;quot;C-quarters&amp;quot; and &amp;quot;W-quarters&amp;quot;. According to this issue, 10 C-quarters, make up a single W-quarter, which ultimately defeats the whole concept of the &amp;quot;quarter&amp;quot; coin. Despite being a part of the United States, CWC-ville still issues this strange form of currency, along with US dollars. Because of this, Chris likely decided to refer to his currency as &amp;quot;quarters&amp;quot; so that it could technically count as US currency.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;quite&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(exclamation)'' A fancy replacement of the word &amp;quot;right&amp;quot; or &amp;quot;correct&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Arthur: Magi-Chan, it's because of his-- you know, he wants to help all of his friends, and with his ability to contact them all simultaenously at the same time, it's an amazing ability to have.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Chris: '''Quite''', he is the psychic type, after all.''&amp;lt;ref name=CatKnight&amp;gt;[[CatKnight Interview]]''&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(adverb)'' to the utmost or most absolute extent or degree; absolutely; completely.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Hm. Not enough to, uhh... Well, he knows quite-- he can see '''quite''' a bit far into the future, but although there are details of which you might not be able to see, a point or two.'' &amp;lt;ref name=CatKnight/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''For a hundred dollars? Th-that's, that's '''quite''', that's uh, it'd take more funds for me to, more funds than that for me to be able to acquire the material figures...''&amp;lt;ref name=CatKnight/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris infamously used this word, along with &amp;quot;indeed&amp;quot; ad nauseam in his interview with [[Arthur Spatchcock]], believing that doing so is essentially the same as speaking his language, British if you will.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== R ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;raincoat&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' a condom.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You ARE the woman...we gotta stop by [[Wal-Mart|Wall-Mall-Wart]] on the way for a &amp;quot;'''raincoat'''&amp;quot;.''&amp;lt;ref&amp;gt;[[Sonichu 7 Official Videobook]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The term &amp;quot;raincoat&amp;quot; is actually an archaic slang term for the word &amp;quot;condom&amp;quot;.&amp;lt;ref&amp;gt;https://en.wiktionary.org/wiki/raincoat&amp;lt;/ref&amp;gt; Given that Chris has been raised by two geezers his whole life, and that part of his childhood has consisted of [[Gilligan's Island|old TV shows]], Chris thought that people would understand what he meant when he states that his Mary Sues are having protected sex with a raincoat.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[random-access humor]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' non-sequitur.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Punchy grew up in a dojo, where he perfected his punches. He is also full of '''random-access humor'''. He lost his tail in a brutal fight.''&amp;lt;ref&amp;gt;https://archive.sonichu.com/cwcville/SchuComicP5.htm&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Origin: According to Chris, his brain is completely random, and it always spews out incoherent garbage. In his mind, this works in the same way a computer processes random-access memory.&amp;lt;ref name=FatherCall/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;rapier &lt;br /&gt;
[[File:ReldnahcTheRapier .jpg|thumb|Reldnahc the Rapier]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun, attributive)'' rapist, sexual assailant.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''Now! My '''rapier''' friend, I would very much like you to get off me, please.''&amp;lt;ref&amp;gt;[[Sonichu 12]], [[:File:SchuComic12-1P60.jpg|page 60]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris-Chan Sonichu calls [[Reldnahc_Notsew_Naitsirhc#Fictional_biography|Reldnahc Ha-Taque]] his &amp;quot;rapier friend&amp;quot; in [[Sonichu 12|Sonichu #12]] after Reldnahc tackles him to the ground in a suggestive pose and touches his chest, thus (in Chris's hyperbolic mind) &amp;quot;raping&amp;quot; him. As a double double entendre, he could also be using the externally attested definition, as an adjective meaning &amp;quot;witty&amp;quot;,&amp;lt;ref&amp;gt;https://en.wiktionary.org/wiki/rapier#Adjective&amp;lt;/ref&amp;gt; and metaphorically referring to a kind of thin, sharp-pointed sword. This is incredibly unlikely due to Chris's basic understanding of the English language, and he most likely didn't know &amp;quot;rapist&amp;quot; is the term for one who rapes, not raper or rapier.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;reality cartoon&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' The universe.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
''Life is a cartoon; we are all the characters of the larger; the cartoons we make are part of our own universe; we're all a '''reality cartoon'''.''&amp;lt;ref&amp;gt;[[August 2017 tweets#&amp;quot;Life is a cartoon&amp;quot;]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Since Chris's life revolves mainly around [[Vidya]] and cartoons, it would make sense to him that the most believable explanation for the universe and everything in it is that it's all a cartoon. Likely related to Chris's known belief that [[Chris and reality#Fictional characters and media|all fiction actually exists in alternate universes]]. Chris's interactions with the [[Idea Guys]] made this idea seem even more plausible to him.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[recycling]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' the act of one ingesting their own semen to preserve their sperm count. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; I '''recycle''' my own semen, because, uh, you know, yes I do masturbate.&amp;lt;ref&amp;gt;[[Captain's Log, Stardate April 28th, 2009]]&amp;lt;/ref&amp;gt; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris, having very little knowledge of how the male reproductive system works, thinks that men can run out of sperm from masturbating or orgasming too much. Fearing the loss of &amp;quot;potential children&amp;quot;, Chris actually thinks that by ingesting the sperm back into his body, his sperm count will stay in balance, thus, he is &amp;quot;recycling&amp;quot; it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Redemption Arc]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Chris's alleged period of redemption. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; I am in my '''Redemption Arc'''. Please be kind to me, I have repented. &amp;lt;u&amp;gt;All of&amp;lt;/u&amp;gt; you should be &amp;lt;u&amp;gt;Soul Searching&amp;lt;/u&amp;gt;.&amp;lt;ref&amp;gt;[[:File:HarmonyCon Redemption Arc card.jpg]]&amp;lt;/ref&amp;gt; &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Named after the common trope found in fiction, where a villainous character atones for past actions.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;reeb&lt;br /&gt;
[[Image:4centgarbagereeb.jpg|thumb|Glug! Glug! Glug!]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' beer or any other alcoholic beverage of the like.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Then he glugs his '''reeb''', heh-heh, and then he conks out.''&amp;lt;ref&amp;gt;[[Sonichu 8 Official Videobook]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris, thinking he's so [[Slow-in-the-minds|clever]], decided to censor any mention of the word &amp;quot;beer&amp;quot; in his comics, by spelling the word backward.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Resident-Evil refrigerator&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The refrigerator in the previous Chandler Household. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Kitchen very much blocked off all over... with the '''Resident Evil refrigerator''' right there.''&amp;lt;ref&amp;gt;[[Tour of Chris's House II]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris refers to the fridge as the &amp;quot;Resident Evil&amp;quot; kind, because in Japan, the game ''{{w|Resident Evil}}'' is known as ''Biohazard''. Considering the quality of the household, that name may very well fit the description of the fridge in the state it was in before filming the [[Tour of Chris's House II|Second House Tour]].&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Respectable Frames]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Chris's aviator glasses. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Grandmother Glasses? These are Respectable Frames I have picked out from Wal-Mart.''&amp;lt;ref&amp;gt;[[Mailbag 20#Chris defends the pedo-glasses]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in [[Mailbag 20]] in protest of a troll disrespectfully calling his glasses &amp;quot;grandmother glasses&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;romps in the hay&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' sexual intercourse &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''This page, by the way, was drawn before last March, so stuff Has Happened since then, it is all good. Go ahead and Muck It Up in your heads, Trolls; I Am BiSexual, and I Laugh at your Jokes. (Awesome Romps in the hay with him, as well as Cryzel)''&amp;lt;ref&amp;gt;[[July 2018 social media posts#BronyCon thoughts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris has used this term since at least 2018.  &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Rosechu (species)|Rosechu]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The female counterpart of the [[Electric-Hedgehog Pokemon]].&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Origin: Derived from the appropriately named first Rosechu of CWCville, [[Rosechu]]. The name of the species is a portmanteau of the last name of the ''[[Sonic the Hedgehog]]'' character, Amy Rose, and &amp;quot;Raichu&amp;quot;, the evolved form of a Pikachu.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== S ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;[[saga]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1 ''(noun)'' An ongoing event within Chris's life.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''A Sonichu Special: CWC's Love Quest '''Saga'''''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris was actually the first to use the term &amp;quot;saga&amp;quot; as Christorians know it today, using it as such when describing his Love Quest on the cover of [[Sonichu 4]]. It wasn't until the Miyamota Saga when the term was used by Christorians to describe ongoing events in Chris's life as we know it.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;salty&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1 ''(adjective)'' showing more maturity or coarseness than is expected, especially knowledge of [[honest]] topics like [[Chris and sex|sex]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Ah, but I am not the weak person they think I am; I am much, much '''saltier'''!''&amp;lt;ref&amp;gt;[[Sonichu 4|''Sonichu'' #4]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Based upon a line from &amp;quot;Bowling Girls&amp;quot;, ninth episode of ''[[Excel Saga]]'': &amp;quot;But I'm not the sweet little girl I was a few minutes ago! I'm much, much saltier now!&amp;quot; &amp;quot;Salty&amp;quot; in this context derives from naval lingo, since the most experienced sailors would have greater exposure to both the saltwater seas and worldly experiences.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Scale of Respect|scale of respect]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Chris's way of measuring his respect for other people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I'll consider knocking you and Susan up my '''Scale of Respect''' each by 2 points''&amp;lt;ref&amp;gt;[[Scale of Respect]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris, like most other autistics, tends to view the world based on numerical values due to their lack of understanding of certain abstract concepts such as respect. Because of this, Chris made his very own numerical scale to decide on who should be respected, compared to who shouldn't.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;seinor&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Misspelling of senior.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''A cool Junior or '''Seinor'''-Year student, and follow their example on asking others out''&amp;lt;ref&amp;gt;[[CWC Blog]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An example of how the “i before e rule” escapes Chris.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;self-epic&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' describing a situation which is epic, and at the same time related to Chris and his various clones.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And I will square-off in the TRULY '''SELF-EPIC''' Battle between me, and my Dark Half.''&amp;lt;ref&amp;gt;[[An Important Update]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: [[Chris and his Ego|Self-explanatory]].&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;self-masturbation&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' [[Mass debating|masturbation]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''Self-masturbation''' is really arduous and annoying.''&amp;lt;ref name=15min&amp;gt;[[Masturbation discussions]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris decided to add the prefix &amp;quot;self-&amp;quot; to make it clear that he was stroking his own [[duck]], apparently unaware that use of said prefix is redundant (the term masturbation typically implies self-pleasure unless one specifies otherwise).&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;self-sexually active&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' in the habit of [[Mass debating|masturbating]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And Another Thing, yes, I will admit I was '''self-sexually active'''; WAS. You all turned me off of Sex LONG Before I even thought of coming out as Trans in ‘14.''&amp;lt;ref&amp;gt;[[February 2020 social media posts#On seeing his father's penis]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A modification of &amp;quot;sexually active&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;ship&lt;br /&gt;
[[File:Chillaxingcard.jpg|200px|thumb|An example of a &amp;quot;shipping&amp;quot;.]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An act of two or more OCs interacting with or performing any given action towards one another, regardless of any romantic feelings.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You must take a Pony card from the grid and reattach it elsewhere with this '''Ship'''. That card's power activates. At the end of the turn, until the Pony card attached with this '''Ship''' is discarded of removed from the grid, it gains the Keyword Villain.''&amp;lt;ref&amp;gt;[[:File:EpicOnlineBully.jpeg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An abbreviation of the word &amp;quot;relationship&amp;quot;. Chris learned the term from the card game ''[[Twilight Sparkle's Secret Shipfic Folder]]'', a My Little Pony fan game satirizing the popular internet trend of shipping. He used the game as another creative medium to sell items to fans, trolls, weens, and enablers.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;shitful&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' hurtful; defamitory. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And this is the last time I will ever say anything in response to your '''shitful''' and hurtful comments and hatred for Hate's Sake!''&amp;lt;ref&amp;gt;[[August 2014 Facebook Posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Shitful is a vulgar slang word, synonymous with words like &amp;quot;boat-load&amp;quot; or &amp;quot;truck-load&amp;quot;. Chris may have seen the &amp;quot;shit&amp;quot; part of this word and assumed that it was a more profane version of &amp;quot;hateful&amp;quot;. Disregarding its actual meaning, the word to Chris is used for situations that seem &amp;quot;shitty&amp;quot; to him.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[SLGBTQ]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(acronym)'' an extended acronym for LGBT (Lesbian, Gay, Bisexual, Transgender) which includes &amp;quot;straights&amp;quot; and &amp;quot;questioning people&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Considering your logo there, Texas will be feeling more love from the '''SLGBTQ''' community; give us props and Love, Lone Star State.''&amp;lt;ref&amp;gt;[[September 2017 tweets#Hurricane Harvey and SLGBT]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: When Chris first used this acronym, he didn't explain what groups the &amp;quot;S&amp;quot; or &amp;quot;Q&amp;quot; were supposed to represent, making plenty of people confused. Eventually, Chris revealed that the &amp;quot;S&amp;quot; represents '''s'''traight and cis-gender people, while &amp;quot;Q&amp;quot; represents &amp;quot;'''q'''ueers&amp;quot; or &amp;quot;'''q'''uestioning people&amp;quot;. Chris believes that if he included straight people into LGBT, then those particular people would feel more invited to join into the community. Considering the fact that gay people are minorities, adding the &amp;quot;S&amp;quot; to LGBT only defeats the entire purpose of identifying people as LGBT in the first place.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Slow-in-the-minds|slow-in-the-mind]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' a mentally handicapped person&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And finally, after a hard &amp;quot;odd&amp;quot; day, he rides home on a bus, but unfortunately, it had a few &amp;quot;'''slow-in-the-minds'''&amp;quot; on it.''&amp;lt;ref name=AWeekWith&amp;gt;[[A Week With Christian Chandler]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: While the exact origin of the term is unknown, slow-in-the-minds was first used by Chris in a high school assignment.&amp;lt;ref&amp;gt;[[Manchester High Leaks#Help This Unborn Child]]&amp;lt;/ref&amp;gt; &amp;quot;Slow-in-the-minds&amp;quot; works as a stand in for the less-socially-acceptable &amp;quot;retard&amp;quot;, so it's possible that Chris created this CWC-ism in order to self-censor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;slow-minded&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' mentally retarded &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''As for what had happened during PVCC, in a nutshell; about Mid-Summer, 2003, I've realize upon revolation that I needed a girl friend to make into a Sweetheart from the Ground-Up, so with a sign (which I've later realized that it made me look '''slow-minded'''; the &amp;quot;R&amp;quot; Word), I've started my Enduring Love Quest.''&amp;lt;ref&amp;gt;[[Chris emails 2007#February]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''OK, I can definitely name you a few reasons, like there was this one [stutters] …there was this one '''slow-minded''' individual named Tony. He was like as big as-he was as big and strong as an ox. He just kept on making all the moanings and noises and whatnot, and he sometimes even-even-a couple of times he even spat on me, and he even bopped me on the back of the head once or twice during the whole-during the whole time I knew him there.''&amp;lt;ref&amp;gt;[[Kacey Call 9]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(adjective)'' stupid, but not quite retarded&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''I'll admit I have had some '''slow-minded''' moments. But I am certainly not totally retarded.''&amp;lt;ref&amp;gt;[[Father Call#Crossing the Naïve Line (1:46:21-1:52:36)]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;SNERGEN FLERGEN!!!&lt;br /&gt;
[[Image:SNERGEN FLERGEN!.PNG|thumb|200px]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(interjection)'' A phrase one may shout out when asked for attendance. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''SNERGEN FLERGEN!!!'''''&amp;lt;ref&amp;gt;[[:File:SchuComic9P6.jpg]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
''-What?''&lt;br /&gt;
&lt;br /&gt;
''Uh...here!''&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An obvious example of Chris's [[CWC-isms#R|random-access humor]]. This weird phrase appeared in [[Sonichu 9|''Sonichu'' #9]], when the cast was asked for their attendance during a [[CWC-isms#D|Dating Education]] class. When [[Wild Sonichu]] was asked for his attendance, he blurted out this phrase as Chris's many attempts to be funny in his comics. Given Chris's childish sense of humor, it would make a whole lot of sense for him to include a character randomly blurt out a nonsensical phrase out of nowhere.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;snooze cruise&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. a long period of slumber&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Next, he had Trigonometry...I'd hate to be Christian when his nerves kicked into action after waking up from a &amp;quot;notey&amp;quot; '''snooze cruise''', but I was.''&amp;lt;ref name=AWeekWith/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Taken from ''[[Wikipedia:Sonic Adventure|Sonic Adventure]]'', in the Super Sonic's Story cutscenes, after Sonic gets woken up by Tails: &amp;quot;I was on a snooze cruise, I guess!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;somecummpentydifferent&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(Phrase)'' Used to announce a change in subject.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Anyway and now for somecummpentydifferent stay tuned for '''somecummpentydifferent'''  — a bunch of good pushups!''&amp;lt;ref&amp;gt;[[Getting Foam Ed]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(Phrase)'' Used to announce use of [[random-access humor]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And now for '''somecummpentydifferent'''. BUUUUNG! And now it's Monty Python's flying elephants. Du tu du tu du tu du. Du tu du tu du tu du. Johan, why is people running away? I don't know, Greeg, why is people running away.''&amp;lt;ref&amp;gt;[[CWCFlyingElephants]]. Note this is the very first thing he says, so there's nothing to be completely different ''from''.&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris is trying to say &amp;quot;And now for something completely different&amp;quot; like John Cleese does on [[Monty Python]]. Suffice to say Cleese's ability to say three multisyllabic words in rapid succession exceeds that of Chris.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Tobacky|somkey]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' The quality of having smoked recreationally, be it tobacco, marijuana, or some other substance.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Thank our mayor, Mr. Christian Weston Chandler that CWCville is a clean city; nobody has to go home drunk or '''somkey'''!''&amp;lt;ref&amp;gt;[[Sonichu 8]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A simple corruption of the word 'Smokey', used by [[Jamsta Sonichu]] and [[Lolisa Rosechu]] during their report on [[Sonichu 8#Spring Break, 2008!|Spring Break, 2008!]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Sonichu (species)|Sonichu]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. (noun) The male counterpart of the Electric-Hedgehog Pokemon.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Origin: Derived from the appropriately named first Sonichu of CWCville, Sonichu. The name of the species is a portmanteau of the name of the titular character of ''Sonic the Hedgehog'', Sonic, and &amp;quot;Pikachu&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;soo&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adverb)'' Very, Very much.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Dear Blanca, I am '''soo''' happy that you were revealed as my True, Honest Sweetheart-To-Be''&amp;lt;ref&amp;gt;[[Chris's Letter to Blanca]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In writing, Chris often adds extra o's to the word &amp;quot;so&amp;quot; to prolong the &amp;quot;o&amp;quot; sound and show added emphasis. This has the (unintentional?) effect of mimicking the speech patterns of a Valley Girl or an effeminate homosexual. However, where most people would add two or more o's, (e.g., &amp;quot;I love you sooo much!&amp;quot;), Chris frequently only adds one, resulting in &amp;quot;soo,&amp;quot; which makes the word look like it's supposed to be pronounced &amp;quot;sue&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
This may originate from pamphlets published by [http://www.channing-bete.com/ Channing Bete], [[Autism|short and uninformative]] self-help pamphlets often handed out at churches, the last page of which often feature a summary headlined by &amp;quot;Soo…&amp;quot; Given his distrust of help from anyone other than [[Rocky]], it is not entirely impossible that Chris has read Channing Bete pamphlets occasionally.&lt;br /&gt;
&lt;br /&gt;
This is one of many recurring jokes in the [[Sonichu Audiobooks]] in which the narrator pronounces words like &amp;quot;soo&amp;quot; as they are literally spelled, instead of how Chris intended them to be read.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;soul-bonding&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Sexual intercourse as a means of purifying someone.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;What had happened was Literally a Divine Mission, commissioned to Christine and I by Emanuel (GOD above Gods), herself, to Heal and Cleanse Barbara's health and soul and being and Clear her of remaining sins and regrets through Coddling, Talking, and Supportive '''Soul Bonding''' to mainly Extend her Life, personally by Divine Intervention.&amp;lt;ref&amp;gt;[[Jail Letter - 4 October 2021]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris has somehow come under the delusion that having sex with his mother would &amp;quot;purify&amp;quot; her, and extend her lifetime, all through the act of bonding each other's souls. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;soup beds&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Homeless shelter with beds&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'' I mean, we have soup kitchens and we have '''soup beds'''. We should really combine the two into SOUP HOTELS!''&amp;lt;ref&amp;gt;[[A Public Announcement for Congress]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris tries to distill his &amp;quot;soup hotel&amp;quot; idea into its two components, but he mangles one of them by retaining the &amp;quot;soup&amp;quot; prefix.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;sourdough region&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The crotch area &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Its weak point is still the '''sourdough region''', but it would take FIVE KICKS to get to it''&amp;lt;ref&amp;gt;[[Sonichu 4 Official Videobook]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In his Sonichu comics, Chris has decided to make the main weakness of the jerkops their crotch. The weakest of the jerkops take only one kick to be taken down, while higher-ranking jerkops like [[Jerkhief]], take five. The reason why Chris refers to this spot as the &amp;quot;sourdough region&amp;quot; is unknown, but most of his other CWC-isms already tend to sound so nonsensical to begin with, it barely even matters.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;spike on one's shoulder&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' refers to the act of holding grievances towards someone. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''There was a whole bunch of misunderstandings between me and my employer, and he had a '''spike on his shoulder''' against me.''&amp;lt;ref&amp;gt;[[Father Call#The Shit Hits the Fan (33:24-39:17)]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A confusion with the phrase &amp;quot;chip on one's shoulder&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;spot&lt;br /&gt;
&amp;lt;blockquote&amp;gt; 1. ''(noun)'' A small amount. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''the recent 43.98 purchase was actually a ''spot'' of Wheeling and Dealing I did; I actually spent less to make a profit.''&amp;lt;ref&amp;gt;[[Jackie E-mails 15]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris likes to retardedly incorporate British English into his sentences when he has the chance, possibly to sound more classy than he actually is. The phrase &amp;quot;A spot of X&amp;quot; is a British English idiom referring to a small amount of something.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;sticky dream&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A wet dream&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''After falling back asleep Chris had a &amp;quot;'''sticky dream'''.&amp;quot;''&amp;lt;ref&amp;gt;[[Ivy Q&amp;amp;A]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris claims that a &amp;quot;wet dream&amp;quot; actually refers to wetting one's bed as opposed to nocturnal emission.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;straight path&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The quality of being heterosexual and cisgender&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And, besides, if you stray away from the '''straight path''', it can really jeopardize the entire future of the world and the human race.&amp;lt;ref name=FutureMessage/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Before the [[Tomgirl Saga]], Chris had an intense fear of &amp;quot;falling off the straight path&amp;quot;. When he states this, he is essentially referring to being on the path to straightness, in the same way a normal person would refer to someone being on the path to success. Chris also had this unrealistic idea that being in contact with gay men would suddenly make him gay too, making him fall off the path. Possibly also an allusion to the phrase &amp;quot;straight and narrow&amp;quot; and/or the Biblical passage Matthew 7:14: &amp;quot;Because strait is the gate, and narrow is the way, which leadeth unto life, and few there be that find it.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;[[Sub-Episodes|sub-episode]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The side stories in the [[Sonichu (comic)|Sonichu]] comics.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Origin: A result of Chris's use of [[Chris and English#Television jargon|television jargon]] in his comics.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;sumbah&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Minced oath for &amp;quot;son of a bitch.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Yo, Christian, thanks for saving my sister from that crazy '''sumbah'''''&amp;lt;ref&amp;gt;[[Sonichu Special 4]], page K-4&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Probably based upon &amp;quot;sumbitch.&amp;quot;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Sweetbolt|sweetbolt]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A pet name used by [[CWC-isms#E|Electric Hedgehog Pokemon]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Ahh..that salad was great! What's wrong '''sweetbolt'''?''&amp;lt;ref&amp;gt;https://archive.sonichu.com/cwcville/SchuComicP11.htm&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' A sweetheart. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I understand, and I will NEVER put it against you. Yes, as your '''SweetBolt'''. :)?''&amp;lt;ref&amp;gt;https://archive.sonichu.com/cwcville/SchuComicP11.htm&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: When Chris first worked on his Sonichu comics, he tried to incorporate as many references to electricity as he can to match with the Pikachu part of the titular character. A portmanteau of the CWC-ism &amp;quot;sweetheart&amp;quot; and &amp;quot;bolt&amp;quot;.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Sweetheart|sweetheart]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A potential lover. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Oh, gee, I'm sorry Bionic, but back then I was na- I was naive on dating and all that, so I just didn't think of it at the time. But if you a '''sweetheart''', Meg has created quite a few foxy characters. If she's cool with it, you could go out with one of them.''&amp;lt;ref&amp;gt;[[Sonichu 6 Official Videobook]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Another cutesy pet name given to candidates of his Love Quest.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Sweetheart from the Ground-Up|sweetheart from the ground-up]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An ideal sweetheart beyond the friend zone. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''For days to weeks to months to years, I Felt So Lonesome and Incomplete. But I didn't STOP! In the name of Love, and the fact that there had to be a Boyfriend-Free Girl out there, somewhere, for me to get to know, grow a strong companionship with and make into a '''Sweetheart from the Ground-Up''', so in later years, after the inevitability of my parents leaving me, I WON'T BE ALONE. And I can eventually realize my dream of being a good husband, and father of a pretty girl named Crystal.''&amp;lt;ref name=CurrentDays/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: As stated, Chris intended to use this weird phrase to indicate that he wants an ideal gal-pal well beyond the friend zone. Chris thought this phrase sounded so clever that he used it constantly.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== T ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;teenages &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The 13-19 age group; teenage years. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Ahem... hello, ladies and gentlemen, girls and boys, and dudes of all '''teenages''', as well as the, uh, gals.''&amp;lt;ref name=FutureMessage/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In Chris's [[Future Message]], he attempts to talk down to just about every age group. In order to do this, he starts his video off with the quote above. Chris clearly couldn't think of a way to refer to teenagers, so he decided to refer to such people by &amp;quot;teenages&amp;quot;. A butchering of &amp;quot;people of all ages&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;teir&lt;br /&gt;
[[File:Teir.png|thumb|200|Chris spelling tier wrong.]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Misspelling of tier.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''$1 '''Teir'''''&amp;lt;ref&amp;gt;[[Patreon]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Yet another example of how Chris is unaware of “i before e”. In a June 2019 update, he managed to spell tier wrong throughout multiple descriptions, despite the correctly-spelled word being visible right on the page.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;telekinesis&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Telepathy, i.e. communication through long distances, usually via psychic or supernatural means.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I’ve been communicating with her through '''telekinesis''', and she sounded very lonesome.''&amp;lt;ref&amp;gt;[[Silvana]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Whereas tele'''kine'''sis means ''moving'' objects from a distance with psychic powers (c.f. ''[[wikipedia:kinetic energy|kinetic]]''), Chris has never used the term properly. [[Magi-Chan|Psychic]] [[Silvana|characters]] in the [[comic]] have both powers of telekinesis and telepathy, but Chris has only used the former to refer to both.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Temple&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. [[14 Branchland Court|Chris's house]].&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Food for Barbara is also appreciated, and Visitors who personally offer genuine Kindness and Good Intentions are all encouraged to visit the '''Temple'''.''&amp;lt;ref&amp;gt;[[Jail Letter - 4 October 2021]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In [[2019]] Chris designated his house as the &amp;quot;Temple of CWC Sonichu&amp;quot; due to his growing [[Messiah complex]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;That was a straw that sold the blade to the executioner&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' That was the final straw.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And on top of that, literally doxing someone on [[Kiwi Farms|Kiwi]], because someone has a hold over [[Bismuth|Naught]] to the point of him having to feel very insecure about himself. And the topper, in my eyes, one of y'all sent threats to [[Praetor|Anni]]. Fortunately, she completely missed and overlooked that memo in her inbox. '''That was a straw that sold the blade to the executioner'''.''&amp;lt;ref&amp;gt;[[MKR DMs]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris used the phrase in listing his grievances against some members of the [[Watchmen]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;theoretical ex&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' One of the trolls who posed as a potential love interest for Chris during the classic period of trolling, between 2008 and 2011; a catfish, generally-speaking.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Yeah, it’s like, you know, even when I try to make a new relationship, uh, especially among the '''theoretical rex-, exes''' I had, I still could not tell which was which…''&amp;lt;ref&amp;gt;[[Catie Date Conversation Transcript#Chris's history with the trolls]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris started calling the trolls who pretended to be his girlfriends during the classic era &amp;quot;theoretical exes&amp;quot; around the time of his date with [[Catherine|Catie]]. When pressed by Cousin Al as to what he meant, he cited that people may not always be who they say they are on the Internet.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;This Viral Event&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' The worldwide Coronavirus ([[COVID-19]], SARS-CoV-2) outbreak in early [[2020]], which began in [[China]] on New Year's Eve [[2019]] and has since become the most severe pandemic since the Spanish flu of 1918. Regarded by Chris as a trivial excuse to cancel a perfectly good ''[[My Little Pony]]'' convention.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''The Bottom Line is that '''This Viral Event''' is actually a better step in our own developments and evolution, as well as a deity-level test to sort out the weak from the moderate and strong of mental and soulful intervals, and nothing else.&amp;lt;ref&amp;gt;[[March 2020 social media posts#Chris finally weighs in on the coronavirus pandemic]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris's [[Chris and religion|theodicy]] assigns any misfortune in the world to the Dimensional Merge. As the disease's spread has caused many governments to forbid large gatherings as a sanitary measure, it has become a [[Chris and His Ego|personal inconvenience to Chris]]. He believes that the pandemic will soon be stopped by [[OC|fictional characters]]' efforts,&amp;lt;ref&amp;gt;[[March 2020 social media posts#COVID-19 a sign of dimensional merge]]&amp;lt;/ref&amp;gt; making it nothing but a transient event.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Tobacky|tobacky]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' tobacco or tobacco products&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''If I could, I would take every last ounce of '''tobacky''', put 'em on a rocket, and shoot 'em up to the Moon.''&amp;lt;ref name=FutureMessage/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: American English slang, used by Chandlers since 1856,&amp;lt;ref&amp;gt;https://en.wiktionary.org/wiki/tobacky#English&amp;lt;/ref&amp;gt; and for [[random access humor]] since 1928.&amp;lt;ref&amp;gt;[http://www.uwosh.edu/home_pages/faculty_staff/earns/song.html Back in Nagasaki Where the Fellers Chew Tobaccy]&amp;lt;/ref&amp;gt; Chris hates the act of smoking cigarettes so much that even uttering the word &amp;quot;tobacco&amp;quot; makes him feel uncomfortable, so Chris uses this as a retarded {{w|minced oath}}.&amp;lt;ref&amp;gt;[[List of Chris's edits to Encyclopedia Dramatica]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;tom-tom   &lt;br /&gt;
[[File:Duck Pounding Some Tom-Tom.jpeg|thumb|A duck pounding some tom-tom real hard]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' female genitalia.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''MY DUCK HUNGERS FOR '''TOM-TOM''' TO POUND!!!!!''&amp;lt;ref&amp;gt;[[I Am The TRUE, Original CCWC]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Origin: Taken from the short Adult Swim music video, ''Pound my Tom-Tom'', which served as the intro to the cartoon, ''Lucy, the Daughter of the Devil''.&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=r1DVoH0Njow&amp;lt;/ref&amp;gt; Considering Chris barely understands anything adult, the fact that this was meant to be a bad euphemism, which the character, Lucy, used to avoid directly mentioning her vagina, flew over his head.&amp;lt;/blockquote&amp;gt;   &lt;br /&gt;
&lt;br /&gt;
;[[Tomgirl Pictures|tomgirl]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A femboy, which is a person who identifies as male though still cross dresses.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am '''Tomgirl'''.''&amp;lt;ref&amp;gt;[[:File:I_am_tomgirl.jpg|PSN comment as of 6 April 2011]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: analogous to &amp;quot;tomboy&amp;quot;, i.e. a girl who likes boy-stuff.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;too many crooks&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(interjection)'' Expression of dissatisfaction with an overabundance of evildoers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Well, call it--this was &amp;quot;too many crooks.&amp;quot; '''Too many crooks!''' Too many crooks! And that ED page is one of those crooks.''&amp;lt;ref&amp;gt;[[Take that Page DOWN NOW!]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Based upon the idiom, &amp;quot;too many cooks spoil the broth.&amp;quot; Although that idiom means something, this is just an incomplete sentence.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;took my idea for a fall&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' Refers to ruining Chris's [[Love Quest]] plans.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am very mad and upset, because that JERK took my idea for a fall, just like that XXXXX at PVCC did!''&amp;lt;ref&amp;gt;[[CWC%27s Diary#2004]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris used this in his poem [[Saddest Heart in the World]] as well as a 2004 diary entry.  Appears to be a mangling of &amp;quot;took me for a fool.&amp;quot;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Toxic Trio]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A combined name for the Watchmen [[Naught]], [[Kyle]], and [[MKRNightVee]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Hey, @everyone. For starters, in light of the recent events @Neko has been through, and the light shedding on the toxic trio, an announcement with care for now:&lt;br /&gt;
To all of you in my flock, I highly encourage each of you to begin and continue your own individual self-work in enlightenment. For amongst you all, as the Dimension Merge/Collective Shift draws closer upon the main event with the removal of the veil between our universe halves, each of you has your own inner potential and strength. We have no need for war or quarrel at all with the OCs and individuals of C-197, as I state to all of those individuals in regard to us of 1218.''&amp;lt;ref&amp;gt;[[:File:TheKnights1stLayer-26Jun21 - Chris intro.png]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used by Chris when he joined The WCT's [[Knights of CWC]] Discord server after WCT convinced him to distance himself from the &amp;quot;trio&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;triage&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' ménage à trois; a romantic relationship between three people.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Magi-Chan Sonichu, Silvana Rosechu &amp;amp; Mewtwo / A Loving '''Triage'''''&amp;lt;ref&amp;gt;[[January 2018 Facebook posts‎‎#Mewtwo and Magi-Chan married]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A corruption or misspelling of &amp;quot;triad&amp;quot;, possibly influenced by the ending of &amp;quot;ménage&amp;quot;. &amp;quot;[[wikipedia:Triage|Triage]]&amp;quot; is a real word with a completely different meaning and unrelated etymology.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;trollin' stupid&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Very stupid, in a manner pertaining to trolling.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Because that's what you deserve, you God damn womanizing raping... '''trollin' stupid''' pickle suited... nigger!''&amp;lt;ref&amp;gt;[[Chris Drops the N-Bomb]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris seems to have coined this phrase for his [[CWC &amp;quot;Boyfriend&amp;quot;|&amp;quot;Boyfriend&amp;quot;]] lyrics with &amp;quot;trollin'&amp;quot; serving as an intensifier along the lines of &amp;quot;fucking.&amp;quot;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;true and honest&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' something [[Honest content|honest]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I like sharing my honest feelings with other people because they're good feelings, most of the time. And more importantly they are '''true and honest''' feelings. SO THERE.''&amp;lt;ref&amp;gt;[[For Chris]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris first used the adjective with reference to his love for [[PandaHalo]], and the adjective was often used by [[Liquid Chris]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== U ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;ugly growth&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A phrase used by Chris to refer to his own penis negatively. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''&amp;quot;Did I not just tell you I am Seven Inches Long?! It is soo long, that I am literally able to stretch it Under my taint, and tuck it between my own ass cheeks, beyond my ass hole. With help, I can literally even shove the head of the '''Ugly Growth''' Up Mine!&amp;quot;''&amp;lt;ref&amp;gt;[[Colin Chat 2]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--Origin--&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Un-clit|un-clit]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A piercing Chris got on his perrinium as an immitation clitoris. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''It is a short, steel straight piece with steel spheres, of which I refer to them as my '''un-clit'''.''&amp;lt;ref&amp;gt;[[September 2014 Facebook Posts#Introducing the Un-clit]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: During his Tomgirl years, Chris was, and still is, very desperate to gain female body traits such as bigger breasts, wider hips, a fully functioning vagina, etc. In order to get a part of the work done, Chris got a piercing on his taint as a sort of pseudo-clitoris, showing more of Chris's limited knowledge of female anatomy. &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;uncouth&lt;br /&gt;
[[File:Uncouth Twat.png|thumb|Most uncouth!]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' unlikeable, lacking good manners.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And, by the way, among which, You give the Males a Most Terrible and Horrible Name in your behavior. Most '''Uncouth'''.''&amp;lt;ref&amp;gt;[[Colin Chat 1]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Trump is most Immature, '''Uncouth''', and Not Valid to be president.''&amp;lt;ref&amp;gt;[[Misc texts#Anti-Pmurt]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I felt it appropriate to change my profile photo back to the filtered one for what happened in France the while back with due respect of the continuing of Trump's most drastic and '''uncouth''' actions in office.''&amp;lt;ref&amp;gt;[[January 2017 Facebook Posts]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''You, sir, are '''Uncouth'''.''&amp;lt;ref&amp;gt;[[April 2017 tweets#Trump, you mocked the mentally-challenged]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''All of you are nothing but immature, borish, '''uncouth''', and damned Neanderthals.''&amp;lt;ref&amp;gt;[[Sonic Boom Protests#Chris Rages On]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Not Sexual Fantasy; Friendships, You '''Uncouth''' Cad. Hmpf!''&amp;lt;ref&amp;gt;[[August 2017 tweets#Unleashing his inner Brit]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And as it Had been My fault on that #NationalGirlfriendTweet that started the whole mess, that was Why I chose whole-heartedly to Harass Me instead of Doopie or Anyone Else who was being harassed with the mis-content from Years Ago from me taken Out Of Context, Mind you, because Harassing Anyone at Anyone else’s Expense is Just Plain Wrong, Bullying, and '''Uncouth'''!''&amp;lt;ref&amp;gt;[[October 2017 tweets]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''And it was ignored by you that Talulah Bankhead coined the term for Tabitha, you '''Uncouth''' Twat.''&amp;lt;ref&amp;gt;[[August_2017_tweets#Tabitha addresses CWC flame war]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I agree it is shameful of these people to have accounts just to haze at me and all others, Soo '''uncouth'''.''&amp;lt;ref&amp;gt;[[NightStar2891 tweets#Twitter spam for Tabitha]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I miss Jessica. You Trolls Scared Her Off by either Hacking or Reporting her Facebook. You '''Uncouth''' Cads!''&amp;lt;ref&amp;gt;[[October 2017 Facebook posts#Still missing Quinn]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: As demonstrated, Chris uses this word way more than any 21st-century [[American]] would. It is often speculated that Chris picked up this word from an ''MLP'' episode, where Applebloom and Applejack are talking about what the word &amp;quot;uncouth&amp;quot; means.&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=S-SrQ-Oz1k4&amp;lt;/ref&amp;gt; Seeing how this conversation alone is somehow a staple in the Brony subculture, and how Chris is one of those Bronies who sees more [[Night_Star#Chris_spills_the_beans|meaning]] in the show than it actually possesses, Chris likely picked up this term due to how foreign and smart it sounded to him. &lt;br /&gt;
&lt;br /&gt;
Chris is also notorious for his use of British English whenever he tries to make it seem he knows what he's talking about. It is also fairly likely Chris may have adapted this word solely because he thinks British English words will make him sound smarter.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[UNGA-WUNGA]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(interjection)'' A sexual chant from the [[Cherokian Clan]].&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''There is no quote to directly cite the use of this CWC-ism. This CWC-ism was used in one of Chris's art pieces appropriately named &amp;quot;UNGA-WUNGA&amp;quot;''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Origin: Comes from a horrifying art piece Chris drew of himself banging [[Jackie]] against a tree while a group of Cherokians masturbate to their orgy.&amp;lt;ref&amp;gt;[[:File:Unga_Wunga_Time.jpg]] (NSFW)&amp;lt;/ref&amp;gt; As for the questionably racist phrase itself, Chris simply stated that it was &amp;quot;just a random phrase I randomly picked for the natives to chant as they jerked off.&amp;quot;&amp;lt;ref&amp;gt;[[Jackie E-mails 11]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;unto&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(preposition)'' Archaic or poetic form of the word &amp;quot;to&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Now that it has been made fully clear to me, I am now able to devote myself fully '''unto''' you, Julie.''&amp;lt;ref&amp;gt;[[BlueSpike Skype Logs 7]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am very devastated, due to my SHATTERED HEART that [[Mary Lee Walsh|XXXXX]] caused '''unto''' me!''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Another one of Chris's autistic ways of sounding smart, possibly in imitation of the Bible. (c.f. ''[[Chris and hypocrisy|Do unto others...]]''). Chris uses this form more frequently than most English speakers of the 21st century should, even when it sounds unwieldy.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== V ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
;vaginatables &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' female genitalia&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''There is no quote to cite the use of this CWC-ism. Chris used this CWC-ism in an e-mail address &amp;quot;ILuvVaginatables@aol.com&amp;quot;.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A strange hybrid of the words &amp;quot;vagina&amp;quot; and &amp;quot;vegetables&amp;quot;, purely for Random-Access Humor.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;vege-marmite&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Vegemite &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Certainly not a '''vege-marmite''' sanwich. Lol''&amp;lt;ref&amp;gt;https://kiwifarms.net/threads/random-chris-updates.23605/page-372&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A retarded pun made by Chris to state his distaste for veggie marmite. Coincidentally, vegemite is essentially marmite, yeast extract from brewing beer turned into a pungent, salty paste, with vegetables and spices added in.&amp;lt;ref&amp;gt;{{w|Vegemite}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;vestite &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A transvestite person.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''&amp;quot;That is the difference between Trans Gender and '''Vestites'''; ID as the other sex, and dressing like it, respectively&amp;quot;''&amp;lt;ref name=Vestites/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In the above post, Chris intended to write the words &amp;quot;transgender&amp;quot; and &amp;quot;transvestite&amp;quot; in the same sentence without duplicating the trans suffix. He did so by adding a space between the prefix and the respective endings. It is worth mentioning that &amp;quot;Vestite&amp;quot; is a word in Latin, and simply refers to being clothed, without any connotations regarding cross-dressing.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Virgin with Rage|virgin with rage]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' An individual who is sexually frustrated&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Tell me why&lt;br /&gt;
I'm stuck as a '''virgin with rage'''!&lt;br /&gt;
Tell me why&lt;br /&gt;
I so need a cute girl my age!&lt;br /&gt;
Tell me why&lt;br /&gt;
I never wanna hear you say,&lt;br /&gt;
&amp;quot;I have a boyfriend!&amp;quot;''&amp;lt;ref&amp;gt;[[So Need a Cute Girl]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: The idea of being a virgin and not having a sweetheart was something that greatly upsetted Chris. He would throw tantrums after losing a potential sweetheart, and thus missing out on an opportunity to lose his virginity.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Virginia is for virgins]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A phrase that pushes the idea that the citizens of Virginia won't allow Chris to get a girlfriend solely due to his autism.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;'''VIRGINIA IS FOR VIRGINS''', NOT LOVERS!&amp;quot;&amp;lt;ref name=CurrentDays/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: An intentional butchering of the phrase &amp;quot;Virginia is for Lovers&amp;quot;. His belief that the state of Virginia is behind some kind of conspiracy to prevent him from finding true love has started since attending [[PVCC]]. While there, Chris has gotten himself putting up Attraction Signs, loitering with said signs on campus, and even creating a [[Sonichu's News Dash|newsletter series]] in order to attract potential sweethearts. Seeing how all of this violated the school's rules and policies, he was sent directly to the [[Mary Lee Walsh|Dean]] in order for her to straighten him out.&amp;lt;ref&amp;gt;[[Virginia is for Virgins#Origins]]&amp;lt;/ref&amp;gt; Of course, Chris took this to be another instance of him being discriminated, solely for being autistic. This, coupled with the fact that he's already failed on several occasions to actually get to date any of his his female friends in high school, reinforced this belief. &amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
;VOTES FOR WOMEN!&lt;br /&gt;
[[Image:Ss03.jpg|thumb|Mrs. Banks, wearing the &amp;quot;Votes for Women&amp;quot; sash that Chris so blatantly misinterpreted.]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A phrase shouted in protest of pictures depicting women with penises. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''VOTES FOR WOMEN''', STEP IN TIME! VOTES FOR WOMEN, STEP IN TIME! NEVER NEED A REASON, NEVER NEED A RHYME, VOTES FOR WOMEN, STEP IN TIME!''&amp;lt;ref&amp;gt;[[:File:SchuComic8P52.jpg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Taken from a sash Mrs. Banks, a character from [[Mary Poppins]], had worn. Chris clearly took this banner to simply refer to any kind of mistreatment towards women, rather than the fairly obvious implication that she's actually fighting for the right to vote.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''See Also'': [[CWC-isms#W|Women's Rights]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== W ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;Walter Grisby&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A man's name often employed in acts of random-access humor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''&amp;quot;Is this '''Walter Grisby'''? Who threw a frisbee? Well you know what? DAAAAAAAAAAAAH!!!!!&amp;quot;''&amp;lt;ref&amp;gt;[[Random-access humor]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' The retconned name of the character formerly known as [[Wes Iseli]].&lt;br /&gt;
&lt;br /&gt;
Origin: Unknown; thought by some to be a reference to the Cartoon Network show ''Ed, Edd n Eddy''. A character in the PC game ''The Sims 3'' goes by the name of Walter Grisby, but the game's release post-dates Chris's first uses of the term by some years.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; Warroir of Love &lt;br /&gt;
[[Image:WarriorOfLove.jpg|thumb|300px|History's greatest warroirs.]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' an advocate for spreading love and peace. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''&amp;quot;People! You do not understand! By Not blocking the Trolls, you are Promoting Hatred; They don't always side with Love. I Am '''Warroir of Love'''.&amp;quot;''&amp;lt;ref&amp;gt;[[BlockTheTrolls#Campaign]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Misspelling of the word &amp;quot;warrior&amp;quot;. Chris considers himself a &amp;quot;warrior of love&amp;quot; because he believes that he is the [[Chris and kindness|voice of kindness]]. Most likely derived from the derogatory term &amp;quot;Social Justice Warrior&amp;quot;, a term used for individuals who advocate for social justice and equality. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; water on the rocks &lt;br /&gt;
[[File:Water and Dasani.jpeg|thumb|200px|Literally a drink on the rocks.]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' water poured over Chris's [[magic stones]] for drinking. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''#DrinkWater; Filtered or Bottled, preferred; Quartz, Rose Quartz, or Amethyst optional to enjoy it '''on the rocks''' (held in place with aluminum wire).''&amp;lt;ref&amp;gt;[[March 2020 social media posts#watch anime to kill coronavirus]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''staying hydrated with more than 101.4 ounces of filtered '''water on the rocks''' within a #Glacce bottle''&amp;lt;ref&amp;gt;[[January 2021 social media posts#GFuel and meditation]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In accordance with his [[Magical thinking|New Age]] beliefs, Chris purchased a Glacce water bottle for $80+, which features a crystal display set inside. He later placed one of his [[magic stones]] into it, crudely held in by aluminum wire, and refers to drinking from the bottle as &amp;quot;water on the rocks.&amp;quot; &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;well-breasted&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Having large breasts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''And her image dawned upon me in my imagination, starting out as the '''well-breasted''' pink electric-hedgehog (Pok'emon) with the long Raichu-like tail, I drew her outfit onto her in red and Battery-Charged Blue.''&amp;lt;ref&amp;gt;{{CWCipedia link|Rosechu|CWCipedia article on Rosechu}}&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Confusion between &amp;quot;well-endowed&amp;quot; and &amp;quot;large-breasted&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;witching hours&lt;br /&gt;
&amp;lt;blockquote&amp;gt; 1. ''(noun)'' The time between midnight and 4 AM that Chris cannot fall asleep during.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'' I know that I'm gonna be more effective with the '''witching hours''' during the night once again, whether I'm asleep or not, okay.&amp;lt;ref&amp;gt;[[Animated Everfree Message]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Origin: May have been picked up from Chris's increasing interest in the [[Magical thinking|occult]]. Generally, the phrase refers to the midnight hours, with the term being inspired by the ancient belief that supernatural events, like witches, demons, and ghosts, are at their most powerful at midnight. Chris adopted the phrase in reference to his [[Biological clock|unusual sleep schedule]].&lt;br /&gt;
&lt;br /&gt;
''See Also:'' [[CWC-isms#B|biological clock]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;Woahly&lt;br /&gt;
&amp;lt;blockquote&amp;gt; 1. ''(interjection)'' Expression indicating surprise.&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'' Who is it Rosey? The Stew's almost ready and I... '''Woahly'''..!''&amp;lt;ref&amp;gt;[[:File:Sonichu15-2019draft-p11.png]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Origin: Portmanteau of &amp;quot;woah&amp;quot; and &amp;quot;holy... (as in the beginning of saying holy shit),&amp;quot; found in [[Sonichu 15]].&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;woman up&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' The female equivalent of manning up.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Fellow autistic people! I encourage you to man and '''woman up''' [Subtitle: &amp;quot;It is Socializing In Real Life or Dust!&amp;quot;] respectively! Go out into the real world, and make real friends with full, great quality friendships! Do it now!''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in the second part of Chris’s Autism Tutorial, where he insultingly attempts to rally up all autistic people (regardless of their functionality) to form proper friendships, all while missing the point of “manning up”.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;[[Women's rights]] (or Women's Lib) &lt;br /&gt;
&amp;lt;blockquote&amp;gt;&lt;br /&gt;
1. ''(noun)'' Any kind of behavior towards women that does not involve abusing them physically or mentally.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Christian Weston Chandler, A Man For The Women, For the '''Women's Rights''', For the Women's Justice, For the Women's Peace.''&amp;lt;ref&amp;gt;[[Other documents]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' The right for women to not be depicted with a [[CWC-isms#P|pickle]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''FOR OUR '''RIGHTS AS WOMEN''' AMONG ALL PEOPLE, I WILL OVERPOWER THOSE SLANDEROUS JERKS!!!''&amp;lt;ref&amp;gt;[[:File:SchuComic8P58.jpg]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. ''(noun)'' The act of women protesting by stripping down naked.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Well, once we get our centerfolds shot and uploaded, hopefully those bastards will see and admire our beautiful lights.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Yeah, and if nothing else, we can still have a lot of fun trying.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''With our lord's support in our peaceful protest, we can win this fight.''&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Victory for '''Women's Lib'''''.&amp;lt;ref&amp;gt;[[:File:SchuComic8P51.jpg]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris's understanding of sexism is botched up beyond belief. His zeal towards the rights of women is believed to have originated from watching the 1964 Disney film, Mary Poppins. He was particularly influenced by Mrs. Banks, who has expressed distaste for unequal treatment for women in 1910 London. As to be expected, Chris missed the point of this part of her character, and instead used this in order to justify his treatment towards the women he meets.  Chris also believed that the term &amp;quot;sexism&amp;quot; only applies to forms of violence against women, and not necessarily representing in a condescending manner. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;wooden nickel&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Acoustic guitar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I got the idea of the challenge from him COPYING me playing Boston's &amp;quot;More Than A Feeling&amp;quot; on Guitar Hero on his old '''Wooden Nickel'''; if he wants to copy on Guitar, he may as well be challenged in a Sing-Off.''&amp;lt;ref&amp;gt;[[Katie Bay E-mails 3]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In real life, a wooden nickel is a now defunct form of currency used during the Great Depression. His use probably refers to the phrase &amp;quot;don't take any wooden nickels&amp;quot; - that is, he is calling the acoustic guitar a semi-worthless imitation of his Guitar Hero controller. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;worse&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adverb)'' Severely; extremely, in an adverse manner&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''IMHO, having Seinor Citizens for Parents throughout your whole life is no picnic; they are '''WORSE''' Overprotective.''&amp;lt;ref&amp;gt;[[Jackie E-mails 6]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;worst mud, muck and bodily fluids&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Mud, among [[DIRTY, CRAPPED BRIEFS|other disgusting things]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''The DAMN Trolling-Stupids have manipulated me; smeared my once good name through the worst mud, muck, and bodily fluids.''&amp;lt;ref&amp;gt;[[June 2012 Facebook posts#Damn Michael Snyder]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: First used by Chris in a June 2012 Facebook post ranting about that damn [[Michael Snyder]].  Refers to having his good name or reputation dragged through the mud, with &amp;quot;bodily fluids&amp;quot; added in an attempt to garner sympathy.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
;wrath&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' Great [[Chris and anger|anger]] or rage. Considered one of the [[Chris and religion|Seven Deadly Sins]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Apparently, my, uh, heed of warning towards Vivian has gone unheard or otherwise SHE DID NOT REALIZE THE FURY OF MY '''WRATH'''''&amp;lt;ref&amp;gt;[[Sign Destruction Video]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. ''(noun)'' Strength sufficient to lift an office chair.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I HAAAVE THE POWEEERRRR!!! FEEL MY '''WRATH'''!!''&amp;lt;ref&amp;gt;[[Power]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
;X2-checking&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(verb)'' Double Checking&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Just '''X2-checking''' if you got the drawing I left you.''&amp;lt;ref&amp;gt;[[https://kiwifarms.net/threads/twitter-8-11-2017-chris-spotted-at-bronycon.33187/page-35#post-2511049]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Origin: Comes from x2 meaning times two, which means double to Chris.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;XXX-tended&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' Sexually explicit&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''ESPECIALLY WITH ALL OF THE TRUTH BOMBS AND ROSEY ROSECHU's POST-INTERSEX-TO-FEMALE TRANSITION AND OPERATION NUDES IN THE '''XXX-TENDED''' CONTROVERSIAL VERSION OF MY BOOK NUMBER EIGHT IN 2008!''&amp;lt;ref&amp;gt;[[Jail_Letter - 20 October 2021#22 October]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
;XXXXX&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun, censorship)'' censorship of the word &amp;quot;bitch&amp;quot;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Mary Lee Walsh made it illegal to distribute the News Dash; I AM VERY ANGRY AT THAT '''XXXXX'''!''&amp;lt;ref&amp;gt;[[CWC's Diary]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Origin: Chris's only instance of this peculiar censorship is in his [[diary]]. In it, Chris repeatedly refers to [[Mary Lee Walsh]] as an &amp;quot;XXXXX&amp;quot;, clearly as a censorship of the word &amp;quot;bitch&amp;quot;. Why Chris chose to replace all of the letters in the word with the capital letter &amp;quot;X&amp;quot;, instead of using asterisks remains a mystery.&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Y ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
;y'all should know me by now&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;blockquote&amp;gt;1. ''(phrase)'' An introduction to complete strangers.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''Y'all should know me by now''', but if you don't, I am Christian Weston Chandler, the original creator of Sonichu, the Electric Hedgehog Pokémon, back on March 17th, 2000.''&amp;lt;ref name=csm/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Origin: His second message on YouTube, addressed to the ED trolls. He would use it several more times after this, possibly making this into his tagline. The introduction is made under the assumption that Chris is [[Chris and his Ego|already well-known]]. May have been partially derived from ''[[The Adventures of The American Rabbit]]'', where a character similarly begins a speech by saying, &amp;quot;You all know me.&amp;quot;&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;yea and merrily&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A phrase used to open videos where Chris is feeling [[Messiah complex|messianic]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;'''''Yea and merrily''' to everyone. Welcome to this.''&amp;lt;ref&amp;gt;[[Jesus Christ Chan Sonichu Prime Resurrected and Returned]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Hey everybody! '''Yea and merrily'''.''&amp;lt;ref&amp;gt;[[Simple Existential Q&amp;amp;A]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: A stupid play on &amp;quot;yea, verily&amp;quot;, an antiquated phrase meaning &amp;quot;yes, truly&amp;quot;, often assumed to have been said by Jesus in the {{w|King James Version}} of the Bible. Although the word &amp;quot;verily&amp;quot; is often used by Jesus in the King James Version, the phrase &amp;quot;yea, verily&amp;quot; never actually appears anywhere in the King James Bible. It does, however, appear in the {{w|Book of Mormon}}.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;You don't rape a hamster!&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' A phrase condeming the raping of women kept as sex slaves, but apologizing for acussing someone of doing so.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''It was just like you know...he had to—he had those four Rosechus in his basement. Kept 'em in cages. Treated them like hamsters. Ham—giant hamster wheel. Water bottle. Food pellets. No rape. Just hamsters. '''You don't rape a hamster!'''''&amp;lt;ref&amp;gt;[[I am Alive]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in the video [[I am Alive]], where Chris dispels &amp;quot;rumors&amp;quot; that were being propogated by trolls who were vandalizing the CWCipedia. In the video, he apologizes to [[Alec Benson Leary]] for misunderstandings about [[Alec Benson Leary Phone Call 6|acussing him of keeping women in his basement]], comparing them to hamsters.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;young at heart&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun, attributive)'' An individual with childlike characteristics; a childish person. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Hello Nintendo! Welcome to my Animal Crossing for Nintendo GameCube. I am your host. My name is Christian Weston Chandler. I live in Ruckersville, Virginia and I is [sic] 21 years old and I play because I am '''young at heart'''. So anyway we are going to take a tour of my ci-ty...in Animal Crossing.''&amp;lt;ref&amp;gt;[[Animal Crossing Documentary]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''I am '''Young at Heart'''; a concept I have kept within myself since childhood.''&amp;lt;ref&amp;gt;[[https://kiwifarms.net/threads/twitter-8-27-chris-wants-everyone-to-be-a-manchild-like-him.33726/]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''We, the '''Young at heart''' stand alongside our Liked and Cared others.''&amp;lt;ref&amp;gt;[[https://kiwifarms.net/threads/twitter-8-27-chris-wants-everyone-to-be-a-manchild-like-him.33726/]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Chris more often than not advertises his childish nature as being &amp;quot;young at heart&amp;quot;. As if this was a more positive quality of himself, he even goes as far as using this as a reason for girls to fall in love with him in his [[attraction signs]]. This is because Chris can't tell the difference between being a child at heart and being childish. In his mind, people who are considered &amp;quot;childish&amp;quot; actually lead a happier and more exciting life, since he believes that childlike people are more willing to show off their [[kindness]] and are generally more eccentric. In reality, adults who are &amp;quot;young at heart&amp;quot; generally have a somewhat innocent outlook of life and are generally interested in things considered suitable for children, yet understand their responsibilities as adults, something which Chris has failed to do since graduating [[High School]]. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;collapsible&amp;quot; style=&amp;quot;width:100%; text-align: left;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#ffffff;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Z ==&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
;zap to the extreme &lt;br /&gt;
[[Image:ZapToTheExtreme.png|thumb|200px]]&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(phrase)'' Go out and be brave. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Go! Sonichu! Go out and '''zap to the extreme'''!''&amp;lt;ref&amp;gt;[[Sonichu 0|''Sonichu'' #0]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt; ''Now everyone stay green and go out and '''zap to the extr-r-r-r-r-eme'''. Have a lovely day.''&amp;lt;ref&amp;gt;[[A New, Fun Trick]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: This phrase is first used on the cover of [[Sonichu 0|''Sonichu'' #0]], where Chris's self-insert tells Sonichu to &amp;quot;zap to the extreme&amp;quot; as if Chris and Sonichu were in a bona fide [[Pokémon]] tournament. Chris would then end up using this phrase time and again, usually completely out of context of its original meaning. &lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;zapbud &lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(noun)'' A fictitious flower found in the ''Sonichu'' canon; Rosechu's favorite flower. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Oh, Rosechu, you are as beautiful as a rose, though a '''Zapbud''' is the flower that heals your woes.''&amp;lt;ref name=OdeToRosechu/&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Essentially the result of Chris attempting to create a mythology around his ''Sonichu'' comics, he created some of his own flora as well. Because &amp;quot;zapping&amp;quot; was a very common theme in the earlier issues of ''Sonichu'', Chris thought about naming his flora after this one theme. The term has ironically become popular with trolls and enablers, where they name made-up characters and places after it.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;2. ''(noun)'' a [[CWC-isms#S|sweetheart]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Yes, my blossoming '''zapbud'''. That's why we are here.''&amp;lt;ref&amp;gt;[[Sonichu 0|''Sonichu'' #0]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: In this context, the term is used the same way a female lover may be compared to a flower. This was clearly an attempt to make the flora have a greater significance by making it sound like something beautiful.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
;zombie-like&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;1. ''(adjective)'' To be riddled with dementia.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;''Also, Barb is literally a Zombie-Like Living Body with little remaining of Barbara (her Soul) within her anymore; that living body is Running on Fumes at this point. She CAN NOT Drive anymore, regardless of Van loss; she has the fridgid mental activity and physical ability like a scared deer in headlights nearly ALL the time since even before June, 2021.&amp;lt;ref&amp;gt;[[Jail Letter - 29 July 2022]]&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Origin: Used in a [[Jail Letter - 29 July 2022|Jail Letter]] where Chris seems to imply that during his affair with his mother, she might have been declining mentally.&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
{{CWC-isms}}&lt;br /&gt;
{{Lists}}&lt;br /&gt;
[[Category:CWC-isms]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=C-Log_03182026&amp;diff=359585</id>
		<title>C-Log 03182026</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=C-Log_03182026&amp;diff=359585"/>
		<updated>2026-03-21T13:26:25Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Transcript */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quote|We are ALL perverts!}}&lt;br /&gt;
&lt;br /&gt;
'''C-Log 03182026''' is a video uploaded to Chris's [[YouTube]] channel on 18 [[March 2026]]. He is still curious about a supposed video he remembers titled &amp;quot;Chris-Chan Sucks&amp;quot; which he claims is from [[2006]], he had posted about it a month prior.&amp;lt;ref&amp;gt;[[February 2026 social media posts#Seeking a &amp;quot;Chris Chan Sucks&amp;quot; video]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Summary:&lt;br /&gt;
*Chris blames his past behavior on [[Meds|SSRI meds]].&lt;br /&gt;
*Chris has been a bad person before.&lt;br /&gt;
*Chris is [[Honor roll|dumb]] sometimes.&lt;br /&gt;
*[[The CWCki]] needs to stop with the [[Sightings|bigfoot photos]].&lt;br /&gt;
*This supposedly isn't a [[Chris and anger|rant video]].&lt;br /&gt;
*We are all [[Chris and sex|perverts]].&lt;br /&gt;
*Chris is annoyed of leaked phone calls with [[theoretical exes]].&lt;br /&gt;
*Chris gives a shoutout to [[Otaku King]], seemingly keeping up with him and his videos (Chris tells him he can reach out). He is sorry about his phone. He asks us to help him out.&lt;br /&gt;
*Chris tripped and fell on [[HarmonyCon|13 February]] due to being in a hurry, and he also stubbed his right toe. Bad luck!&lt;br /&gt;
*Chris [[Sickness|came down with a cold]] last week and is still recovering.&lt;br /&gt;
*Prerecorded video will be posted on 20 March, and Chris will open more slots on [[Cameo]] soon.&lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = C-Log 03182026&lt;br /&gt;
| video          = {{#ev:youtube|1Op4g4P3qQc}}&lt;br /&gt;
| stardate       = 18 [[March 2026]]&lt;br /&gt;
| subject        = {{autism|text}}, {{trollsicon|text}}, {{sex|text}}, {{television|text}}, {{Galpals|text}}, {{convention|text}}&lt;br /&gt;
| style          = {{Tragedy|text}}, {{Rage|text}}, {{Reason|text}}&lt;br /&gt;
| shirt          = {{theclassic4.0|text}} (w/ [[Finland|Superdry shirt]] &amp;amp; [[HarmonyCon|HarmonyCon hoodie]])&lt;br /&gt;
| previous       = [[Reading Chaos Crystal Control Act Plus, Part 5, Ultimate Miracle Chaos Control]]&lt;br /&gt;
| next           = [[19 March 2026 Cameo videos]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Description===&lt;br /&gt;
{{quotebox|Just some updates and thoughts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Follow me on [[BlueSky]]:&amp;lt;br&amp;gt;&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprim...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt;Official [[Cwclight]] Website, Blog and Store&amp;lt;br&amp;gt;&lt;br /&gt;
https://officialsonichu.com/&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;*&amp;lt;/nowiki&amp;gt;Official Christ Chan Sonichu Prime [[Etsy]] Store&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.etsy.com/shop/OfficialCWC...&lt;br /&gt;
&lt;br /&gt;
I'm also on [[Twitter]]&amp;lt;br&amp;gt;&lt;br /&gt;
https://x.com/CPU_CWCSonichu&lt;br /&gt;
&lt;br /&gt;
And on [[TikTok]]&amp;lt;br&amp;gt;&lt;br /&gt;
https://www.tiktok.com/@christinechan...}}&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
Hey everyone, Jesus Christine Weston Chandler Sonichu Prime here once again, and I'm just, uh, gonna give you all a serious moment, serious powwow, serious talk to. Guys, it's been on my mind for quite a while now, it's been a concern with me...just I kind of want to talk it out bit, but...&lt;br /&gt;
&lt;br /&gt;
[''[[sigh]]'']&lt;br /&gt;
&lt;br /&gt;
Well kind of like a...potentially a big deal, where...&lt;br /&gt;
&lt;br /&gt;
[''removes glasses'']&lt;br /&gt;
&lt;br /&gt;
I kind of realized and, uh, well learned, it's still a mystery to me for some parts, but...the I've so-...I have been made aware of the new ground...on the video that was uploaded to [[Newgrounds]], I think in [[2006]] if I understand correctly, it's called &amp;quot;Chris-Chan&amp;quot; with a hyphen between &amp;quot;Chris&amp;quot; and Chan&amp;quot;, &amp;quot;Chris-Chan Sucks&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
So that made me realize...why did people hate me as early as in 2006? What did I do? What did I do wrong at that point? What did I do to offend? I don't understand. I really don't...I really don't...I'm ''still'' baffled about it. &lt;br /&gt;
&lt;br /&gt;
And then of course, um, I am aware, quite aware of myself and everything just...&lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
Especially even more so now than I was under the SSRIs...that those medications. &lt;br /&gt;
&lt;br /&gt;
So...obviously, and I'm now going to just come out with a few...choice words here.&lt;br /&gt;
&lt;br /&gt;
Uh, people have labeled me as, well, [[Chris and his ego|narcissistic]], up to potentially being arrogant. Well, okay, you know what? That's fair, I'll...I'll grant you all some of that. &lt;br /&gt;
&lt;br /&gt;
But as early as 2006, ps...people hated me for something like that when they don't...when they didn't know me personally...just...I don't know. I don't know.&lt;br /&gt;
&lt;br /&gt;
And then obviously it's like people were just picking [[speech impediment|l-random]] labels based on something from the pages that I had drawn and written in the Sonichu comic books or...whatever! &lt;br /&gt;
&lt;br /&gt;
Any...did I even have any videos posted online by 2006? I'm not sure. Maybe not, I don't think so, as far as I can recollect anyway, so just...&lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
...still blank to me. And then people just get an...all...people...[''mumbles'']...some of you are watching this as well. The people that did, you know, these...mees...mis...mislabelings, if I also called it, because yes, it was essentially mislabeling me and then just forcing a label upon me that might have been a...not necessary thing, for over those years. &lt;br /&gt;
&lt;br /&gt;
Mm, I will siphon that, just quick powwow, so what I've written and drew and just how I behaved and everything over the...over the years especially in those earlier days just...&lt;br /&gt;
&lt;br /&gt;
[''raises right hand to temple'']&lt;br /&gt;
&lt;br /&gt;
...and when I was under the SSRIs, [[Chris and drugs#Psychiatric_medication|the Paxil, the Paracetine, then much later the Fluoxetine]].&lt;br /&gt;
&lt;br /&gt;
Well, I definitely was not totally well in my mind at that point, or, or rather I was just so dumbed down and everything, now I'm not, so I just feel like I have a more clear picture in my head. &lt;br /&gt;
&lt;br /&gt;
But yeah just...and then the [[autism]].&lt;br /&gt;
&lt;br /&gt;
[''points at his head, then raises both hands'']&lt;br /&gt;
&lt;br /&gt;
The autism, despite me being high-functioning. I can come off as, uh...[''raises voice]]' an emotion, or, something else that I never intended to, like, even just potentially I could come off as even a sociopath or something like that, I mean what, am I the ''[https://en.wikipedia.org/wiki/American_Psycho American Psycho]'' or something? &lt;br /&gt;
&lt;br /&gt;
I never intended to be that way whatsoever, even if that may come out me sounding like that. That just never, I mean, if you listen to other autistic people and some of them have actually talked about this in their own way as well, just, where, they explained how they talk, and they may come off like that but, obviously, they're not, and I'm not, okay? I never was.&lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
But still...I felt like I've been victimized with the...mis...with this gross mislabeling among all the other mislabelings and everything. &lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
Just still that bothers me. That's been bothering me. That's been bo...that's been worrisome and concerning. I mean what does it say about this world when you have people like that just doing that to not only me but just random people in gerald...in general...in general...&lt;br /&gt;
&lt;br /&gt;
Somebody in the common public [''raises one finger''], somebody as a celebrity [''raises two fingers''], somebody in the government [''raises three fingers, then both hands, before putting them down'']. &lt;br /&gt;
&lt;br /&gt;
[''takes a breath and sighs'']&lt;br /&gt;
&lt;br /&gt;
Right? I don't know. But yeah, just regard...also just something else to comment as well. [[Chris and kindness|I try to be good]], as good as an individual as possible, and I have been victimized and everything, but...just because I have been victimized and I've been [[Chris and English|misabled]] and everything, people felt sorry for me and everything, well...&lt;br /&gt;
&lt;br /&gt;
[''pause'']&lt;br /&gt;
&lt;br /&gt;
That doesn't mean I'm not bad person. [[Speech impediment|I'm allbit this]]. I have been a bad person. I'm all...all things considered, I still am a bad person. But...I simply want to be good, and I want to do good. And I pray every day for that. Just...that's what I want.&lt;br /&gt;
&lt;br /&gt;
And I want people to try to like understand, appreciate that, and not just be like, uh, [''raises hands''] &amp;quot;Oh, Christian is pulling another act or something&amp;quot;. No. Do I sound like I'm pulling on an act? &lt;br /&gt;
&lt;br /&gt;
Seriously, I'm not, I'm being open and honest here. [[Honest Content|Open and honest]]. I can tell you that most directly here. That...but still...&lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
I feel like also I never really appreciated my fans who were kind and approached me before, I mean, I kind of a long time for so many years I pretty much been going with the flow of events and everything. I mean, shoot, being on the SSRIs, and...not really...and just me being well, well, I'll go ahead and say this about myself, just a lot of times...&lt;br /&gt;
&lt;br /&gt;
I'm stupid. I'm dumb. I'm just ''dumb''. I'm not tally stupid, but I'm dumb. &lt;br /&gt;
&lt;br /&gt;
Social etiquette, online etiquette, the memes people have become aware of.&lt;br /&gt;
&lt;br /&gt;
[''shrugs'']&lt;br /&gt;
&lt;br /&gt;
Where, what rock have I been hiding under to keep myself from seeing these memes and shit that people from as ...as early as [[2000]] or whatever have been going online and looking at and then watching. Where have I been, hmm? &lt;br /&gt;
&lt;br /&gt;
I don't know. Being sheltered in that in the master bowl that was that [[14 Branchland Court|house in Ruckersville]]. Or whatever. Watching cable television, playing video games.&lt;br /&gt;
&lt;br /&gt;
[''Sigh, followed by a long pause'']&lt;br /&gt;
&lt;br /&gt;
I mean, I don't know, I just...don't...know, okay? &lt;br /&gt;
&lt;br /&gt;
And then obviously, hey, I suddenly just being famous. There he is. 2004 or six or something. Me being famous. It just fell into my lap. It fell into my lap and just...I'm still grasping with how to handle that my own way, I mean, hey, any person just neurotypical, having gone through all this exposure to the hatred and people on the Internet and everything, but...anybody else? &lt;br /&gt;
&lt;br /&gt;
They would have dropped off the Internet some time ago. But not me. &lt;br /&gt;
&lt;br /&gt;
May...I don't totally know why...but...I feel like also remain optimistic of that which is good of the people, the kindness of others, just the actual kindness within, and that's out...that's just outside of the obvious hatred and hate comments posted on the comments boards, the comment section, and so forth, just...that's a whole thing. That's a whole thing. &lt;br /&gt;
&lt;br /&gt;
Am I reading those comments? &lt;br /&gt;
&lt;br /&gt;
[''shakes head'']&lt;br /&gt;
&lt;br /&gt;
Not as much as I end up being used to or sometimes where I was forced to, or even when I just read them out of curiosity, I felt like I need to just be updated like you know, just see look at the CWCki. See, oh look, have I been spotted like Bigfoot again? &lt;br /&gt;
&lt;br /&gt;
[''points at the screen with both hands'']&lt;br /&gt;
&lt;br /&gt;
That's another CRI-TI-CISM! &lt;br /&gt;
&lt;br /&gt;
'''NO MORE BIGFOOT HUNTS!'''&lt;br /&gt;
&lt;br /&gt;
Stop with the Bigfoot hunts! &lt;br /&gt;
&lt;br /&gt;
[''pause'']&lt;br /&gt;
&lt;br /&gt;
[[Chris and English|I've had it with those shutterbug...Bigfoot hunts imposed]] upon me because ENOUGH IS ENOUGH!&lt;br /&gt;
&lt;br /&gt;
[''punches at the screen''] PFF!&lt;br /&gt;
&lt;br /&gt;
[''pause'']&lt;br /&gt;
&lt;br /&gt;
And you can go ahead and meme that or anything I've said this video, whatever, but I am being gen...authentic and direct right here. All right?&lt;br /&gt;
&lt;br /&gt;
And just anything else that paint me as a, well, somebody that was evil over the years. Well, I don't expect anybody to like me based on all that. I don't expect anybody to be kind to me or anything. And then the allegations that people have misinterpreted me as over the years and they made worse on the Internet. I mean, shoot. &lt;br /&gt;
&lt;br /&gt;
You know, you draw something, you write something. Soommeeetimes...people are going to take that SE-RI-OUS-LY!&lt;br /&gt;
&lt;br /&gt;
That is not meant to be a joke. People are going to...literally direct m...pay attention to that and be like, [''does a voice impression''] &amp;quot;Oh, it, I don't know. This is serious. This is serious. Okay. Well, I guess I always just listen to this and be like...Illjustgolike 'oh, this this just paints me a picture of this individual. Oh, uh, this guy, this guy...[''slurring words'']...[[Nazis]] and shit!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
If you're going to coast...if you're going to post and comment on anything...make sure it's serious. You could not...you got to expect a whole bunch of people just be taking that literally. Not everybody is going to realize that it's a joke. I ended up realizing that...such things, such the impersonal comments and details and everything for the [['makes a face'']...lulz. I'm trying to replicate that meme face. &lt;br /&gt;
&lt;br /&gt;
[''long pause'']&lt;br /&gt;
&lt;br /&gt;
[''singsong''] ''For the lulz''...pisses me off! Okay?&lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
This is not a total rant video, but this is becoming just down to earth and everything. I may disappoint a lot of you by saying that you know, I'm not totally good, but here's another ultimate truth I'm going to tell all of you. Just everybody. E-VERY-BO-DY. [''points at the screen repeatedly''] You, YOU, YOU, YOU [''repeats &amp;quot;You&amp;quot; a number of times''], YOOOUUU! And me!&lt;br /&gt;
&lt;br /&gt;
ALL OF US! Every single one of us, we have the capability, each of us, we each have the capability of being and doing good. But at the same time, we all are are capable of doing bad and evil, especially if we end up having to or under pressure. Okay? &lt;br /&gt;
&lt;br /&gt;
So just keep that in mind when you're like judging others, and when you're thinking about that, maybe perhaps you're judging [[Speech impediment|yourselfs]] with that as well. &lt;br /&gt;
&lt;br /&gt;
[[Chris and hypocrisy|Do not judge others for things that you are yourself.]]&lt;br /&gt;
&lt;br /&gt;
And you know what? Here's another word choice were that...&lt;br /&gt;
&lt;br /&gt;
[''waving his hands at camera''] EVERY SINGLE INDIVIDUAL, ALL OF YOU, ME! We are all PERVERTS! Good, neutral, bad, light-powered, evil, good, light-powered, good, light-powered, neutral, bad, evil. That range, all of you, no matter what.&lt;br /&gt;
&lt;br /&gt;
We are all perverts!&lt;br /&gt;
&lt;br /&gt;
It's not that great. [[Chris and remorse|In fact, I'm ashamed. I'm ashamed of myself for being a pervert.]] And then I'm just ashamed of just people who are perverts and how they exhibit themselves and just, there's [[Family Guy|too much sex on TV]]. There's too much [[Chris and pornography|sex media]]. I mean sure, it's fine and all, but if you don't want to have future generations be perverts, then why is this SHIT on the Internet, on the TV, and everything? &lt;br /&gt;
&lt;br /&gt;
[''long pause, then stress sigh'']&lt;br /&gt;
&lt;br /&gt;
But it is. So what are we going to do about this? There has to be a way to tone this down or something. I don't know. Maybe I went to a rant there, but I'm staying a truth...I'm stating truth here. All right? &lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
There's another thing about me. I have attention deficit disorder, so I have my focus, I can shift off focus from the topic I'm talking about and my thought process. So it's like sometimes I might have to consider just having notes in front of me so I can get back on track. Obviously [[Chris and English|I'm don't]], I go off-script so I can be more direct and honest that way. All right?&lt;br /&gt;
&lt;br /&gt;
[''sighs several times'']&lt;br /&gt;
&lt;br /&gt;
But in any event, I'm trying to be good. I have made all my mistakes, especially that which became exposed when everything involving the theoretical exes. I'll even throw in with [[Megan Schroeder]] and [[Catherine|Catherine Sorrentino]] in that. Okay? &lt;br /&gt;
&lt;br /&gt;
The way I behaved...was I totally aware how I behaved socially and everything? Did I have any actual romantic relationships? Did I have any relationship experience? &lt;br /&gt;
&lt;br /&gt;
[''shakes head'']&lt;br /&gt;
&lt;br /&gt;
And with that being said, even despite what I've heard and learned from television media, sex ed class, whatever. Does it resonate? Does it stick when tried to put in practice for the first x number of times? &lt;br /&gt;
&lt;br /&gt;
No, it does not. Okay?&lt;br /&gt;
&lt;br /&gt;
It may be like, [''imitates holding a phone with his hands''] '''OH HA HA HA FUNNY. LOOK HOW CHRISTIAN WAY HE REACTED IN THIS RANDOM PHONE CALL WITH HIS''' [''unintelligible''] '''EXES. OH, SO YOU'RE A '''[''mumbles gibberish''] '''LOOK AT ME, '''[''more gibberish''], '''look at me...'''[''trails off'']&lt;br /&gt;
&lt;br /&gt;
What did I do? I just went with the flow and whatever spewed out of my mouth at the time or whatever. But still...I think perhaps [''points at the camera''] all of you, all of you, have been similar or worse. Ever thought about that? So yeah. &lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
So just, that's one thought process I have in this moment. Just I want to share that. Let that out. And I don't expect everybody to like me. I know people have their reasons to hate me and think me in such bad ways, but...I really really want people to be forgiving of me despite everything. I mean, I know. Oh, is it in the purple in, in Chris Chan's world that, uh, that everybody be forgiven...whatever, even the worst of things? No [''shakes head''], no. &lt;br /&gt;
&lt;br /&gt;
But if you look in any religious aspect and that which is good, holy, light-powered, then eventually they should. I mean, gods and goddesses, Emmanuel himself, herself, themself, they forgive. They forgive those who have sinned and especially those who have sinned and repented and realize they did wrong and have been...hurting over it and, just, strive to do better for and with themselves and for everybody else, all around them and all around the world and all throughout the universe. Give something good. &lt;br /&gt;
&lt;br /&gt;
All right. &lt;br /&gt;
&lt;br /&gt;
Huh, and just I'll mention this as well, but I'll talk about this is another video, but, if you think there was a [[Curse-ye-ha-me-ha|curse]] from the Son...from a [[Medallions|Sonich medallion]] that you have purchased or even from mine or even interacted with me, well...&lt;br /&gt;
&lt;br /&gt;
[''shakes head''] &lt;br /&gt;
&lt;br /&gt;
If there's that...intention with each and every Sonichu medallion. Right if it be made by me or my partner and just, even if it was mi, mis...and then it's just even worse if it's...just manifested by somebody else then sold for profit, even 3D printed, just...[''shakes head''] that's worse. &lt;br /&gt;
&lt;br /&gt;
But, main manifestation details that I put into...into every single medallion, and they end up being coming through through your own hands if you had make them yourselves. But, the intention is pulling out, exposing that which is darkest within you. Pulling out those evils from within you so that you can be cleansed and even better with your lives. So that is your...that is the [''makes air quotes''] &amp;quot;curse&amp;quot; if you will. &lt;br /&gt;
&lt;br /&gt;
But they are not cursed. They are meant to be blessed. They are meant to be blessing you and giving you good fortune and blessings and ''every blessing counts''. [''emphasizes with his hands''] Every...blessing...COUNTS! Count...every single blessing. If it was...if you were end up in a bit of a downfall or anything. &lt;br /&gt;
&lt;br /&gt;
Oh, and also I'll give a shoutout to [[Otaku King]] and I've heard his, uh, recent videos. I mean, and...and if he wants to reach out to me, he can, it's all good. Just, dude, you really think coming up to me and knowing me, that I give you bad luck? No, dude. No. &lt;br /&gt;
&lt;br /&gt;
If that's just...just whatever the bad for...bad misfortunes happen to you just, maybe there's just something within yourself. It's just bad...it's just, just had bad luck. Who's had bad misfortune, maybe it was like meant to you. It just...you're supposed to learn something from this and learn to appreciate what blessings you have, which you dev...you have. You even took...like you'dve used your old phone to still make a video where you talked out and you're finding your ways through it, you're regaining yourself, you're working your way back up. &lt;br /&gt;
&lt;br /&gt;
That's good. That's actually light-powered, man. That's the right path you're on. You're doing well. Yeah, and in the end, you're going to get something...and in the end you're going to get something better, and you'll be able to do better with that tech. It's just whatever hap...what you happened your phone, man.  &lt;br /&gt;
&lt;br /&gt;
I'm sorry that happened to you. I just, that would not want that happen to me anybo...anybody whatsoever. But you're going to get a better phone eventually, and it will work out and will last you a long time. And your Prius, damn, I'm really sorry about that. But you're able to do your own Uber with another car. So you're still able to earn money. And you know what, people? Help him out. If he has like his own, uh, whatever you can give him money to, if he's got his own fans and everything, give him some kindness, too. He really needs it. I just, I can appreciate that. &lt;br /&gt;
&lt;br /&gt;
And I'll admit this as well. I have had bad luck recently. And at one point, literally [[February 2026|February 13th]] this year, I was in a bit of a hurry, I tripped and fell. &lt;br /&gt;
&lt;br /&gt;
I got boo-boos on... [''raises arms to show''] I got scrapes on my elbow, my right elbow, and a damn...and I got a couple of holes, AND, I stubbed my right toe. And that day and over the weekend, I put ice on it. It healed up. It became a lot less purple. It's cleared up, except for maybe a few damages here and there, but it's...it does not hurt anymore. &lt;br /&gt;
&lt;br /&gt;
And also, past week, I came down with a cold. Bad, [''raises hands to nose''], man. I'm still recovering from it. &lt;br /&gt;
&lt;br /&gt;
[''sniffles a few times'']&lt;br /&gt;
&lt;br /&gt;
Ugh, I've had to blow nose quite a bit, but I am doing a lot better, by the way. So I'm just praying and keeping faith. And that's another thing. The blessings and manifestations of which I have been praying for, they're coming around. They've been coming around.&lt;br /&gt;
&lt;br /&gt;
And just, that's another detail. If you really want something good, all you got to do is just pray for it, and do that. Repeat, repeat, repeat, repeat, repeat. And then guess what? It will happen. I'm serious about that. Okay? Have faith. Pray. Do as you will. Follow that which is light powered to good from your intuition and god will. And stay away from anything that's bad, okay? Or just resonates as dark and evil. &lt;br /&gt;
&lt;br /&gt;
You'll be all right. You'll get your wish, as long as a good wish and it's doable in this timeline, but you will get it. Once your girlfriend, once your boyfriend, regardless of sexual orientation, you'll get your [[Sweetheart|partner]]. Okay?&lt;br /&gt;
&lt;br /&gt;
You will find your partner. And you'll find somebody that will actually be there within...your intentions, your personality, your quirks, and everything. All right? It's gonna work out. There'll be a mutual beneficiary...between both of you. Or even anybody else involved in your little group, and it will be good.&lt;br /&gt;
&lt;br /&gt;
The important thing is experience [''raises one finger''], counting your blessings along the way [''raises two fingers''], and just...having faith [''raises three fingers']]. All right?  &lt;br /&gt;
&lt;br /&gt;
There is fa...there is goodness and light-powered and everything. I said that time and again. It's still true. Okay?&lt;br /&gt;
&lt;br /&gt;
[''pause'']&lt;br /&gt;
&lt;br /&gt;
I pro...I align myself with light power because I want to be good. I strive to be good for the sake of being good and not for...anything else selfish, although there are selfish details in there, but, mainly, just for goodness sakes. I'm serious. &lt;br /&gt;
&lt;br /&gt;
That's another thing I become aware, [[Speech impediment|my voice shift and even the monotone speak]], just my emotions and my intentions may come off differently that way, but just try to take that with a grain of salt when I tell you true and true words like that, I do mean the emotions behind it...okay?&lt;br /&gt;
&lt;br /&gt;
[''rubs nose''] Okay, ugh...&lt;br /&gt;
&lt;br /&gt;
[''takes a breath'']&lt;br /&gt;
&lt;br /&gt;
Excuse me, an itch. Anyway. &lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
I...I feel like I said my piece for now. And, uh, Friday this week, you can the next part of the Chaos Crystal Control reading video that will be up. And I'm also...and also not long from now, I'm going to open up some more slots on [[Cameo]]. So those have actually, uh, DM'd me a few requests. Pay me the bigger money there, I will record it. All right? It will be good. &lt;br /&gt;
&lt;br /&gt;
[''raises finger and sighs'']&lt;br /&gt;
&lt;br /&gt;
Now there is anything that should be memed and brought forth...over and over again, it's promoting that which is light-powered, holy, righteous, and just simply good...and spreading that holy light from within you, and that which is good, the white light that comes all the way from not only the habits but the very core of this universe and beyond. Because it's pure, it's light, it's good.&lt;br /&gt;
&lt;br /&gt;
So everybody, including myself as well as I heed from myself. Go forth with that which his light-powered and good. You shall not go wrong. And also throw in the Lord's prayer as I've mentioned before as he taught us to pray, saying...&lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
[''starts reciting the Lord's Prayer'']&lt;br /&gt;
&lt;br /&gt;
''Our mother and father''&lt;br /&gt;
&lt;br /&gt;
''God who art in heaven''&lt;br /&gt;
&lt;br /&gt;
''Hallowed be thy name'' &lt;br /&gt;
&lt;br /&gt;
''Thy kingdom come''&lt;br /&gt;
&lt;br /&gt;
''Thy will be done''&lt;br /&gt;
&lt;br /&gt;
''On earth as it is in heaven''&lt;br /&gt;
&lt;br /&gt;
''Give us this day our daily bread''&lt;br /&gt;
&lt;br /&gt;
''And forgive us our trespasses'' &lt;br /&gt;
&lt;br /&gt;
''Forgive us our debts''&lt;br /&gt;
&lt;br /&gt;
''And forgive us of our sins''&lt;br /&gt;
&lt;br /&gt;
''As we forgive those who have trespassed against us''&lt;br /&gt;
&lt;br /&gt;
''As we forgive those who are indebted to us''&lt;br /&gt;
&lt;br /&gt;
''And as we forgive those who have sinned''&lt;br /&gt;
&lt;br /&gt;
''And lead us not into temptation''&lt;br /&gt;
&lt;br /&gt;
''But deliver us from evil''&lt;br /&gt;
&lt;br /&gt;
''For thine is the kingdom and the power and the glory forever''&lt;br /&gt;
&lt;br /&gt;
''That we strive to have and manifest on this undividing earth''&lt;br /&gt;
&lt;br /&gt;
''Amen''&lt;br /&gt;
&lt;br /&gt;
And I do this with manifes...with prayer, after my prayer and manifestation that will happen shortly enough consistently every night. &lt;br /&gt;
&lt;br /&gt;
[''breathes out'']&lt;br /&gt;
&lt;br /&gt;
I connect with everything, everyone. And you should be sensing the shifts like I am resonating right now in this very moment as I'm recording this. &lt;br /&gt;
&lt;br /&gt;
As I also connect with the ultimate emerald, the Chaos Gems, the Master Emeralds, and all the other magic gems and crystals on the earth and locations everywhere of both the [[C-197]] and [[1218]] halves of this earth in this universe 211987 in this prime timeline 1C. &lt;br /&gt;
&lt;br /&gt;
And I do this in the manifestation and prayer, so everybody, feel this shift as I do...as I perform this right now on the ultimate god of god level where there is that which is slightly more powerful and even those who are less or even just basic, but I do this on that level in the manifestation and prayer and sharing that which is good and light-powered and getting everybody all of you on goodstead and righteousness and cleansing of the worst, darkest, toxic, sif...sinning, evil individuals...and events and everything so that we can all live as peacefully as possible together, and feel safe and well around and with each other. And I pray all of you will feel that way around me as well. &lt;br /&gt;
&lt;br /&gt;
I don't expect it, but I pray that so into being. &lt;br /&gt;
&lt;br /&gt;
And that being said...&lt;br /&gt;
&lt;br /&gt;
[''sigh'']&lt;br /&gt;
&lt;br /&gt;
Ultimate, god of god, ultimate miracle, chaos, rainbow, CONTROL!&lt;br /&gt;
&lt;br /&gt;
[''video fades out'']&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{references}}&lt;br /&gt;
&lt;br /&gt;
{{succession|label=[[List of videos|Chris's videos]]|prevlink=[[Reading Chaos Crystal Control Act Plus, Part 5, Ultimate Miracle Chaos Control]]|nextlink=[[19 March 2026 Cameo videos]]}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Captain's Log}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chris-chan videos, 2026]]&lt;br /&gt;
[[Category:Videos Christian uploaded to YouTube]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Sightings_(2026)&amp;diff=357315</id>
		<title>Sightings (2026)</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Sightings_(2026)&amp;diff=357315"/>
		<updated>2026-02-01T07:01:03Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Target */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{protip|We once again advise you to ''never'' directly engage with Chris nor attempt to get him [[banned]] from the places he's been to, [[Xela|as doing so won't work well in your favor]]. On the off-chance that you cross paths with Chris, the ''most'' that you should do is [[Passive observers|get some kind of documentation of Chris]], [[Unholy Quintet|but never to directly engage with him]].}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
Since his release from jail in [[2023]], '''sightings''' of Chris have occurred in [[2026]]. These sightings are particularly notable, given Chris's decline in terms of having an active online presence.&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
===Spencer's===&lt;br /&gt;
On 14 [[January 2026]], [[Twitter]] user and Spencer's employee @justatinymouse was approached by Chris, and he gave her a promotional card for his [[Transformers Legacy United Merged Full Compilation Movie Plus, aka Cwclight Review Movies|TLUM movie]], visually similar to his previous [[business card]]s:&amp;lt;ref&amp;gt;https://x.com/justatinymouse/status/2011553795344646624 ([https://archive.fo/XwseG archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|CHRIS CHAN JUST CAME UP TO ME IN MY STORE AND HANDED ME THIS AND THEM BOUGHT HAZBIN HOTEL MERCH&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:14 January 2026 TLUM Movie promotional card1.jpeg|400px]][[File:14 January 2026 TLUM Movie promotional card2.jpeg|400px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
She also posted a video of the card on [[TikTok]], claiming that Chris told her to &amp;quot;spread the word.&amp;quot;&amp;lt;ref&amp;gt;https://www.tiktok.com/@justatinymouse/video/7595333863082183967 ([https://archive.fo/r08O0 archive])&amp;lt;/ref&amp;gt; The same woman also saw Chris at her place of work in [[November 2025]], on the same day he was spotted and photographed at a [[Target]].&amp;lt;ref&amp;gt;https://x.com/justatinymouse/status/1992411399038091496 ([https://archive.fo/SE3DU archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
Transcript of the card:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxyellow|&lt;br /&gt;
TRANSFORMERS: More than meets the eye&amp;lt;br&amp;gt;&lt;br /&gt;
[[Wikipedia:Capacitance Electronic Disc|RCA SelectaVision VideoDiscs]]&amp;lt;br&amp;gt;&lt;br /&gt;
Subtitled for the hearing and esoteric impaired.&amp;lt;br&amp;gt;&lt;br /&gt;
A Jesus Christ Chan Sonichu Prime Production&amp;lt;br&amp;gt;&lt;br /&gt;
WHEN THE LEGACY UNITES TO MERGE&lt;br /&gt;
&lt;br /&gt;
Transformers Legacy United Merged Movie Now&amp;lt;br&amp;gt;viewable on YouTube on channel [[CwcvilleGuardian]].&amp;lt;br&amp;gt;&lt;br /&gt;
*Stop Motion Animation&lt;br /&gt;
*One single multi-voice actress &lt;br /&gt;
*Comedy&lt;br /&gt;
*Action&lt;br /&gt;
*References&lt;br /&gt;
*Metaphysical Humor&lt;br /&gt;
And more to come with more stories and action to be had.&amp;lt;br&amp;gt;&lt;br /&gt;
Colour-Code Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
Without Subtitles}}&lt;br /&gt;
&lt;br /&gt;
According to @justatinymouse Chris bought merch of Loona from [[Helluva Boss]].&lt;br /&gt;
&lt;br /&gt;
They also recorded a video and posted it to [[TikTok]] the day after:&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = loona from helluva boss btw #chrischan #sonichu #cwcki #viral&lt;br /&gt;
| video          = https://www.tiktok.com/@justatinymouse/video/7595733786306956574&lt;br /&gt;
| stardate       = 15 [[January 2026]]&lt;br /&gt;
| subject        = {{Television|text}}&lt;br /&gt;
|style           = {{Reason|text}}&lt;br /&gt;
| Saga           = {{Revelations|text}}&lt;br /&gt;
| shirt          = &lt;br /&gt;
| other          = &lt;br /&gt;
| previous       = [[Comm adore https://youtu.be/SANRCUj9Ncg?si=mCBPcSVVFXfIeHfW]]&lt;br /&gt;
| next           = [[Sparky Outtake Movie Updated Plus Subtitles]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Transcript====&lt;br /&gt;
&amp;lt;center&amp;gt;Didnt realize it was chrischan till i saw the medallion and QUICKLY tried to walk away I WAS SO SCARED&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;i was way too nice but i was scared as fuck when I realozed and my my natural response to fear is to people please im sorry&amp;lt;/center&amp;gt;&lt;br /&gt;
'''justatinymouse:''' Doing okay over here? Need help with anything? &lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; No I'm kind of browsing, but thank you.&lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' Okay. Let me know if you need anything, okay?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; Yeah, I'll check out in a little while. &lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' Okay, I got you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; I like Loona.&lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' I got you.&lt;br /&gt;
&lt;br /&gt;
===Goodwill===&lt;br /&gt;
On 18 [[January 2026]], Chris was spotted shopping at a Goodwill by Reddit user the_chrischanspotter, who posted it to r/ChrisChanSightings:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qhktay/chris_chan_sighting_2026&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:CWC at Goodwill 18 January 2026.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Target===&lt;br /&gt;
On 29 [[January 2026]], Chris was spotted at a Target in [[Charlottesville]], VA&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2wz2w1/&amp;lt;/ref&amp;gt; by Reddit user Top-Border611:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/got_to_see_the_one_and_only_in_target_yesterday/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|got to see the one and only in target yesterday 🙈&lt;br /&gt;
[[File:Chris_at_Target_29_January_2026_2.jpg|300px]] [[File:Chris_at_Target_29_January_2026.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
According to the Reddit user, Chris was with an unidentified possibly male companion:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2pqixk/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2q61k2/&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|also he was with a skinnier black male/female? (not sure of the gender but looked male) is this a friend or partner do we think?}}&lt;br /&gt;
{{quoteboxred|Could you draw what they looked like?}}&lt;br /&gt;
{{quoteboxgreen|honestly no, partly because i didn't see their face and partly because i am terrible at drawing. i would say they were about the same height, and they were pretty thin, in a grey sweatshirt, and had medium length dreads from what i remember. i saw them both leave together.}}&lt;br /&gt;
&lt;br /&gt;
{{References}}&lt;br /&gt;
{{Sightings}} &lt;br /&gt;
{{The Internet}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Template:Da_update&amp;diff=357271</id>
		<title>Template:Da update</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Template:Da_update&amp;diff=357271"/>
		<updated>2026-01-31T05:15:09Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;[[Image:CWCki News.png|320px]]&amp;lt;br&amp;gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;It is currently [[{{#time:F Y}}]]. It has been...&lt;br /&gt;
{| style=&amp;quot;margin:0 auto 8px; max-width:25rem;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|&amp;lt;!---&lt;br /&gt;
   LINK TO MOST RECENT SIGHTING &lt;br /&gt;
--&amp;gt;[[Sightings (2026)#Target|&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:2em&amp;quot;&amp;gt;{{counter|big=yes|&amp;lt;!--&lt;br /&gt;
 &lt;br /&gt;
   DATE AND TIME OF LAST SIGHTING (UTC)&lt;br /&gt;
--&amp;gt;2026-1-29 12:00:00&amp;lt;!--&lt;br /&gt;
 &lt;br /&gt;
--&amp;gt;}}&amp;lt;/div&amp;gt;]] ''day(s) since Chris was last spotted in public.''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:0.88em&amp;quot;&amp;gt;&lt;br /&gt;
|&amp;lt;!---&lt;br /&gt;
   LINK TO MOST RECENT LIVESTREAM&lt;br /&gt;
--&amp;gt;[[Jesus Christ Chan - Post TLUM Movie Premiere Q&amp;amp;A| &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:2em&amp;quot;&amp;gt;{{counter|big=yes|&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
   DATE AND TIME OF MOST LIVESTREAM&lt;br /&gt;
--&amp;gt;2026-1-05 18:00:00&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;}}&amp;lt;/div&amp;gt;]] ''day(s) since Chris has last livestreamed.''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:0.88em&amp;quot;&amp;gt;&lt;br /&gt;
''Record Streak: 233 days''&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
We highly advise ''against'' seeking out Chris, or anyone who is or has previously been associated with him, in any way.&amp;lt;/center&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;center&amp;gt;'''Current Updates'''&amp;lt;/center&amp;gt;&lt;br /&gt;
* '''30 January''' - Chris publishes '''[[Mewgenics Pre Game Goodies Unboxing Video]]'''.&lt;br /&gt;
* '''29 January''' - Chris [[Sightings (2026)#Target|'''is spotted''']] at a Target.&lt;br /&gt;
* '''28 January''' - Chris publishes '''Reading Chaos Crystal Control Act 2'''.&lt;br /&gt;
* '''26 January''' - Chris publishes '''[[Commodore 64 Ultimate Review Part 1 - Unboxing]]'''.&lt;br /&gt;
* '''24 January''' - Chris uploads '''New High score #tetris''' to [[TikTok]].&lt;br /&gt;
* '''22 January'''&lt;br /&gt;
** Chris publishes '''Reading Chaos Crystal Control Act 1'''.&lt;br /&gt;
** Chris also publishes '''Liquidchu's Confession''' to [[TikTok]].&lt;br /&gt;
* '''19 January''' - Chris publishes '''Reading Chaos Crystal Control Act 0 Plus Announcement'''.&lt;br /&gt;
* '''18 January''' - Chris [[Sightings (2026)#Goodwill|'''is spotted''']] at a Goodwill.&lt;br /&gt;
* '''17 January''' - Chris publishes '''Clyde Outtake Movie Plus Outro''' and its subtitled version.&lt;br /&gt;
* '''16 January''' - Chris publishes '''Sparky Outtake Movie Updated''' and its subtitled version.&lt;br /&gt;
* '''15 January'''&lt;br /&gt;
** Chris publishes '''Stallion Outtake Movie''' and its subtitled version.&lt;br /&gt;
** Chris publishes '''[[Comm adore https://youtu.be/SANRCUj9Ncg?si=mCBPcSVVFXfIeHfW]]''' to [[TikTok]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;''Only significant events are listed. For all current updates, read Chris's recent [[{{#time:F Y}} social media posts|social media posts]] or browse the [[Special:RecentChanges|most recent changes to the CWCki]].''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;center&amp;gt;'''Recently Uncovered Info'''&amp;lt;/center&amp;gt;&lt;br /&gt;
*'''15 January''' - [[ThePCAssassins]] [[Chat with Bobby C.|Chat with Bobby Part 2 and Part 5]] from [[April 2011]].&lt;br /&gt;
*'''20 December''' - [[ThePCAssassins]] [[Chat with Bobby C. Part 1]] from [[April 2011]].&lt;br /&gt;
*'''12 November''' - [[Power]] &amp;quot;special thanks&amp;quot; document from [[April 2009]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{clear}}{{Usage|1= This template sits in a place of pride on the CWCki [[Main Page]]. It is two lists of recent Chris-related activity, one for current updates, and another for newly added information. To prevent the lists becoming too long, older entries should be removed as newer ones are added; '''no more than seven entries''' should appear in each of the lists at any time.&lt;br /&gt;
&lt;br /&gt;
To add new updates to the list, simply edit this template, and place a brief description of what happened at the top of bulleted list. Please also link to a source, and set it in '''boldface''', so viewers can know where to read further. Entries should also be documented on the [[{{CURRENTMONTHNAME}} {{CURRENTYEAR}}|current month article]]. Try to phrase things differently instead of always beginning entries with ''Chris does X''; it can get monotonous. Document the next milestone in Chris's legal proceedings (or when he is to be released from prison, should it come to this) in place of an Ongoing event.}}[[Category:Front page templates]] &amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=January_2026&amp;diff=357270</id>
		<title>January 2026</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=January_2026&amp;diff=357270"/>
		<updated>2026-01-31T05:11:51Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Notable events */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:CWC at Goodwill 18 January 2026.jpeg|thumb|Chris in January.]]&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
'''January''' [[2026]].&lt;br /&gt;
&lt;br /&gt;
==Notable events==&lt;br /&gt;
* '''1 January''' - Chris publishes [[DC SAV Outtake Movie]] and its subtitled version.&lt;br /&gt;
* '''2 January''' - Chris publishes [[Can You Merge?]].&lt;br /&gt;
* '''3 January'''&lt;br /&gt;
** Chris publishes [[Crackder First Outtake Movie]] and its subtitled version.&lt;br /&gt;
** Chris uploaded a trailer for the two-hour &amp;quot;full movie&amp;quot; compilation he will release on the 5th.&lt;br /&gt;
* '''5 January'''&lt;br /&gt;
** Chris publishes [[DC Punislav Outtake Movie Plus GE Defense Part 1]] and its subtitled version.&lt;br /&gt;
** Chris premieres a two-hour long &amp;quot;full movie&amp;quot; compilation of his ''[[Transformers]]'' videos and its subtitled version.&amp;lt;ref&amp;gt;[[November 2025 social media posts#Tentative YouTube premiere event]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[November 2025 social media posts#TLUM movie premiere date]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[December 2025 social media posts#Friendship]]&amp;lt;/ref&amp;gt; Chris did a short livestream beforehand and another livestream in between the two video premiers. And commented in the live chat during both premiers. Chris also uploaded credits videos alone and uploaded the unedited version of the &amp;quot;movie&amp;quot;.&lt;br /&gt;
* '''6 January''' - Chris publishes [[Excelina Outtake Movie 2 Updated]] and its subtitled version.&lt;br /&gt;
* '''7 January''' - Chris publishes [[GE Defense Part 2]] and its subtitled version.&lt;br /&gt;
* '''8 January''' - Chris publishes [[Chris Chan Prime Outtake Movie 2 Updated]] and its subtitled version.&lt;br /&gt;
* '''9 January'''&lt;br /&gt;
** Chris publishes [[GE Defense Part 3]] and its subtitled version.&lt;br /&gt;
** Chris publishes [[Punislavs the First Drinking Tea]].&lt;br /&gt;
** Chris uploads [[Flame Toys Shattered Prime, well, literally shattered]].&lt;br /&gt;
** Chris publishes [[Transformers Legacy United Merged General Electric Defense - Behind The Scenes]].&lt;br /&gt;
* '''10 January'''&lt;br /&gt;
** Chris publishes [[Transformers Legacy United Merged General Electric Defense Movie]] and its subtitled version.&lt;br /&gt;
** Chris answers questions about the [[CWCki]] and [[CWCville]].&amp;lt;ref&amp;gt;[[January 2026 social media posts#CWCki]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[January 2026 social media posts#Mayor of CWCville]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''12 January'''&lt;br /&gt;
** Chris publishes [[Punicrackder V Outtake Movie Updated]] and its subtitled version.&lt;br /&gt;
** Chris publishes [[Transformers Legacy United Merged General Electric Defense#Fixed Version|fixed]] [[Transformers Legacy United Merged General Electric Defense#Fixed Version 2|versions]] of ''DC Punislav Outtake Movie Plus GE Defense Part 1'' and ''Transformers Legacy United Merged General Electric Defense Movie''.&lt;br /&gt;
* '''13 January''' - Chris publishes [[Focus Outtake Movie]] and its subtitled version.&lt;br /&gt;
* '''14 January'''&lt;br /&gt;
** Chris publishes [[Tork Outtake Movie Updated Plus Son Chu V Mikoto]] and its subtitled version.&lt;br /&gt;
** Chris publishes [[Son Chu Vs Mikoto]] and its subtitled version.&lt;br /&gt;
** Chris gives a Spencer's employee a promotional card for his [[Transformers Legacy United Merged Full Compilation Movie Plus, aka Cwclight Review Movies|TLUM  Compilation Movie]].&amp;lt;ref&amp;gt;[[Sightings_(2026)#Spencer's]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''15 January'''&lt;br /&gt;
** Chris publishes [[Stallion Outtake Movie]] and its subtitled version.&lt;br /&gt;
** Chris publishes [[Comm adore https://youtu.be/SANRCUj9Ncg?si=mCBPcSVVFXfIeHfW]] to [[TikTok]].&lt;br /&gt;
* '''16 January''' - Chris publishes [[Sparky Outtake Movie Updated]] and its subtitled version.&lt;br /&gt;
* '''17 January''' - Chris publishes [[Clyde Outtake Movie Plus Outro]] and its subtitled version.&lt;br /&gt;
* '''18 January''' - Chris is spotted at a Goodwill.&amp;lt;ref&amp;gt;[[Sightings (2026)#Goodwill]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''19 January''' - Chris publishes [[Reading Chaos Crystal Control Act 0 Plus Announcement]].&lt;br /&gt;
* '''22 January'''&lt;br /&gt;
** Chris publishes [[Reading Chaos Crystal Control Act 1]].&lt;br /&gt;
** Chris also publishes [[Liquidchu's Confession]] to [[TikTok]].&lt;br /&gt;
* '''24 January''' - Chris uploads [[New High score|New High score #tetris]] to TikTok.&lt;br /&gt;
* '''26 January''' - Chris publishes [[Commodore 64 Ultimate Review Part 1 - Unboxing]].&lt;br /&gt;
* '''28 January''' - Chris publishes [[Reading Chaos Crystal Control Act 2]].&lt;br /&gt;
* '''29 January''' - Chris is spotted at a Target.&amp;lt;ref&amp;gt;[[Sightings (2026)#Target]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''30 January''' - Chris publishes [[Mewgenics Pre Game Goodies Unboxing Video]]&lt;br /&gt;
&lt;br /&gt;
==Activity==&lt;br /&gt;
===Chats===&lt;br /&gt;
*None yet.&lt;br /&gt;
&lt;br /&gt;
===Posts===&lt;br /&gt;
*[[List of Chris's comments on YouTube]]&lt;br /&gt;
*[[January 2026 social media posts]]&lt;br /&gt;
&lt;br /&gt;
===Sightings===&lt;br /&gt;
*[[Sightings (2026)#January]]&lt;br /&gt;
&lt;br /&gt;
===Videos===&lt;br /&gt;
*[[DC SAV Outtake Movie Plus Subtitles]]&lt;br /&gt;
*[[DC SAV Outtake Movie]]&lt;br /&gt;
*[[Can You Merge?]]&lt;br /&gt;
*[[Crackder First Outtake Movie Plus Subtitles]]&lt;br /&gt;
*[[Crackder First Outtake Movie]]&lt;br /&gt;
*[[Transformers Legacy United Merged Movie Son-Chu Trailer]]&lt;br /&gt;
*[[DC Punislav Outtake Movie Plus GE Defense Part 1 Subtitled]]&lt;br /&gt;
*[[DC Punislav Outtake Movie Plus GE Defense Part 1]]&lt;br /&gt;
*[[Jesus Christ Chan - Introducing TLUM Movie]]&lt;br /&gt;
*[[Transformers Legacy United Merged Full Compilation Movie Plus, Subtitled, aka Cwclight Review Movies]]&lt;br /&gt;
*[[Jesus Christ Chan - Post TLUM Movie Premiere Q&amp;amp;A]]&lt;br /&gt;
*[[Transformers Legacy United Merged Full Compilation Movie Plus, aka Cwclight Review Movies]]&lt;br /&gt;
*[[Transformers Legacy United Merged Full Compilation Movie Plus, aka Cwclight Review Movies#Reupload|Transformers Legacy United Merged Movie Son-Chu Trailer]]&lt;br /&gt;
*[[TLUM Movie Credits Merged]]&lt;br /&gt;
*[[TLUM Movie Credits Bots and Cons]]&lt;br /&gt;
*[[Cwclight Reviews Movies (Pre-Updated Version)]]&lt;br /&gt;
*[[TLUM Movie Credits Transform]]&lt;br /&gt;
*[[Excelina Outtake Movie 2 Updated Plus Subtitles]]&lt;br /&gt;
*[[Excelina Outtake Movie 2 Updated]]&lt;br /&gt;
*[[GE Defense Part 2 Plus Subtitles]]&lt;br /&gt;
*[[GE Defense Part 2]]&lt;br /&gt;
*[[Chris Chan Prime Outtake Movie 2 Updated]]&lt;br /&gt;
*[[Chris Chan Prime Outtake Movie 2 Updated Plus Subtitles]]&lt;br /&gt;
*[[GE Defense Part 3 Plus Subtitles]]&lt;br /&gt;
*[[GE Defense Part 3]]&lt;br /&gt;
*[[Punislavs the First Drinking Tea]]&lt;br /&gt;
*[[Flame Toys Shattered Prime, well, literally shattered]]&lt;br /&gt;
*[[Transformers Legacy United Merged General Electric Defense - Behind The Scenes]]&lt;br /&gt;
*[[Transformers Legacy United Merged General Electric Defense Movie Plus Subtitles]]&lt;br /&gt;
*[[Transformers Legacy United Merged General Electric Defense Movie]]&lt;br /&gt;
*[[Punicrackder V Outtake Movie Updated]]&lt;br /&gt;
*[[Punicrackder V Outtake Movie Updated Plus Subtitles]]&lt;br /&gt;
*[[Transformers Legacy United Merged General Electric Defense#Fixed Version|DC Punislav Outtake Movie Plus GE Defense Part 1]]&lt;br /&gt;
*[[Transformers Legacy United Merged General Electric Defense#Fixed Version 2|Transformers Legacy United Merged General Electric Defense Movie]]&lt;br /&gt;
*[[Focus Outtake Movie Plus Subtitles]]&lt;br /&gt;
*[[Focus Outtake Movie]]&lt;br /&gt;
*[[Tork Outtake Movie Updated Plus Son Chu V Mikoto Plus Subtitles]]&lt;br /&gt;
*[[Tork Outtake Movie Updated Plus Son Chu V Mikoto]]&lt;br /&gt;
*[[Son Chu Vs Mikoto Plus Subtitles]]&lt;br /&gt;
*[[Son Chu Vs Mikoto]]&lt;br /&gt;
*[[Stallion Outtake Movie Plus Subtitles]]&lt;br /&gt;
*[[Stallion Outtake Movie]]&lt;br /&gt;
*[[Comm adore https://youtu.be/SANRCUj9Ncg?si=mCBPcSVVFXfIeHfW]]&lt;br /&gt;
*[[loona from helluva boss btw|loona from helluva boss btw #chrischan #sonichu #cwcki #viral]]&lt;br /&gt;
*[[Sparky Outtake Movie Updated Plus Subtitles]]&lt;br /&gt;
*[[Sparky Outtake Movie Updated]]&lt;br /&gt;
*[[Clyde Outtake Movie Plus Outro]]&lt;br /&gt;
*[[Clyde Outtake Movie Plus Outro and Subtitles]]&lt;br /&gt;
*[[Reading Chaos Crystal Control Act 0 Plus Announcement]]&lt;br /&gt;
*[[Reading Chaos Crystal Control Act 1]]&lt;br /&gt;
*[[Liquidchu's Confession]]&lt;br /&gt;
*[[New High score|New High score #tetris]]&lt;br /&gt;
*[[Commodore 64 Ultimate Review Part 1 - Unboxing]]&lt;br /&gt;
*[[Reading Chaos Crystal Control Act 2]]&lt;br /&gt;
*[[Mewgenics Pre Game Goodies Unboxing Video]]&lt;br /&gt;
{{References}}&lt;br /&gt;
{{timeline}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Sightings_(2026)&amp;diff=357269</id>
		<title>Sightings (2026)</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Sightings_(2026)&amp;diff=357269"/>
		<updated>2026-01-31T05:09:47Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Goodwill */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{protip|We once again advise you to ''never'' directly engage with Chris nor attempt to get him [[banned]] from the places he's been to, [[Xela|as doing so won't work well in your favor]]. On the off-chance that you cross paths with Chris, the ''most'' that you should do is [[Passive observers|get some kind of documentation of Chris]], [[Unholy Quintet|but never to directly engage with him]].}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
Since his release from jail in [[2023]], '''sightings''' of Chris have occurred in [[2026]]. These sightings are particularly notable, given Chris's decline in terms of having an active online presence.&lt;br /&gt;
&lt;br /&gt;
==January==&lt;br /&gt;
===Spencer's===&lt;br /&gt;
On 14 [[January 2026]], [[Twitter]] user and Spencer's employee @justatinymouse was approached by Chris, and he gave her a promotional card for his [[Transformers Legacy United Merged Full Compilation Movie Plus, aka Cwclight Review Movies|TLUM movie]], visually similar to his previous [[business card]]s:&amp;lt;ref&amp;gt;https://x.com/justatinymouse/status/2011553795344646624 ([https://archive.fo/XwseG archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|CHRIS CHAN JUST CAME UP TO ME IN MY STORE AND HANDED ME THIS AND THEM BOUGHT HAZBIN HOTEL MERCH&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:14 January 2026 TLUM Movie promotional card1.jpeg|400px]][[File:14 January 2026 TLUM Movie promotional card2.jpeg|400px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
She also posted a video of the card on [[TikTok]], claiming that Chris told her to &amp;quot;spread the word.&amp;quot;&amp;lt;ref&amp;gt;https://www.tiktok.com/@justatinymouse/video/7595333863082183967 ([https://archive.fo/r08O0 archive])&amp;lt;/ref&amp;gt; The same woman also saw Chris at her place of work in [[November 2025]], on the same day he was spotted and photographed at a [[Target]].&amp;lt;ref&amp;gt;https://x.com/justatinymouse/status/1992411399038091496 ([https://archive.fo/SE3DU archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
Transcript of the card:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxyellow|&lt;br /&gt;
TRANSFORMERS: More than meets the eye&amp;lt;br&amp;gt;&lt;br /&gt;
[[Wikipedia:Capacitance Electronic Disc|RCA SelectaVision VideoDiscs]]&amp;lt;br&amp;gt;&lt;br /&gt;
Subtitled for the hearing and esoteric impaired.&amp;lt;br&amp;gt;&lt;br /&gt;
A Jesus Christ Chan Sonichu Prime Production&amp;lt;br&amp;gt;&lt;br /&gt;
WHEN THE LEGACY UNITES TO MERGE&lt;br /&gt;
&lt;br /&gt;
Transformers Legacy United Merged Movie Now&amp;lt;br&amp;gt;viewable on YouTube on channel [[CwcvilleGuardian]].&amp;lt;br&amp;gt;&lt;br /&gt;
*Stop Motion Animation&lt;br /&gt;
*One single multi-voice actress &lt;br /&gt;
*Comedy&lt;br /&gt;
*Action&lt;br /&gt;
*References&lt;br /&gt;
*Metaphysical Humor&lt;br /&gt;
And more to come with more stories and action to be had.&amp;lt;br&amp;gt;&lt;br /&gt;
Colour-Code Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
Without Subtitles}}&lt;br /&gt;
&lt;br /&gt;
According to @justatinymouse Chris bought merch of Loona from [[Helluva Boss]].&lt;br /&gt;
&lt;br /&gt;
They also recorded a video and posted it to [[TikTok]] the day after:&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = loona from helluva boss btw #chrischan #sonichu #cwcki #viral&lt;br /&gt;
| video          = https://www.tiktok.com/@justatinymouse/video/7595733786306956574&lt;br /&gt;
| stardate       = 15 [[January 2026]]&lt;br /&gt;
| subject        = {{Television|text}}&lt;br /&gt;
|style           = {{Reason|text}}&lt;br /&gt;
| Saga           = {{Revelations|text}}&lt;br /&gt;
| shirt          = &lt;br /&gt;
| other          = &lt;br /&gt;
| previous       = [[Comm adore https://youtu.be/SANRCUj9Ncg?si=mCBPcSVVFXfIeHfW]]&lt;br /&gt;
| next           = [[Sparky Outtake Movie Updated Plus Subtitles]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
====Transcript====&lt;br /&gt;
&amp;lt;center&amp;gt;Didnt realize it was chrischan till i saw the medallion and QUICKLY tried to walk away I WAS SO SCARED&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;i was way too nice but i was scared as fuck when I realozed and my my natural response to fear is to people please im sorry&amp;lt;/center&amp;gt;&lt;br /&gt;
'''justatinymouse:''' Doing okay over here? Need help with anything? &lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; No I'm kind of browsing, but thank you.&lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' Okay. Let me know if you need anything, okay?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; Yeah, I'll check out in a little while. &lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' Okay, I got you.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;#0033FF&amp;quot;&amp;gt;'''Chris:'''&amp;lt;/font&amp;gt; I like Loona.&lt;br /&gt;
&lt;br /&gt;
'''justatinymouse:''' I got you.&lt;br /&gt;
&lt;br /&gt;
===Goodwill===&lt;br /&gt;
On 18 [[January 2026]], Chris was spotted shopping at a Goodwill by Reddit user the_chrischanspotter, who posted it to r/ChrisChanSightings:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qhktay/chris_chan_sighting_2026&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:CWC at Goodwill 18 January 2026.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Target===&lt;br /&gt;
On 29 [[January 2026]], Chris was spotted at a Target by Reddit user Top-Border611:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/got_to_see_the_one_and_only_in_target_yesterday/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|got to see the one and only in target yesterday 🙈&lt;br /&gt;
[[File:Chris_at_Target_29_January_2026_2.jpg|300px]] [[File:Chris_at_Target_29_January_2026.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
According to the Reddit user, Chris was with an unidentified possibly male companion:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2pqixk/&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1qrn884/comment/o2q61k2/&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|also he was with a skinnier black male/female? (not sure of the gender but looked male) is this a friend or partner do we think?}}&lt;br /&gt;
{{quoteboxred|Could you draw what they looked like?}}&lt;br /&gt;
{{quoteboxgreen|honestly no, partly because i didn't see their face and partly because i am terrible at drawing. i would say they were about the same height, and they were pretty thin, in a grey sweatshirt, and had medium length dreads from what i remember. i saw them both leave together.}}&lt;br /&gt;
&lt;br /&gt;
{{References}}&lt;br /&gt;
{{Sightings}} &lt;br /&gt;
{{The Internet}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Flutter&amp;diff=355980</id>
		<title>Flutter</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Flutter&amp;diff=355980"/>
		<updated>2025-12-30T07:12:35Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Unreliable|type=misinfo|status=fixed}}&lt;br /&gt;
{{Imposter}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
{{protip|Should you encounter Flutter in public (with or without Chris) do NOT harass her. Getting a discreet picture is fine if you're able to, but don't directly interact with her or Chris. [[Michael Hirtes|Once you]] [[Jacob Sockness|make yourself]] [[Idea Guys|a part]] [[Watchmen|of Christory]], [[DoopieDoOver|there is]] [[Fiona Cooper|no escaping]] [[Isabella Loretta Janke|from it]].}}&lt;br /&gt;
{{Misinfo|It has not been confirmed that Flutter is dating Chris, or if she has a romantic relationship with him.|includegossip = yes}}&lt;br /&gt;
&lt;br /&gt;
{{quote|She's a friend of mine, and I refer to her only as Flutter, because she likes [[Fluttershy]], okay? I met her in [[Lynchburg, VA|Lynchburg]], she got in touch with me while I was in jail, and we managed to meet, we managed to bond and connect with each other as friends. And she is literally thirty years old, despite the way - despite her physicality.|Chris's description of Flutter&amp;lt;ref name=setting&amp;gt;[[Setting the Record straight - there never was any sex involving me in 2021]]&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox Person&lt;br /&gt;
| title = Flutter&lt;br /&gt;
| name = Unknown&lt;br /&gt;
| image = CWC Flutter Sighting by BlockedByDaylight 1.mp400002.png&lt;br /&gt;
| aliases = Flutter&amp;lt;br&amp;gt;Egg&amp;lt;br&amp;gt;Meryl&amp;lt;br&amp;gt;Food Lion Lady&amp;lt;br&amp;gt;Cabbage Patch Kid&amp;lt;br&amp;gt;Little My&lt;br /&gt;
| knownfor = {{•}} Appearing side-by-side with Chris in numerous post-jail sightings.&lt;br /&gt;
| saga = {{saga|jail|cn}}, '''[[Template:ThirdExile|&amp;lt;span style = &amp;quot;color:#a7ccd2&amp;quot;&amp;gt;Third Exile&amp;lt;/span&amp;gt;]]''', '''[[Template:RevelationsSaga|&amp;lt;span style = &amp;quot;color:#b84250&amp;quot;&amp;gt;Revelations&amp;lt;/span&amp;gt;]]'''&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Flutter''' (born 1992 or 1993) is the nickname [[Chris]] gave to a [[gal-pal|female friend]] of his. Flutter reached out to Chris at some point during his time in [[Central Virginia Regional Jail]]. Sometime after Chris was released in [[March 2023]], he met up with her in the city of {{w|Lynchburg, Virginia}}, and they began hanging out together.&amp;lt;ref name=setting&amp;gt;&amp;lt;/ref&amp;gt; Chris has referred to her simply as a friend, suggesting that their relationship is not romantic, although he does not explicitly deny having romantic feelings for her either. Chris also claims that she is thirty years old (as of 17 [[October 2023]]), despite her [[Pedofork|childlike appearance]]. The nickname &amp;quot;Flutter&amp;quot; comes from her fondness for the ''[[My Little Pony: Friendship is Magic]]'' character Fluttershy. &lt;br /&gt;
&lt;br /&gt;
After Chris's release from jail, he was frequently [[Post-jail sightings|photographed]] by people who managed to spot him in public. In [[September 2023]], he was spotted with Flutter for the first time. On the 17th, she was spotted allegedly [[Post-jail_sightings_(2023)#CVS|making out with Chris at a CVS]], causing many people to believe she was his girlfriend. [[Otaku King]] also claimed that the two of them were a couple. In [[Setting the Record straight - there never was any sex involving me in 2021]], however, Chris simply refers to her as a friend. Some observers have speculated that Flutter may be Finnish or of Finnish descent, noting that Chris began studying Finnish intensively on [[Duolingo]] since [[October 2023]] for no apparent reason.&amp;lt;ref&amp;gt;[[:File:Duolingo stats 23Nov2023 2.png]]&amp;lt;/ref&amp;gt; This theory was bolstered by sightings of Chris and Flutter in [[Finland]]. A Reddit user who saw Flutter claims that she did not have an accent.&amp;lt;ref name=isabellas&amp;gt;[[Post-jail sightings (2023)#Isabella's Italian Trattoria Restaurant]]&amp;lt;/ref&amp;gt; Another Redditor claims that she spoke in a fake anime girl voice.&amp;lt;ref name=animegirl&amp;gt;[[Sightings (2024)#Walmart Part II (July)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Flutter's identity and motives remain one of the more mysterious aspects of modern Christory. She appears to have gone to great lengths to maintain her anonymity, and Chris has been [[Honest Content|uncharacteristically]] steadfast in refusing to discuss the matter. The lack of any solid information regarding Flutter has allowed for the proliferation of numerous theories and rumors. Theories ranged from things such as Flutter being underage due to her youthful and diminutive appearance, being a recruit from [[Praetor]] meant to keep Chris in check, being an obscure Finnish lolcow unknown to Chris's primarily North American follower base, to even the possibility of being impregnated by Chris.&amp;lt;ref&amp;gt;[[November 2024 social media posts#Pregnancy rumor confirmed false]]&amp;lt;/ref&amp;gt; Time will tell as to whether or not any of these questions end up being answered, but for now, Chris seems content maintaining his silence on the matter.&lt;br /&gt;
&lt;br /&gt;
==Sightings==&lt;br /&gt;
{{Main|Sightings (2023)|Sightings (2024)|Sightings (2025)}}&lt;br /&gt;
Flutter is best known for having been spotted together with Chris in public many times following his release from jail, first in the United States and then (beginning in April 2024) in Finland as well. This is particularly notable given Chris's substantially decreased online prescence.&lt;br /&gt;
&lt;br /&gt;
===2023===&lt;br /&gt;
*On 4 [[September 2023]], Chris was spotted talking with Flutter at a Coinstar machine at a Food Lion supermarket. This was the first time she was sighted, and earned her the nickname &amp;quot;Food Lion Lady.&amp;quot;&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#Food_Lion]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 9 September 2023, a [[ween]] stalked Chris in his car. Reportedly, Flutter was in the car with Chris, and the ween remarked that she looked like a child.&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#Sheetz/On_the_road_Part_II]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 16 September 2023, she was spotted with Chris at [[Walmart]]. This was the first clear view of her face.&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#Walmart_(September)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 17 September 2023, Chris was allegedly sighted hugging, touching, and ''kissing'' Flutter at a CVS.&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#CVS]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On the 20th, the sighter posted two ''incredibly'' blurry pictures of Chris hugging and kissing her. While Chris is easy to see, Flutter is incredibly hard to see. The sighter also made multiple comments about her.&lt;br /&gt;
&lt;br /&gt;
:{{quotebox|[Chris] was all over that woman. Just kept touching her and had her hand on the back almost the whole time. She doesn’t look young.}}&lt;br /&gt;
:{{quotebox|She 100 percent looked uncomfortable.}}&lt;br /&gt;
:{{quotebox|She seemed uncomfortable and kept her head down mostly. I can’t say whether she was just uncomfortable or if she was low functioning.}}&lt;br /&gt;
:{{quotebox|Seemed like he was kind of leading the shopping trip. He also was very close to her at all times. Co-Worker asked if they needed help Chris made sure to step so that he was :between my Co-Worker and the girl.}}&lt;br /&gt;
:{{quotebox|She paid.}}&lt;br /&gt;
&lt;br /&gt;
:These comments have yet to be confirmed as fact.&lt;br /&gt;
&lt;br /&gt;
*On 19 September 2023, Chris supposedly walked into a game store with her.&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#Undisclosed_parking_lot]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 1 [[October 2023]], Chris was spotted showing something on his device to her at {{w|River Ridge Mall}}. This was the clearest view of her face yet [[Sightings (2025)#Pet &amp;amp; Aquatic Warehouse|until another photoshoot on Valentine's Day of 2025]].&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#River_Ridge_Mall]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 3 October 2023, Flutter was seen waiting in a car while Chris was shopping at Game Junkies.&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#Game_Junkies]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 20 [[December 2023]], around 7:30 PM, a video of her was taken at the Richmond International Airport. Her origin flight was from the Charlotte Douglas International Airport, but the starting destination is unknown.&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#Richmond_International_Airport]]&amp;lt;/ref&amp;gt; Later that day, she was also spotted at a Sheetz in Henrico, VA, and afterwards driven away by Chris.&amp;lt;ref&amp;gt;[[Post-jail_sightings_(2023)#Sheetz_(December)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 21 December 2023, Flutter and Chris were spotted at [[Bella|Isabella]]'s Italian Trattoria Restaurant in Lynchburg. Reddit user JacksonStarship speculated that Flutter paid for the meal, also noting that Chris &amp;quot;ate [[SpaghettiRoutine|spaghetti]] like a toddler.&amp;quot;  The user also reported that Chris hand-fed dessert to Flutter.  JacksonStarship stated that Flutter did not appear mentally handicapped, nor did she appear an exceptionally young age.  On several occasions she would keep Chris in check, stopping him from escalating situations.  They were last seen walking away together in the parking lot.&amp;lt;ref name=isabellas&amp;gt;&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===2024===&lt;br /&gt;
*On 4 [[January 2024]], Chris and Flutter were photographed at Ultimate Comics in Cary, North Carolina while picking up tickets for the [[Animate! Raleigh]] convention.&amp;lt;ref&amp;gt;[[Sightings (2024)#Cary, North Carolina]]&amp;lt;/ref&amp;gt;  They were seen in attendance together on 5 January 2024, with Flutter wearing a face mask. On 6 January 2024, Chris and Flutter were seen outside of the Animate! convention, reportedly having been kicked out.&amp;lt;ref&amp;gt;[[Sightings (2024)#Raleigh Convention Center]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 23 [[March 2024]], Chris was spotted with Flutter at TJ Maxx in Lynchburg, VA, disproving rumors about her staying away from him due to the aftermath of Animate! Raleigh.&amp;lt;ref&amp;gt;[[Sightings (2024)#TJ Maxx]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:Chris also had plans to go to [[BABSCon]] 2024 with her, but his two tickets were refunded due to the event staff being aware of his status on the internet. This is hinted at in his reply to BABSCon's email:&amp;lt;ref&amp;gt;[[BABSCon E-mails]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quotebox|I was looking for an enjoyable, peaceful weekend with my friend that would have been more than very good and beneficial. But no, you dare deny us this simple pleasure as Pegasisters of the Brony Community.}}&lt;br /&gt;
&lt;br /&gt;
*On 4 [[April 2024]], Chris and Flutter were both spotted at the Arabia Shopping Centre in Helsinki, [[Finland]].&amp;lt;ref&amp;gt;[[Sightings (2024)#Arabia Shopping Centre, Helsinki, Finland]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 30 [[April 2024]], Chris and Flutter were unwittingly recorded in the background of a YouTube video, holding hands while walking together at {{w|Linnanmäki|Linnanmäki}} in Helsinki, Finland.&amp;lt;ref&amp;gt;[[Sightings (2024)#Linnanmäki, Helsinki, Finland]]&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
*On 29 [[June 2024]], Chris and Flutter were spotted at River Ridge Mall, where they ate at Chick-fil-A and went to see a movie.&amp;lt;ref&amp;gt;[[Sightings (2024)#River Ridge Mall (June)]]&amp;lt;/ref&amp;gt;  A few days later, on 5 [[July 2024|July]], they were seen together at a Walmart in Lynchburg.&amp;lt;ref&amp;gt;[[Sightings (2024)#Walmart (July)]]&amp;lt;/ref&amp;gt; A week later, they were again seen shopping in Walmart, and the Reddit user watching them claimed that Flutter was speaking in a fake anime girl voice and that Chris was telling her how to bag food properly.&amp;lt;ref name=animegirl&amp;gt;&amp;lt;/ref&amp;gt; A few days later on July 16, they were spotted on the road driving towards Charlottesville, with Flutter sitting in the backseat.&amp;lt;ref&amp;gt;[[Sightings_(2024)#On_the_road]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 13 [[August 2024]], Chris and Flutter were spotted at River Ridge Mall and about a week later, they were spotted again, this time in Roanoke at {{w|Valley View Mall (Virginia)|Valley View Mall}}. The observers photographed them several times and even secretly recorded a video of them approaching and talking to Chris, with Flutter being behind Chris being silent and leaves without her face being shown on the video. However, two days later, one of the observers posted another photo of them from the same sighting, which marked the first time Flutter's face had been photographed since [[October 2023]].&lt;br /&gt;
&lt;br /&gt;
*On 22 [[August 2024]], Chris and Flutter were spotted and photographed at a Goodwill in Lynchburg.&amp;lt;ref&amp;gt;[[Sightings_(2024)#Goodwill]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 28 [[September 2024]], Chris and Flutter were spotted walking in the in Helsinki, [[Finland]].&amp;lt;ref&amp;gt;[[Sightings (2024)#Mall of Tripla, Helsinki, Finland]]&amp;lt;/ref&amp;gt; The observer recorded a brief clip of them walking together.&lt;br /&gt;
&lt;br /&gt;
*On 17 [[December 2024]], Chris and Flutter were seen at Redi in Kalasatama, Helsinki, Finland.&amp;lt;ref&amp;gt;[[Sightings_(2024)#Redi,_Kalasatama,_Helsinki,_Finland]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===2025===&lt;br /&gt;
*On 14 [[February 2025]], Chris and Flutter were spotted browsing in a pet store.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Pet &amp;amp; Aquatic Warehouse]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 17 [[April 2025]], Chris and Flutter were spotted eating at Arnold's in Helsinki, Finland.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Arnold's,_Helsinki,_Finland]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 23 [[July 2025]], Chris and Flutter were seen shopping at Rauma International Market in {{w|Rauma}}, [[Finland]].&amp;lt;ref&amp;gt;[[Sightings_(2025)#Rauma_International_Market,_Rauma,_Finland]]&amp;lt;/ref&amp;gt; This is their first sighting in Finland outside of Helsinki—more than 250 km (155 mi.) away, in fact, leading some to hypothesize that Flutter lives in the area or has family there.&lt;br /&gt;
&lt;br /&gt;
*On 13 [[August 2025]], Chris and Flutter were spotted shopping at a Walmart in Lynchburg. This sighting provided the highest-quality image of Flutter's face thus far.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Walmart_(August)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 31 [[August 2025]], Chris and presumably Flutter are spotted eating at the Red Lobster in Lynchburg.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Red_Lobster]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On 7 [[September 2025]], Chris and Flutter are spotted at a Barnes and Noble in Roanoke, VA.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Valley_View_Mall]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*On an unknown date in [[September 2025]], Chris and Flutter were spotted in Finland.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Finland (September)]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wariness==&lt;br /&gt;
Since late [[December 2023]], when Flutter returned to the spotlight, many people have joked about the inability of [[ween]]s to take a good photo of her. This has also led to speculation that she was trying to stay out of the spotlight of said weens to avoid harassment, especially when observers noted her self-awareness at some events that she went to with Chris. &lt;br /&gt;
&lt;br /&gt;
The first strong signals of this came to light on [[Post-jail_sightings_(2023)#Richmond International Airport|December 20]], where she was noted by an observer to wear a face mask in public:&lt;br /&gt;
{{quoteboxgreen|yes I was on her flight, I noticed her almost immediately but she wore a mask the whole time, It was subconscious so I didn't think much of it other than &amp;quot;huh she looks familiar,&amp;quot; but while she was leaving the airport chris was waiting for her he embraced her and said her name out loud, I was on the phone and couldn't make out what he said.}}&lt;br /&gt;
When the said person approached them later, Chris was against him taking pictures of themselves. The same behavior repeated [[Post-jail_sightings_(2023)#Isabella's_Italian_Trattoria_Restaurant|a day later]]:&lt;br /&gt;
{{quoteboxpurple|As they walked out Chris commented to a passing family “a family night, that’s nice” or something like that, and Egg had to pull him through the door. I asked Chris for a photo as he was walking out and he got PISSED. But I still shook Chris’ hand. Wish I could’ve gotten better photos but it was kind of a formal dinner.}}&lt;br /&gt;
He has also stated Flutter didn't seem to be mentally handicapped and took on a near [[Barbara Chandler|motherly role]] during the visit.&lt;br /&gt;
{{quoteboxpurple|Egg didn’t say a word to me, I passed their table at 2 points. She wasn’t noticeably mentally handicapped and seemed to be keeping Chris in check to some degree}}&lt;br /&gt;
During [[Animate! Raleigh]], Flutter was seen with all of her face covered up by a face mask, sunglasses and her hair. Observers also noted her obsessive self-awareness at the event.&lt;br /&gt;
{{quoteboxblue|I am legit annoyed that you people cannot be bothered to get one clear photo or video. How hard can it be?}}&lt;br /&gt;
{{quoteboxorange|Genuinely this has been more difficult than you’d imagine. Flutter appears to be quite vigilant and unwilling (obviously) to appear in anything, especially candids. With her proximity to Chris it is not surprising there is a lack of high def photos}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxorange|i was legitimately right beside them on an escalator yesterday without realizing and genuinely she is so hard to see. she has such self awareness compared to chris it is insane}}&lt;br /&gt;
&lt;br /&gt;
==Chris's Silence==&lt;br /&gt;
{{quote|That remains absolutely with no comment!|Chris, after being asked about Flutter and his Finland visits&amp;lt;ref&amp;gt;[[Waltah White Calls#Walt's call with cwc! 5/17/25]]&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
When he first spoke about her [[Setting the Record straight - there never was any sex involving me in 2021|shortly after returning to the Internet]], Chris only shared her nickname and the fact that she had reached out to him while he was [[Jail Saga|incarcerated]], and that they had met up in [[Lynchburg]] following his release.&lt;br /&gt;
&lt;br /&gt;
In a [[May 2025]] [[Walt's call with cwc! 2/17/25|call with a ween]], Chris was asked directly about Flutter and proceeded to [[List of Chris's lies|lie]] about everything possibly related to her, including denying that he ever went to [[Finland]] with her or was learning Finnish on [[Duolingo]].  Instead he claimed Flutter lives in Philadelphia and is going to [[Piedmont Virginia Community College|college]] there, but was both unwilling and unable to provide any details when pressed further.  He refused to give up her real name or even the first letter, even after being offered bribes of $50, $150 and purchases from his [[OfficialCWCmart|Etsy store]], stating simply, &amp;quot;Her name shall not be revealed.&amp;quot;&amp;lt;ref&amp;gt;[[Walt's call with cwc! 2/17/25#Transcript]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
===Sightings===&lt;br /&gt;
Below is a gallery of select photoshoots of Flutter with Chris.&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Foodlionflutter.png|At Food Lion.&lt;br /&gt;
File:Walmartflutter.png|At Walmart.&lt;br /&gt;
File:Flutter.png|At River Ridge Mall.&lt;br /&gt;
File:CaryNC4Jan2024.jpeg|[[Sightings (2024)#Cary,North Carolina|Cary, NC]].&lt;br /&gt;
File:Photos-from-earlier-today-v0-zrbilxihwqac1.jpg|[[Animate! Raleigh]].&lt;br /&gt;
File:Chris chan &amp;amp; flutter with security raleigh.jpeg|With the Raleigh convention security guards.&lt;br /&gt;
File:Chris-chan-kicked-out-of-animate-raleigh-v0-alm3dykgevac1 cropped.jpg|Denied entry into [[Animate! Raleigh]].&lt;br /&gt;
File:ChrisFlutterTJMaxx23March.png|[[Sightings (2024)#TJ Maxx|TJ Maxx in Lynchburg]].&lt;br /&gt;
File:Chris and Flutter at Linnanmäki 30 April 2024 (cropped screencap).jpg|[[Sightings (2024)#Linnanmäki, Helsinki, Finland|At Linnanmäki in Helsinki, Finland]].&lt;br /&gt;
File:Chris&amp;amp;FlutterRidgeRiverMallJune2024.jpeg|[[Sightings (2024)#River Ridge Mall (June)|At River Ridge Mall]].&lt;br /&gt;
File:Walmart 5Jul2024 2 (cropped).jpg|In parking lot at Walmart.&lt;br /&gt;
File:Walmart 5Jul2024 3 (cropped).png|In line at Walmart.&lt;br /&gt;
File:Walmart 12Jul2024 1 (cropped).jpg|At Walmart meat section.&lt;br /&gt;
File:CWC Flutter 13Aug2024 2.jpg|[[Sightings (2024)#River Ridge Mall (August)|At River Ridge Mall]].&lt;br /&gt;
File:Cwcflutterface-aug2024.jpg|At Valley View Mall.&lt;br /&gt;
File:22 August 2024 Chris and Flutter at Goodwill2.png|At Goodwill.&lt;br /&gt;
File:Chris and Flutter at Mall of Tripla, Helsinki, Finland.mov00001.png|At Mall of Tripla in Helsinki, Finland.&lt;br /&gt;
File:14 February 2025 Chris and Flutter in pet store1.jpg|At Pet &amp;amp; Aquatic Warehouse.&lt;br /&gt;
File:Chris flutter rauma 2.jpg|[[Sightings (2025)#Rauma International Market, Rauma, Finland|Wearing matching outfits with Chris in Rauma, Finland]].&lt;br /&gt;
File:CWC Flutter Sighting by BlockedByDaylight 1.mp400001.png|Walmart, [[August 2025]]&amp;lt;ref&amp;gt;[[Kiwi Farms posts (other users)#Walmart Sighting, August 2025]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Other===&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:FlutterMinecraftSkin.jpg|A [[Minecraft]] skin of Flutter seen in [[June_2024_livestreams#Christ_Chan_Live_Stream:_OG_Cwcville_(Cwcville)-60_Minecraft|a livestream]].&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[The Wallflower]] - A prior gal-pal that Chris attempted to keep under wraps. &lt;br /&gt;
&lt;br /&gt;
{{References}}&lt;br /&gt;
&lt;br /&gt;
{{Articleofthenow}}&lt;br /&gt;
[[Category:Gal pals]]&lt;br /&gt;
{{JailSaga}}&lt;br /&gt;
{{ThirdExile}}&lt;br /&gt;
{{RevelationsSaga}}&lt;br /&gt;
{{Love Quest}}&lt;br /&gt;
{{People}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Millennial Generation]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=September_2025&amp;diff=355979</id>
		<title>September 2025</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=September_2025&amp;diff=355979"/>
		<updated>2025-12-30T07:05:01Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Cwclight - JCWCSP's Microsoft Xbox One X 1TB Model 1787 Home Console Bundle - Black, Used1 - IMG 9292.png|thumb|Chris in September 2025.]]&lt;br /&gt;
&lt;br /&gt;
'''September''' is the ninth month of [[2025]].&lt;br /&gt;
&lt;br /&gt;
==Notable events==&lt;br /&gt;
* '''1 September''' - Chris spots an imposter while playing the network test demo for ''Sonic Racing: CrossWorlds''.&amp;lt;ref&amp;gt;[[September 2025 social media posts#Hey. impostor.]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''5 September''' - Chris uploads [[Light Powered Cwclight Reviews - Combiner Mode Chris-Chan Prime]].&lt;br /&gt;
* '''7 September''' - Chris is spotted at Valley View Mall in Roanoke, VA.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Valley_View_Mall]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''8 September''' - Chris is allegedly spotted at the DMV in Lynchburg, VA.&amp;lt;ref&amp;gt;[[Sightings_(2025)#DMV]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''12 September'''&lt;br /&gt;
** Chris uploads [[Light Powered Cwclight Reviews - Punicrackder V plus Music Video]].&lt;br /&gt;
** Chris uploads [[Go Transformers - Theme of Transformers of Cwcville - Music Video]].&lt;br /&gt;
* '''13 September''' - Chris replied to a commenter on his previous video, marking the first time Chris made a comment in the comment section on his own video.&amp;lt;ref&amp;gt;[[List of Chris's comments on YouTube#Go Transformers - Theme of Transformers of Cwcville - Music_Video]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''14 September''' - Chris addresses the [https://knowyourmeme.com/memes/chris-chans-sonichu-medallion-curse Sonichu Medallion Curse].&amp;lt;ref&amp;gt;[[September 2025 social media posts#Sonichu medallions are NOT cursed]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''18 September'''&lt;br /&gt;
** Chris replies to more commenters on ''Go Transformers - Theme of Transformers of Cwcville - Music Video''.&lt;br /&gt;
** Chris creates a new [[eBay]] account&amp;lt;ref&amp;gt;https://archive.fo/8JUoJ&amp;lt;/ref&amp;gt; to sell his ''[[Xbox]] One X'',&amp;lt;ref&amp;gt;https://archive.fo/bbuqF&amp;lt;/ref&amp;gt; and he also puts up a listing for it on [[Cwclight]].&amp;lt;ref&amp;gt;[[Cwclight#JCWCSP's Microsoft Xbox One X 1TB Model 1787 Home Console Bundle - Black, Used]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://archive.fo/p6TzY&amp;lt;/ref&amp;gt; It was sold eight hours later.&amp;lt;ref&amp;gt;[[September 2025 social media posts#The_XBox_has_been_sold.]]&amp;lt;/ref&amp;gt;  &lt;br /&gt;
** Chris uploads [[Retro Review: Titans Return Son-Chu Review]], a revised version of Son-Chu Review.&lt;br /&gt;
** Chris uploads [[OG Sonichu Medallion Upgraded, Rebirthed and Redeemed]].&lt;br /&gt;
* '''19 September''' &lt;br /&gt;
** Chris replies to a commenter on ''OG Sonichu Medallion Upgraded, Rebirthed and Redeemed''.&lt;br /&gt;
** Chris uploads [[Light Powered Cwclight Reviews - (Renegade) Focus]].&lt;br /&gt;
* '''20 September'''&lt;br /&gt;
** Chris uploads two clips from ''OG Sonichu Medallion Upgraded, Rebirthed and Redeemed''.&lt;br /&gt;
** Chris uploads [[Punicrackder-V Review Original Ending]] and [[Punicrackde- V Supplement/Outtake Plus Unedited Ending]].&lt;br /&gt;
* '''24 September''' - Chris uploads [[Speaking Akashic]].&lt;br /&gt;
* '''25 September''' - Chris is spotted at a [[Sheetz]] in Lynchburg, VA.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Sheetz]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
* '''26 September''' - Chris uploads [[Light Powered Cwclight Reviews - Tork]].&lt;br /&gt;
* '''29 September''' - Chris uploads [[PSA: Ignorance Is Truly Bliss Against The Haters And Fakers]].&lt;br /&gt;
*'''? September''' - Chris and [[Flutter]] are spotted in [[Finland]].&amp;lt;ref&amp;gt;[[Sightings_(2025)#Finland (September)]]&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==Activity==&lt;br /&gt;
&lt;br /&gt;
===Chats===&lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
===Posts===&lt;br /&gt;
*[[Cwclight]]&lt;br /&gt;
*[[September 2025 social media posts]]&lt;br /&gt;
*[[List of Chris's comments on YouTube]]&lt;br /&gt;
&lt;br /&gt;
===Sightings===&lt;br /&gt;
*[[Sightings_(2025)#September]]&lt;br /&gt;
&lt;br /&gt;
===Videos===&lt;br /&gt;
*[[Light Powered Cwclight Reviews - Combiner Mode Chris-Chan Prime]]&lt;br /&gt;
* [[Light Powered Cwclight Reviews - Punicrackder V plus Music Video]] &lt;br /&gt;
* [[Go Transformers - Theme of Transformers of Cwcville - Music Video]]&lt;br /&gt;
* [[Son-Chu_Review#Revised version|Retro Review: Titans Return Son-Chu Review]]  &lt;br /&gt;
* [[OG Sonichu Medallion Upgraded, Rebirthed and Redeemed]]&lt;br /&gt;
* [[Light Powered Cwclight Reviews - (Renegade) Focus]]&lt;br /&gt;
*[[Punicrackder-V Review Original Ending]] &lt;br /&gt;
*[[Punicrackde- V Supplement/Outtake Plus Unedited Ending]]&lt;br /&gt;
*[[Speaking Akashic]]&lt;br /&gt;
*[[Light Powered Cwclight Reviews - Tork]]&lt;br /&gt;
*[[PSA: Ignorance Is Truly Bliss Against The Haters And Fakers]]&lt;br /&gt;
{{References}}&lt;br /&gt;
{{timeline}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Finland&amp;diff=355978</id>
		<title>Finland</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Finland&amp;diff=355978"/>
		<updated>2025-12-30T07:01:43Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Ongoing}}&lt;br /&gt;
[[File:Chris Finland.jpeg|thumb|200px|Chris in Helsinki, Finland shopping at Normal]]&lt;br /&gt;
{{quote|I have not been to Finland.|Chris&amp;lt;ref&amp;gt;[[Walt's call with cwc! 5/17/25]]&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
'''Finland''' (Finnish: ''Suomi'') is a northern European country which borders [[Russia]], {{w|Norway}} and [[PewDiePie|Sweden]]. [[Chris]] has traveled to the country on at least seven occasions since [[2024]], making it the only place outside the [[United States]] which he is known to have visited (not counting [[Dimensions|interdimensional]] [[CWCville|excursions]]). On the first four trips, he was spotted with [[Flutter]] at shopping centers in the capital city of '''{{w|Helsinki}}'''. On the fifth trip, he was spotted shopping with Flutter at a market in '''{{w|Rauma, Finland|Rauma}}'''.&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
Chris's first encounter with Finland was in [[Mailbag 13]], where a fan wrote in under the name &amp;quot;Erik Pikkuvikainen&amp;quot; (a parody of Finnish school shooter [[Wikipedia:Jokela school shooting|Pekka-Eric Auvinen]].)&lt;br /&gt;
&lt;br /&gt;
In [[October 2023]], Chris joined the language-learning app [[Duolingo]], where he focused heavily on learning Finnish.&lt;br /&gt;
&lt;br /&gt;
Chris is seemingly eager to mention his using [[Duolingo]],&amp;lt;ref&amp;gt;[[December_2023_social_media_posts#Duolingo]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[January_2024_social_media_posts#Duolingo_100-day_streak]]&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[[AI Chris Chan Vs Christ Chan]]&amp;lt;/ref&amp;gt; but does not like to specify which language he is learning.&amp;lt;ref&amp;gt;[[January 2024 social media posts#Evading question]]&amp;lt;/ref&amp;gt; In a [[YouTube]] livestream on 17 [[February 2024]], when asked if he was learning Finnish currently and why, Chris replied with &amp;quot;I don't know what you're talking about. What're you talking about, guy?&amp;quot;&amp;lt;ref&amp;gt;[[February 2024 livestreams#Part 2]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Many observers have theorized that Flutter may be Finnish or Finnish-American; she and Chris were first seen in public together in September 2023, a month before Chris began studying Finnish on Duolingo. Additionally, Flutter was observed in [[December 2023]] flying from {{w|Charlotte Douglas International Airport}} to {{w|Richmond International Airport}}, where she was picked up by Chris. Charlotte Douglas is a major airline hub with service to Helsinki, which lends credence to the hypothesis that she lives in Finland when not visiting Chris.&lt;br /&gt;
&lt;br /&gt;
To date, Chris has remained secretive about his interest in Finland and Finnish, although he did film himself singing two songs in Finnish ([[AI Chris Chan Vs Christ Chan#Silakka Apajalla|Silakka Apajalla]] and [[AI Chris Chan Vs Christ Chan#Sakkijarven Polkka|Sakkijarven Polkka]]) as part of his [[AI Chris Chan Vs Christ Chan]] series. While the series features Chris attempting to sing songs in multiple foreign languages, most of which he has never studied in Duolingo, Finnish is notably the only language he has attempted more than once.  In a [[May 2025]] [[Walt's call with cwc! 2/17/25|call with a ween]], Chris outright denied both traveling to Finland and studying the language on Duolingo, despite the photographic evidence.&amp;lt;ref&amp;gt;[[Walt's call with cwc! 2/17/25#Transcript]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In [[July 2025]], a Reddit user spotted Chris with Flutter shopping at a market in Rauma, Finland, and reported that he was &amp;quot;talking to a cashier at the booth, clumsily trying to speak finnish but then asked for english.&amp;quot;&amp;lt;ref&amp;gt;[[Sightings_(2025)#Rauma_International_Market,_Rauma,_Finland]]&amp;lt;/ref&amp;gt; Rauma is located approximately 255 kilometers (or 160 miles) from Helsinki, a major population center, and is also not a very notable town, having only about 30,000 residents. This makes Chris's presence there a mystery.&lt;br /&gt;
&lt;br /&gt;
==Trips to Finland==&lt;br /&gt;
&lt;br /&gt;
===First Trip (Spring 2024)===&lt;br /&gt;
In [[April 2024]], Chris and [[Flutter]] were spotted and briefly filmed shopping at Kauppakeskus Arabia (AKA Arabia Shopping Centre) in Helsinki, although this sighting was not made public until [[October 2024]] as the individual who spotted them was not certain that it was them. The individual stated that Chris was speaking English in the store rather than Finnish.&amp;lt;ref&amp;gt;[[Sightings (2024)#Arabia Shopping Centre, Helsinki, Finland]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A photo taken in [[April 2024]] of Chris and Flutter at the Mall of Tripla in Helsinki would be made public in [[November 2024]].&amp;lt;ref&amp;gt;[[Sightings (2024)#Mall of Tripla, Helsinki, Finland]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On 30 [[April 2024]], Chris and Flutter were unwittingly recorded attending the opening day of '''{{w|Linnanmäki}}''' (an amusement park in Helsinki) in the background of a random YouTube user's video.&amp;lt;ref&amp;gt;[[Sightings (2024)#Linnanmäki, Helsinki, Finland]]&amp;lt;/ref&amp;gt; Over a year later in [[June 2025]], Chris accidentally partially revealed a picture of himself at the amusement park,&amp;lt;ref&amp;gt;[[June 2025 social media posts#Everybody loves my Transformers reviews]]&amp;lt;/ref&amp;gt; which lead to the previously mentioned footage being found.&lt;br /&gt;
&lt;br /&gt;
Chris was subsequently spotted at {{w|Dallas Fort Worth International Airport}} on 24 [[May 2024]],&amp;lt;ref&amp;gt;[[Sightings (2024)#Dallas Airport]]&amp;lt;/ref&amp;gt; wearing the same coat. Dallas Fort Worth is another major airline hub with direct flights to Helsinki, so it is likely that Chris had a layover there on his way back to Virginia.&lt;br /&gt;
&lt;br /&gt;
===Second Trip (Fall 2024)===&lt;br /&gt;
On 27 [[September 2024]], Chris was seen in Helsinki by a store employee who leaked a cropped still from the security camera to a co-worker who then posted it to the Internet.&amp;lt;ref&amp;gt;[[Sightings (2024)#Normal, Helsinki, Finland]]&amp;lt;/ref&amp;gt; Locals believe the sighting was at the {{w|Mall of Tripla}}, in a store called [[Irony|Normal]].&amp;lt;ref&amp;gt;https://ylilauta.org/satunnainen/27nxqc ([https://archive.fo/sOdD5 archive])&amp;lt;/ref&amp;gt; The following day, Chris and Flutter were spotted walking at the Mall of Tripla, by an observer who took a brief video clip.&amp;lt;ref&amp;gt;[[Sightings (2024)#Mall of Tripla, Helsinki, Finland (September)]]&amp;lt;/ref&amp;gt; In both sightings, Chris is wearing a bright blue Superdry sweatshirt with the hood up.&lt;br /&gt;
&lt;br /&gt;
A user on the Finnish imageboard ylilauta alleged having seen Chris at the Linnanmaki amusement park at some point in the summer.&amp;lt;ref&amp;gt;https://ylilauta.org/satunnainen/27nxqc#post-258979838&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chris was seen back in the United States on 1 [[November 2024]] when he was spotted at a [[Wendy's]] in [[Lynchburg]].&amp;lt;ref&amp;gt;[[Sightings (2024)#Wendy's]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Third Trip (Winter 2024)===&lt;br /&gt;
On 17 [[December 2024]], Chris and Flutter were seen at {{w|Redi (shopping centre)|Redi}} in {{w|Kalasatama}}, {{w|Helsinki}}, Finland.&amp;lt;ref&amp;gt;[[Sightings (2024)#Redi, Kalasatama, Helsinki, Finland]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Chris was not seen again after this (in any country) until 14 [[February 2025]], when he was spotted at a pet shop in Lynchburg.&lt;br /&gt;
&lt;br /&gt;
===Fourth Trip (Spring 2025)===&lt;br /&gt;
On the night of 29 [[March 2025]], Chris would be confirmed in the US for the last time as he had livestreamed from his home.&amp;lt;ref&amp;gt;[[Jesus Christ Chan - Sonic 2006 Speed Playthrough]]&amp;lt;/ref&amp;gt; On 4 [[April 2025]], a user on Kiwi Farms posted a photograph and details about spotting Chris on Wednesday, 2 April.&amp;lt;ref&amp;gt;[[Finland#Pasila, Helsinki, Finland]]&amp;lt;/ref&amp;gt; He was seen at the Mall of Tripla. On 17 April, Chris and Flutter were photographed eating at coffee shop Arnold's.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Arnold's, Helsinki, Finland]]&amp;lt;/ref&amp;gt; On 10 May, Chris would be confirmed to be back in the US as he had attended the Festival of Light in [[Lynchburg]], Virginia.&amp;lt;ref&amp;gt;[[List of conventions attended by Chris#Conventions Chris has successfully attended]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fifth Trip (Summer 2025)===&lt;br /&gt;
On 23 [[July 2025]], Chris and Flutter were spotted in Rauma, Finland.&amp;lt;ref&amp;gt;[[Sightings (2025)#Rauma International Market, Rauma, Finland]]&amp;lt;/ref&amp;gt; This is notable for marking the first time Chris had been known to attempt to speak Finnish in public, and the first time he had been known to go outside of Helsinki.&lt;br /&gt;
&lt;br /&gt;
Chris would be confirmed back in America on 13 [[August 2025]], as him and Flutter were spotted and recorded at a Walmart in Lynchburg.&amp;lt;ref&amp;gt;[[Sightings_(2025)#Walmart_(August)]]&amp;lt;/ref&amp;gt; However, they were also allegedly spotted by a Twitter user at a Walmart in Lynchburg almost two weeks prior on August 1.&amp;lt;ref&amp;gt;https://archive.fo/2puwF&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://archive.fo/XkFgP&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://archive.fo/qURv2&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sixth Trip (Fall 2025)===&lt;br /&gt;
{{incomplete|[[Sightings_(2025)#Finland (September)]]}}&lt;br /&gt;
&lt;br /&gt;
===Seventh Trip (Winter 2025)===&lt;br /&gt;
A screenshot from Chris's phone on 5 [[December 2025]] shows the time as 18:33(6:33 PM) in it. At that moment, the local time in Virginia was 11:33 AM, which aligns with Finland's time zone rather than Virginia's. Also it shows the Finnish telecommunications company Elisa rather than Chris's usual carrier, T-Mobile. This suggests Chris was in Finland around this time.&amp;lt;ref&amp;gt;[[December 2025 social media posts#A Green Mile]]&amp;lt;/ref&amp;gt; Another screenshot from 12 [[December 2025]] again showed Elisa as the carrier, this time showing 01:16(1:16 AM) in it instead of Virginia's time of 6:16 PM.&amp;lt;ref&amp;gt;[[December 2025 social media posts#Now, we rise]]&amp;lt;/ref&amp;gt; A screenshot from 19 [[December 2025]] displays T-Mobile as the carrier, however, the time zone shown still aligns with Finland rather than Virginia.&amp;lt;ref&amp;gt;[[December 2025 social media posts#Pizza Bagels]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On 29 [[December 2025]], TikTok user jugglieutenant posted a recording of Chris on an escalator in the Forum Shopping Centre in Helsinki, Finland. This confirms Chris went to Finland.&amp;lt;ref&amp;gt;[[Sightings (2025)#Forum Shopping Centre, Helsinki, Finland]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Chris and Flutter in Finland, April 2024.mp400001.png|Chris and [[Flutter]] in Finland at the Arabia Shopping Centre during [[April 2024]]&lt;br /&gt;
File:Chris and Flutter in Finland April 2024 Zenzei sighting (cropped).jpg|Chris and Flutter after shopping at Normal, [[April 2024]]&lt;br /&gt;
File:Chris and Flutter at Linnanmäki 30 April 2024 (cropped screencap).jpg|Chris and Flutter at Linnanmäki in Helsinki, Finland, [[April 2024]]&lt;br /&gt;
File:Chris Finland.jpeg|Chris shopping at Normal in Helsinki, Finland, [[September 2024]]&lt;br /&gt;
File:Chris and Flutter at Mall of Tripla, Helsinki, Finland.mov00001.png|Chris and Flutter at the Mall of Tripla, Helsinki, [[September 2024]]&lt;br /&gt;
File:Chris and Flutter in Kalasatama, Helsinki, Finland 17 December 2024.jpg|Chris and Flutter at Redi, Kalasatama, Helsinki, Finland, [[December 2024]]&lt;br /&gt;
File:Chris in Finland sighting 2 April 2025.jpeg|Chris at a K-Market in Pasila, Helsinki, Finland, [[April 2025]]&lt;br /&gt;
File:April 2025 Finland (compressed).jpg|Chris and Flutter seen eating out in Helsinki, Finland, [[April 2025]]&lt;br /&gt;
File:Chris in Helsinki, Finland at Linnanmäki (7 June 2025 crop).jpg|Chris at {{w|Linnanmäki}} in Helsinki, Finland (The amusement park is open between end of April and October.)&lt;br /&gt;
File:Chris flutter rauma 1.jpg|Chris and Flutter seen browsing a market in Rauma, Finland, [[July 2025]]&lt;br /&gt;
File:Chris flutter rauma 2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Flutter]]&lt;br /&gt;
*[[Duolingo]]&lt;br /&gt;
*[[Sightings (2024)]]&lt;br /&gt;
*[[Sightings (2025)]]&lt;br /&gt;
*[[Molvanîa]]&lt;br /&gt;
&lt;br /&gt;
{{References}}&lt;br /&gt;
&lt;br /&gt;
{{Articleofthenow}}&lt;br /&gt;
{{Places}}&lt;br /&gt;
[[Category:Places]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Sightings_(2025)&amp;diff=355977</id>
		<title>Sightings (2025)</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Sightings_(2025)&amp;diff=355977"/>
		<updated>2025-12-30T06:56:25Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Sheetz */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{protip|We once again advise you to ''never'' directly engage with Chris nor attempt to get him [[banned]] from the places he's been to, [[Xela|as doing so won't work well in your favor]]. On the off-chance that you cross paths with Chris, the ''most'' that you should do is [[Passive observers|get some kind of documentation of Chris]], [[Unholy Quintet|but never to directly engage with him]].}}&lt;br /&gt;
{{Ongoing}}&lt;br /&gt;
&lt;br /&gt;
Since his release from jail in [[2023]], '''sightings''' of Chris have occurred in [[2025]]. The sightings are particularly notable, given Chris's decline in terms of having an active online presence.&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
===Pet &amp;amp; Aquatic Warehouse===&lt;br /&gt;
On 14 [[February 2025]], Chris and [[Flutter]] were spotted browsing at Pet &amp;amp; Aquatic Warehouse in [[Lynchburg]].&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1ipyjpx/chris_chan_spotted_in_pet_store_on_valentines_day/ ([https://archive.fo/BHT7j archive])&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1iq5krs/the_person_send_me_the_photos_without_the/ ([https://archive.ph/wip/WlvTc archive])&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1iq4vgl/alternate_angles_of_chris_at_pet_store_on/ ([https://archive.ph/wip/u5PNx archive])&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1iq82zk/this_is_not_staged_by_caden_or_praetor_guys_use/ ([https://archive.fo/TIgFi archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
Observers have also noted that Chris doesn't stick out as much in these photos, as his fashion sense has become more conventional and less feminine than it was before his trips to Finland. He is wearing a nondescript black hoodie and baggy jeans, and his blue [[hair]] seems to be fading to a natural grayish color. He is still wearing his [[Chris and fashion#Custom-painted shoes|custom-painted shoes]], however.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:14 February 2025 Chris and Flutter in pet store1.jpg|200px]]&lt;br /&gt;
[[File:14 February 2025 Chris and Flutter in pet store2.jpg|200px]]&lt;br /&gt;
[[File:14 February 2025 Chris and Flutter in pet store3.jpg|200px]]&lt;br /&gt;
[[File:14 February 2025 Chris and Flutter in pet store4.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
===Food Lion===&lt;br /&gt;
On 17 [[March 2025]], Chris was allegedly spotted and photographed at a Food Lion. The photo wasn't shared publicly until 29 [[March 2025]], when someone sent it to [[Reddit]] user lolcow-docs.&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1jmudsu/chris_chan_sighting ([https://archive.ph/vjsfw archive])&amp;lt;/ref&amp;gt; However, due to the blurriness of the photo, it is unclear whether the person photographed is Chris.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|Sent to me just today. 3/17/2025 ruckersville food lion.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris at Food Lion sighting 17 March 2025.jpeg|300px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==April==&lt;br /&gt;
===Pasila, Helsinki, Finland===&lt;br /&gt;
On 4 [[April 2025]], [[Kiwi Farms]] user kotijopi made a post about allegedly seeing Chris in [[Finland]] a few days prior. He wrote:&lt;br /&gt;
{{quoteboxgreen|Thought you spergs might want to know that I spotted Chris this wednesday in Helsinki, [[Wikipedia:Pasila|Pasila]], in a small convience store, near the places where he has been spotted previously. He bought a bag of chips and a energy drink, nothing else special to mention. Wore thick black glasses but was definitely recognizable. To me it seems likely that he lives nearby.&amp;lt;ref&amp;gt;[[Kiwi Farms posts (other users)#Finland Sighting, April 2025]]&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris in Finland sighting 2 April 2025.jpeg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
===Arnold's, Helsinki, Finland===&lt;br /&gt;
On 17 April 2025, a user on the Finnish imageboard Ylilauta posted a photo of Chris and Flutter.&amp;lt;ref&amp;gt;https://ylilauta.org/satunnainen/286dts&amp;lt;/ref&amp;gt; The photo is of them eating at Arnold's, a coffee shop chain, which seems to be at Redi in Helsinki.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:April 2025 Finland (compressed).jpg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
===Walmart (May)===&lt;br /&gt;
On 18 [[May 2025]], [[Reddit]] user Ready_Supermarket_41 posted a picture of Chris at [[Walmart]] that was taken earlier in the day to r/ChrisChanSightings:&lt;br /&gt;
{{quoteboxgreen|Got this from my friends coworker in old forest, said they had the [[medallion]] and all...&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1kq2hci/sighted_at_walmart_today/ ([https://archive.fo/VyVTi archive])&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris sighting Lynchburg Walmart 18 May 2025 (cropped).jpg|400px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==July==&lt;br /&gt;
===Rauma International Market, Rauma, Finland===&lt;br /&gt;
On 23 [[July 2025]], Chris and Flutter were spotted at Rauma International Market in [[Wikipedia:Rauma, Finland|Rauma, Finland]] by [[Reddit]] user Villi_Vuohi:&amp;lt;ref&amp;gt;https://www.reddit.com/r/4chan/comments/1m7ert0/chrischan_spotted_in_rauma/&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|me and a group of friends saw chris-chan and &amp;quot;flutter&amp;quot; today in Rauma international market. Heard them speak and everything. Sorry i couldnt get the face in..&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris flutter rauma 1.jpg|300px]] [[File:Chris flutter rauma 2.jpg|300px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The next day, Villi_Vuohi gave additional details about the sighting in a conversation with an anonymous CWCki user:&amp;lt;ref&amp;gt;[[:File:FlutterConvo.jpg]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxred|Hey, I was wondering if you heard what Chris and Flutter said when you saw them.}}&lt;br /&gt;
{{quoteboxgreen|Hello! They were talking to a cashier at the booth, clumsily trying to speak finnish but then asked for english. I dont remember the exact words but the voice was distinctly familiar. I dont think flutter said a word. I can ask my friends i was with, if they heard.}}&lt;br /&gt;
{{quoteboxred|Thanks for answering! I have a few more questions&lt;br /&gt;
1. Did you hear Flutter's name?&amp;lt;br&amp;gt;&lt;br /&gt;
2. Have you or your friends spotted Chris before? Do you know if Chris or Flutter is a resident of the town?&amp;lt;br&amp;gt;&lt;br /&gt;
3. Can I post your responses to these questions on the CWCki?}}&lt;br /&gt;
{{quoteboxgreen|1. No, none of us heard her speak, or chris speak to her.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Nope this was totally out of the blue for all of us, we had heard they were in finland but in assumed Helsinki. They were here probably for the international market.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Sure :3&amp;lt;br&amp;gt;&lt;br /&gt;
Assumed in helsinki*}}&lt;br /&gt;
&lt;br /&gt;
==August==&lt;br /&gt;
===Walmart (August)===&lt;br /&gt;
[[File:CWC Flutter Sighting by BlockedByDaylight 1.mp400001.png|thumb|200px|A cropped still from the recording.]]&lt;br /&gt;
On 13 [[August 2025]], Chris and Flutter were spotted and briefly recorded shopping at the Old Forest Walmart in Lynchburg, VA by [[Kiwi Farms]] user BlockedByDaylight.&amp;lt;ref&amp;gt;[[Kiwi Farms posts (other users)#Walmart Sighting, August 2025]]&amp;lt;/ref&amp;gt; The video that the user provided also results in the clearest image of Flutter's face to date. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|I didn't know Chris Chan lived in my city until I saw him (her?) at my local Walmart today. Shocked the hell out of me. He had a lady with him but they were both very quiet. }}&lt;br /&gt;
&lt;br /&gt;
Later that day, BlockedByDaylight commented:&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/random-chris-updates.23605/post-22244807 ([https://archive.fo/W5J2m archive])&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/random-chris-updates.23605/post-22247531&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|I live in Virginia, maybe 30 minutes from Roanoke. I asked my buddies about him, and apparently people see him around town all the time, so I know he's lived in my city for quite a while. I didn't hear them say anything interesting, they were just grocery shopping. Nothing out of the ordinary. I didn't want to bother them so I recorded quickly then went on with my day. But if I see him again I'll keep you all updated if things change!&lt;br /&gt;
&lt;br /&gt;
I will say the only thing that really struck me as odd about them was that they kept looking around nervously, as if they were scared someone would recognize them or try to interact with them. You can even see in the video the lady kept glaring at me even though I had only been in their aisle for less than a minute.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = CWC Flutter Sighting by BlockedByDaylight 1&lt;br /&gt;
| ytid           = UIWWUQaqa-U&lt;br /&gt;
| stardate       = &lt;br /&gt;
| subject        =&lt;br /&gt;
| style          = &lt;br /&gt;
| saga           = {{Flutter|text}}&lt;br /&gt;
| shirt          =&lt;br /&gt;
| previous       = [[Light Powered Cwclight Reviews - Decepticlone S.A.V. (Scoundrel As Vessel)]]&lt;br /&gt;
| next           = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = CWC Flutter Sighting by BlockedByDaylight 2&lt;br /&gt;
| ytid           = Hxz_7p6ac7I&lt;br /&gt;
| stardate       = &lt;br /&gt;
| subject        =&lt;br /&gt;
| style          = &lt;br /&gt;
| saga           = {{Flutter|text}}&lt;br /&gt;
| shirt          =&lt;br /&gt;
| previous       = &lt;br /&gt;
| next           = [[Light Powered Cwclight Reviews - Crackder the First]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Red Lobster===&lt;br /&gt;
On 31 [[August 2025]], Chris and a woman, presumably Flutter, were spotted eating out at the Red Lobster in [[Lynchburg]] by the mother of [[Twitter]] user lunarpatriot. The mother snapped a picture of Chris, and the photo was shared online by her son the following day:&lt;br /&gt;
{{quoteboxgreen|not fucking around i got a photo of chris-chan at red lobster yesterday LOL&amp;lt;ref&amp;gt;https://archive.fo/UhMlE&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris and Flutter at Red Lobster.jpeg|400px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Twitter user also answered a few questions:&lt;br /&gt;
{{quoteboxred|you took that?}}&lt;br /&gt;
{{quoteboxgreen|it was my mom that actually took it but yes LOL&amp;lt;ref&amp;gt;https://archive.fo/mNx64&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|Who was he with? 😮}}&lt;br /&gt;
{{quoteboxgreen|my mom got a look of them but how she described them it didnt seem like flutter&amp;lt;ref&amp;gt;https://archive.fo/PKSik&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|can you tell us exactly where the location was so we can add this to the wiki?}}&lt;br /&gt;
{{quoteboxgreen|The one red lobster in Lynchburg, VA&amp;lt;ref&amp;gt;https://archive.ph/eJWsj&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|who was he eating with}}&lt;br /&gt;
{{quoteboxgreen|someone who is suspiciously [[flutter]]-like but when i showed my mom a photo of flutter she said she didnt match up&amp;lt;ref&amp;gt;https://archive.fo/9yoRW&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
YouTuber and animator {{w|HotDiggedyDemon}} then asked a question on the post:&lt;br /&gt;
{{quoteboxyellow|What did he order?&amp;lt;ref&amp;gt;https://archive.fo/LFVGl&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{quoteboxgreen|holy shit hotdiggitydemon omg haii i loved pony.mov}}&lt;br /&gt;
{{quoteboxgreen|also i will get back to you on that}}&lt;br /&gt;
&lt;br /&gt;
Kiwi Farms user [[Xela|Zeus Blue Thunder]] messaged lunarpatriot asking him to elaborate on what he meant by &amp;quot;didn't seem like&lt;br /&gt;
Flutter&amp;quot;&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/flutter-egg-cabbage-patch-meryl-food-lion-lady.180104/post-22398126&amp;lt;/ref&amp;gt;:&lt;br /&gt;
{{quoteboxgreen|i showed her a pic of flutter and she said that while the girl was short, her hair was a lighter blonde and it was cut in a short bob}}&lt;br /&gt;
&lt;br /&gt;
The following day, lunarpatriot shared more alleged details of the sighting, claiming he had spoken to a friend who works at the restaurant:&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/flutter-egg-cabbage-patch-meryl-food-lion-lady.180104/post-22405152&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/flutter-egg-cabbage-patch-meryl-food-lion-lady.180104/post-22405465&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|Peeping the threads and after talking to a friend who happened to be working that night there, I have some info for you that might interest you. The waiter serving them described Chris and Unknown Female #1 as very weird, and they didn't spend too much time socializing. The girl didn't speak much so he couldn't pick up on an accent. Notably Chris paid the entire bill, which from what i'm reading has never happened with him and Flutter before.}}&lt;br /&gt;
{{quoteboxgreen|Chris did all of the ordering for her}}&lt;br /&gt;
{{quoteboxred|No names?}}&lt;br /&gt;
{{quoteboxgreen|I tried to see if she signed her name on the check, that's why I know Chris paid entirely}}&lt;br /&gt;
&lt;br /&gt;
==September==&lt;br /&gt;
===Valley View Mall===&lt;br /&gt;
On 7 [[September 2025]], Chris was spotted at Barnes and Noble at Valley View Mall in Roanoke, VA.&amp;lt;ref&amp;gt;https://www.tiktok.com/@lolcow.docs/photo/7547538624368102687&amp;lt;/ref&amp;gt; According to the eyewitness, &amp;quot;he was with [[flutter]] they were just separated at the time of the photo&amp;quot;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1nbbkw5/comment/nd0rflp/&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:Valley View Mall 9-7-2025.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===DMV===&lt;br /&gt;
On 8 [[September 2025]], Chris was allegedly spotted by Reddit user u/Taxistheft98 at the DMV in Lynchburg, VA.&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1nbbkw5/comment/nd9hyjn/?context=3&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
Saw him at the Lynchburg DMV yesterday. Couldn’t grab a photo because of how busy it was.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Sheetz===&lt;br /&gt;
On 25 [[September 2025]], Chris was spotted at a [[Sheetz]] in Lynchburg&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1nqc1sn/comment/ng5tgi7/&amp;lt;/ref&amp;gt; by [[Reddit]] user Striking-Ebb-8484:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1nqc1sn/ran_into_chris_today_at_sheetz/ ([https://archive.fo/Dpaxo archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|Ran into Chris today at sheetz&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris at Sheetz 25 September 2025.jpeg|350px]]&amp;lt;br&amp;gt;&lt;br /&gt;
I asked for a picture, but was respectfully declined and given a fist bump instead}}&lt;br /&gt;
&lt;br /&gt;
According to the user, Chris &amp;quot;still had the [[medallion|amulet]] and everything&amp;quot;. This possibly marks the first time Chris has been seen wearing his new medallion in public.&lt;br /&gt;
&lt;br /&gt;
===Finland (September)===&lt;br /&gt;
On an unknown date in [[September 2025]], Chris and Flutter were spotted in Finland by TikTok user kkaltsuu. The photo was not publicly shared until 29 [[December 2025]], in the comments section of another user's [[Sightings_(2025)#Forum_Shopping_Centre,_Helsinki,_Finland|post]]:&amp;lt;ref&amp;gt;https://www.tiktok.com/@jugglieutenant/video/7589372421803658518&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|i saw him in september 🥀&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris and Flutter September 2025.jpeg|350px]]}}&lt;br /&gt;
&lt;br /&gt;
==November==&lt;br /&gt;
===Target===&lt;br /&gt;
On 22 [[November 2025]], Chris was spotted at the Target on Wards Road in Lynchburg, VA by Reddit user oosolto:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1p486af/spotted_at_wards_road_target_va/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|Irl jumpscare we made eye contact💔&lt;br /&gt;
[[File:Target November 22 2025.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==December==&lt;br /&gt;
===Forum Shopping Centre, Helsinki, Finland===&lt;br /&gt;
On 29 [[December 2025]], TikTok user jugglieutenant posted a recording of Chris on an escalator in the Forum Shopping Centre in Helsinki, Finland:&amp;lt;ref&amp;gt;https://www.tiktok.com/@jugglieutenant/video/7589372421803658518 ([https://archive.fo/yX7un archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = Forum Shopping Centre Sighting&lt;br /&gt;
| ytid           = ZJ76uDS5Jo8&lt;br /&gt;
| stardate       = &lt;br /&gt;
| subject        =&lt;br /&gt;
| style          = &lt;br /&gt;
| saga           = {{Flutter|text}}&lt;br /&gt;
| shirt          =&lt;br /&gt;
| previous       = [[DC Crackder Outtake Movie]]&lt;br /&gt;
| next           = &lt;br /&gt;
}}&lt;br /&gt;
{{References}}&lt;br /&gt;
{{The Internet}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Chris_and_Flutter_September_2025.jpeg&amp;diff=355976</id>
		<title>File:Chris and Flutter September 2025.jpeg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Chris_and_Flutter_September_2025.jpeg&amp;diff=355976"/>
		<updated>2025-12-30T06:53:58Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355974</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355974"/>
		<updated>2025-12-30T03:10:57Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Chris Chan Prime Outtake Movie 1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete|https://x.com/CPU_CWCSonichu/status/1998371564585451793|https://x.com/CPU_CWCSonichu/status/2000718075402842141|https://x.com/CPU_CWCSonichu/status/2000718809544491062}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[Twitter]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Fold==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:40 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|WITHOUT using curse words, what would fit 🤔🤔&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;Don't put anything nasty&amp;quot;, along with four boxes with &amp;quot;f&amp;quot; filled in first'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Fold}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Famous dogs==&lt;br /&gt;
7 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|Name ONE&lt;br /&gt;
&lt;br /&gt;
[''posts image reading &amp;quot;Name a famous dog but it can't be Scooby Doo!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Astro&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Astro from ''The Jetsons'' cartoon'']}}&lt;br /&gt;
&lt;br /&gt;
==Announcing digital commissions==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:00 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️Hey, everyone. I'm testing something new; I'm doing digital drawing commissions. I am accepting payments through PayPal or CashApp.&lt;br /&gt;
&lt;br /&gt;
I'm still accepting physical commissions through my Etsy/Cwclight page, but they won't arrive before Christmas.&lt;br /&gt;
&lt;br /&gt;
See prices below...}}&lt;br /&gt;
{{quotebox|My pricing is:$50 for one character with simple (one colour) background&lt;br /&gt;
&lt;br /&gt;
$100 for a drawing of a scenario with 2 to 3 characters with a simple background&lt;br /&gt;
&lt;br /&gt;
$150 for a drawing with multiple characters and proper background&lt;br /&gt;
&lt;br /&gt;
Message me via DM on BlueSky or Twitter for a request.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Digital drawing commissions drawing 8 December 2025.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Silver Outtake Movie==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|When the Silver Wolf calls, with his blades, you'd better listen.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled: [''links to [[Silver Outtake Movie]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled: [''links to [[Silver Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Mission Hill==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Jane @theladyjane_|What show? [''posts image with the text &amp;quot;Name a canceled TV show that deserves another season&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mission Hill}}&lt;br /&gt;
&lt;br /&gt;
==Upload schedule==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:54 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|[''in response to [[December_2025_social_media_posts#Silver Outtake Movie|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I liked this a lot! Do you have a plan on how many more videos you’re planning on releasing or is it gonna be more of a long term things?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The shorts will be uploading on this schedule and rate for about til mid to late January, 2026. We are considering many ideas for similar entertainment to expand the lores around Cwcville and beyond that are to be confirmed.}}&lt;br /&gt;
&lt;br /&gt;
==Excelina Outtake Movie==&lt;br /&gt;
10 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Excelina is smart and swift like a ninja, or Prowler. Yet her hologram is apparently sentient.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Excelina-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Now, we rise==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|To rise, one should remain consciously focused while meditating without going too far.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now, We Rise!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now we rise screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Powler Outtake Movie==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Sorry for being a little late today, but to remain vigilant like a ninja, one should meditate and keep a calm focus and mindset.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subttitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Prower-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Armoraxe Outtake Movie==&lt;br /&gt;
13 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Armoraxe can Really can wield that axe/guitar!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Armoraxe-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Punislav First Outtake Movie==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:43 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|WHY did y'all give his review video the most &amp;quot;respect&amp;quot;? He's just a head Jerkop not worth being scrap for Shockwave.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Punislav-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
9:51 AM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I thought you were going to imply he was a Slav veteran in an old war like ww2 or one of the cold war’s proxy wars or something}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That would have been funnier, yes, but I did not think of it.}}&lt;br /&gt;
&lt;br /&gt;
==Views==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:58 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to the [[December_2025_social_media_posts#Punislav First Outtake Movie|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I mean, over Twelve Thousand Views; even more than Son-Chu's Review and even Bumba Lumba's pre-box video. What is up with that? Was me cursing the DC Punislav not enough to surpass the old man, you young whippersnappers?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bluesky 15 Dec 2025 1.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 2.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 3.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Famous Frank==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:59 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@lady_valor_07|Name a famous &amp;quot;Frank&amp;quot; ? [''posts image with the text &amp;quot;WITHOUT GOOGLING Name a famous 'Frank'&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Frank Welker [''posts Transformers gif'']}}&lt;br /&gt;
&lt;br /&gt;
==Men in Black==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:50 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@cuteonlyvibes|[''posts image with the text &amp;quot;NAME A MOVIE YOU'VE SEEN MORE THAN 3 TIMES WITH JUST A GIF&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''posts gif from Men in Black'']}}&lt;br /&gt;
&lt;br /&gt;
==Black and white movie==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:52 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@AshySlasheeDB|Let's hear it! [''posts image with the text &amp;quot;NAME A BLACK AND WHITE MOVIE THAT IS NOT DRACULA&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yankee Doodle Dandy}}&lt;br /&gt;
&lt;br /&gt;
==Famous drummer==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:57 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Sadie_NC|🤔🤔🤔 [''posts image with the text &amp;quot;Besides Phil Collins Name Another Famous Drummer&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Ringo Starr}}&lt;br /&gt;
&lt;br /&gt;
==House==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
5:39 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@lippyent|Hmm 😒 🤔?¿ [''posts image with the text &amp;quot;Best TV doctor show of all time. It can't be Grey's Anatomy.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|House}}&lt;br /&gt;
&lt;br /&gt;
==Maude==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Matt_Pinner|I am totally drawing a blank. 🤔🤔 [''posts image with the text &amp;quot;NAME A TV SHOW WITH A SINGLE WORD TITLE&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Maude}}&lt;br /&gt;
&lt;br /&gt;
==IQ test==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:01 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@MayMayspeaks|💡 IQ Test… Let’s see how smart you are. [''posts image with the text &amp;quot;I am a number. If you triple me and then add 7, the result is 25. What number am I?&amp;quot;''] }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|X &amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt; 6}}&lt;br /&gt;
&lt;br /&gt;
==Food eaten with hands==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Matt_Pinner|Can you name one? [''posts image with the text &amp;quot;Name a food eaten with your hands, not a fork.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|chili dogs}}&lt;br /&gt;
&lt;br /&gt;
==Roar==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@otokyo__|This one is tricky 🤔 [''posts image with the text &amp;quot;What word starts with R and ends with R&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Roar}}&lt;br /&gt;
&lt;br /&gt;
==Digital poster art==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
5:42 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky then to Twitter a minute later, replying to a [[December_2025_social_media_posts#Announcing_digital_commissions|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, for backgrounds, on the highest price, they can be good as what I digitally drew for the poster art. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Transformers Legacy United Merged poster background.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Indigo==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:30 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@theamelia__|Name ONE?&lt;br /&gt;
&lt;br /&gt;
[''posts image with the text &amp;quot;Brain Teaser! There is a color that doesn't have letter 'E'. What color is it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Indigo}}&lt;br /&gt;
&lt;br /&gt;
==Chapper Outtake Movie==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:29 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Chapper makes sure all humans are safe from danger! ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chapper Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Without Subtitles:&lt;br /&gt;
[''links to [[Chapper Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
4:21 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I have never seen a single person with the exact same type of thinking as me except for you, this was great like always&lt;br /&gt;
&lt;br /&gt;
Is this going to be a full on new series? Youve been uploading very consistently and its very well edited!}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ajlsonichu.bsky.social|This is literally just reuploads of ending movies that were already part of a review series Chris did. She plans to premiere a whole compilation of them this coming January, I forgot which day though.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Except some of them have visual updates and audio edits, including the zoom-ins; you will not find those, nor the subtitles, in the original Review videos' endings.}}&lt;br /&gt;
&lt;br /&gt;
==Mister Ed==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:32 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|I bet nobody remembers who this is.&lt;br /&gt;
&lt;br /&gt;
[''posts image of the horse from {{w|Mister Ed}}.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mister Ed. &amp;quot;A horse is a horse, of course, of course.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Wishlist==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:32 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Christine do you have a wishlist or anything you want for Christmas?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|For everyone to be mentally and emotionally wise and empathetic, including online. And, yes, for everyone to get along.}}&lt;br /&gt;
&lt;br /&gt;
==Pizza Bagels==&lt;br /&gt;
19 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter 15 minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|#Emgo316, out of all of your videos, how many Pizza Bagels and Burritos have you been feeding Optimus Prime and Megatron?&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Emgo gave Optimus Prime too many Pizza Bagles]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Emgo gave Optimus Prime too many Pizza Bagles screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Fireshot Outtake Movie==&lt;br /&gt;
20 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|They call him Fireshot, because he shot through the fire and flames with dragon force.&lt;br /&gt;
&lt;br /&gt;
His name is Fireshot; thanks a lot.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Christmas tree==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Do you have your Christmas tree set up yet Christine? @cpujcwcsprime.bsky.social}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes.&lt;br /&gt;
&lt;br /&gt;
[''posts gif of a Christmas tree'']}}&lt;br /&gt;
&lt;br /&gt;
3:30 PM&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|[''posts gif of Superintendent Chalmers from [[The Simpsons]] with the caption &amp;quot;May I see it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''posts gif of Principal Skinner from The Simpsons with the caption &amp;quot;No.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==itemLabel==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=slimeman364.bsky.social|[''in response to [[December_2025_social_media_posts#Fireshot Outtake Movie|a previous post]]'']&lt;br /&gt;
Hello Christine! Do you know itemlabel? I love their products :)}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|You tell me.&lt;br /&gt;
&lt;br /&gt;
[''links to [[MINECRAFT Cubepy Build Part 4]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Rollout Outtake Movie==&lt;br /&gt;
22 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Time to Transform and Rollout!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Rollout Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Rollout Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Question about The Classic==&lt;br /&gt;
23 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|If its not a bother, I have a question about &amp;quot;[[The Classic]]&amp;quot; shirt @cpujcwcsprime.bsky.social&lt;br /&gt;
&lt;br /&gt;
I've noticed the dark green looking part on the cuffs before. But I just noticed they werent always there. When was it added, and why? And why isnt there any green on the cuffs of the new replicas for sale?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|It was not meant to have the green cuff patches, because the OG got holes in the sleeve cuffs. The green parts were not originally there, so they are not part of the replicas.}}&lt;br /&gt;
&lt;br /&gt;
==Merry Christmas==&lt;br /&gt;
24 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:35 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|[''posts gif of [[Christmas#Santa_Clause|Santa Claus]] riding in his sleigh with the caption &amp;quot;MERRY CHRISTMAS MAY THE SPIRIT OF CHRISTMAS BRING ENDLESS JOY &amp;amp; BLESSINGS'']}}&lt;br /&gt;
&lt;br /&gt;
==Medatron Outtake Movie==&lt;br /&gt;
25 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Medatron Combines to defend the safety of everyone, even on the holidays.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Medatron Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Medatron Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, look forward to a [[Editing CC-82 Review Video|Holiday Bonus]] in a little while from now.}}&lt;br /&gt;
&lt;br /&gt;
==Editing CC-82 Review Video==&lt;br /&gt;
25 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter, then to Bluesky 12 minutes later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Bonus BTS footage; compiling CC-82's review video.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Editing CC-82 Review Video]]'']}}&lt;br /&gt;
&lt;br /&gt;
12:16 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I had no idea the editing was a solo effort too}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes}}&lt;br /&gt;
&lt;br /&gt;
==Chris Chan Prime Outtake Movie 1==&lt;br /&gt;
26 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Go, Go, Chris-Chan Prime! That is not exactly a Megazord.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chris Chan Prime Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Chris Chan Prime Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Twitter 26 Dec 2025 1.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SAV First Outtake Movie==&lt;br /&gt;
27 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:40 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|S.A.V. the First has a big gun, but he is still a Slack A** Vagrant.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[SAV First Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[SAV First Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Scoundrel as vessel-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==DC Crackder Outtake Movie==&lt;br /&gt;
29 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:52 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|The Crackders are all still not as cracked up as they are made out to be. Especially the one with the faulty nosecone.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[DC Crackder Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[DC Crackder Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Template:Da_update&amp;diff=355973</id>
		<title>Template:Da update</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Template:Da_update&amp;diff=355973"/>
		<updated>2025-12-30T03:00:17Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;[[Image:CWCki News.png|320px]]&amp;lt;br&amp;gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;It is currently [[{{#time:F Y}}]]. It has been...&lt;br /&gt;
{| style=&amp;quot;margin:0 auto 8px; max-width:25rem;&amp;quot;&lt;br /&gt;
|- style=&amp;quot;vertical-align:top&amp;quot;&lt;br /&gt;
|&amp;lt;!---&lt;br /&gt;
   LINK TO MOST RECENT SIGHTING &lt;br /&gt;
--&amp;gt;[[Sightings_(2025)#Forum_Shopping_Centre,_Helsinki,_Finland|&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:2em&amp;quot;&amp;gt;{{counter|big=yes|&amp;lt;!--&lt;br /&gt;
 &lt;br /&gt;
   DATE AND TIME OF LAST SIGHTING (UTC)&lt;br /&gt;
--&amp;gt;2025-12-29 12:53:05&amp;lt;!--&lt;br /&gt;
 &lt;br /&gt;
--&amp;gt;}}&amp;lt;/div&amp;gt;]] ''day(s) since Chris was last spotted in public.''&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:0.88em&amp;quot;&amp;gt;&lt;br /&gt;
|&amp;lt;!---&lt;br /&gt;
   LINK TO MOST RECENT LIVESTREAM&lt;br /&gt;
--&amp;gt;[[Jesus Christ Chan - Sonic 2006 Speed Playthrough Part 3| &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:2em&amp;quot;&amp;gt;{{counter|big=yes|&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
   DATE AND TIME OF MOST LIVESTREAM&lt;br /&gt;
--&amp;gt;2025-5-17 18:00:00&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;}}&amp;lt;/div&amp;gt;]] ''day(s) since Chris has last livestreamed.''&lt;br /&gt;
|}&lt;br /&gt;
 &lt;br /&gt;
We highly advise ''against'' seeking out Chris, or anyone who is or has previously been associated with him, in any way.&amp;lt;/center&amp;gt;&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;center&amp;gt;'''Current Updates'''&amp;lt;/center&amp;gt;&lt;br /&gt;
* '''29 December''' &lt;br /&gt;
** Chris [[Sightings_(2025)#Forum_Shopping_Centre,_Helsinki,_Finland|'''is spotted''']] in Helsinki, [[Finland]].&lt;br /&gt;
** Chris publishes '''[[DC Crackder Outtake Movie]]''' and its subtitled version.&lt;br /&gt;
* '''27 December''' - Chris publishes '''[[SAV First Outtake Movie]]''' and its subtitled version.&lt;br /&gt;
* '''26 December''' - Chris publishes '''[[Chris Chan Prime Outtake Movie 1]]''' and its subtitled version.&lt;br /&gt;
* '''25 December''' - Chris publishes '''[[Editing CC-82 Review Video]]'''.&lt;br /&gt;
* '''25 December''' - Chris publishes '''[[Medatron Outtake Movie]]''' and its subtitled version.&lt;br /&gt;
* '''22 December''' - Chris publishes '''[[Rollout Outtake Movie]]''' and its subtitled version.&lt;br /&gt;
* '''20 December''' - Chris publishes '''[[Fireshot Outtake Movie]]''' and its subtitled version.&lt;br /&gt;
* '''18 December''' - Chris publishes '''[[Chapper Outtake Movie]]''' and its subtitled version.&lt;br /&gt;
* '''15 December''' - Chris publishes '''[[Punislav First Outtake Movie]]''' and its subtitled version.&lt;br /&gt;
* '''13 December''' - Chris publishes '''[[Armoraxe Outtake Movie]]''' and its subtitled version.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;center&amp;gt;''Only significant events are listed. For all current updates, read Chris's recent [[{{#time:F Y}} social media posts|social media posts]] or browse the [[Special:RecentChanges|most recent changes to the CWCki]].''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&amp;lt;center&amp;gt;'''Recently Uncovered Info'''&amp;lt;/center&amp;gt;&lt;br /&gt;
*'''12 November''' - [[Power]] &amp;quot;special thanks&amp;quot; document from [[April 2009]].&lt;br /&gt;
*'''4 November''' - Photos of the ED sign visit from [[October 2008]].&lt;br /&gt;
*'''3 November''' - The rest of the comic pages for [[Lost Media#Simonchu|The Adventures of Simonchu Issue 0]] from [[2008]] to [[2009]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;{{clear}}{{Usage|1= This template sits in a place of pride on the CWCki [[Main Page]]. It is two lists of recent Chris-related activity, one for current updates, and another for newly added information. To prevent the lists becoming too long, older entries should be removed as newer ones are added; '''no more than seven entries''' should appear in each of the lists at any time.&lt;br /&gt;
&lt;br /&gt;
To add new updates to the list, simply edit this template, and place a brief description of what happened at the top of bulleted list. Please also link to a source, and set it in '''boldface''', so viewers can know where to read further. Entries should also be documented on the [[{{CURRENTMONTHNAME}} {{CURRENTYEAR}}|current month article]]. Try to phrase things differently instead of always beginning entries with ''Chris does X''; it can get monotonous. Document the next milestone in Chris's legal proceedings (or when he is to be released from prison, should it come to this) in place of an Ongoing event.}}[[Category:Front page templates]] &amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Sightings_(2025)&amp;diff=355972</id>
		<title>Sightings (2025)</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Sightings_(2025)&amp;diff=355972"/>
		<updated>2025-12-30T02:58:06Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Forum Shopping Centre, Helsinki, Finland */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{protip|We once again advise you to ''never'' directly engage with Chris nor attempt to get him [[banned]] from the places he's been to, [[Xela|as doing so won't work well in your favor]]. On the off-chance that you cross paths with Chris, the ''most'' that you should do is [[Passive observers|get some kind of documentation of Chris]], [[Unholy Quintet|but never to directly engage with him]].}}&lt;br /&gt;
{{Ongoing}}&lt;br /&gt;
&lt;br /&gt;
Since his release from jail in [[2023]], '''sightings''' of Chris have occurred in [[2025]]. The sightings are particularly notable, given Chris's decline in terms of having an active online presence.&lt;br /&gt;
&lt;br /&gt;
==February==&lt;br /&gt;
===Pet &amp;amp; Aquatic Warehouse===&lt;br /&gt;
On 14 [[February 2025]], Chris and [[Flutter]] were spotted browsing at Pet &amp;amp; Aquatic Warehouse in [[Lynchburg]].&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1ipyjpx/chris_chan_spotted_in_pet_store_on_valentines_day/ ([https://archive.fo/BHT7j archive])&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1iq5krs/the_person_send_me_the_photos_without_the/ ([https://archive.ph/wip/WlvTc archive])&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1iq4vgl/alternate_angles_of_chris_at_pet_store_on/ ([https://archive.ph/wip/u5PNx archive])&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1iq82zk/this_is_not_staged_by_caden_or_praetor_guys_use/ ([https://archive.fo/TIgFi archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
Observers have also noted that Chris doesn't stick out as much in these photos, as his fashion sense has become more conventional and less feminine than it was before his trips to Finland. He is wearing a nondescript black hoodie and baggy jeans, and his blue [[hair]] seems to be fading to a natural grayish color. He is still wearing his [[Chris and fashion#Custom-painted shoes|custom-painted shoes]], however.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:14 February 2025 Chris and Flutter in pet store1.jpg|200px]]&lt;br /&gt;
[[File:14 February 2025 Chris and Flutter in pet store2.jpg|200px]]&lt;br /&gt;
[[File:14 February 2025 Chris and Flutter in pet store3.jpg|200px]]&lt;br /&gt;
[[File:14 February 2025 Chris and Flutter in pet store4.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==March==&lt;br /&gt;
===Food Lion===&lt;br /&gt;
On 17 [[March 2025]], Chris was allegedly spotted and photographed at a Food Lion. The photo wasn't shared publicly until 29 [[March 2025]], when someone sent it to [[Reddit]] user lolcow-docs.&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1jmudsu/chris_chan_sighting ([https://archive.ph/vjsfw archive])&amp;lt;/ref&amp;gt; However, due to the blurriness of the photo, it is unclear whether the person photographed is Chris.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|Sent to me just today. 3/17/2025 ruckersville food lion.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris at Food Lion sighting 17 March 2025.jpeg|300px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==April==&lt;br /&gt;
===Pasila, Helsinki, Finland===&lt;br /&gt;
On 4 [[April 2025]], [[Kiwi Farms]] user kotijopi made a post about allegedly seeing Chris in [[Finland]] a few days prior. He wrote:&lt;br /&gt;
{{quoteboxgreen|Thought you spergs might want to know that I spotted Chris this wednesday in Helsinki, [[Wikipedia:Pasila|Pasila]], in a small convience store, near the places where he has been spotted previously. He bought a bag of chips and a energy drink, nothing else special to mention. Wore thick black glasses but was definitely recognizable. To me it seems likely that he lives nearby.&amp;lt;ref&amp;gt;[[Kiwi Farms posts (other users)#Finland Sighting, April 2025]]&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris in Finland sighting 2 April 2025.jpeg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
===Arnold's, Helsinki, Finland===&lt;br /&gt;
On 17 April 2025, a user on the Finnish imageboard Ylilauta posted a photo of Chris and Flutter.&amp;lt;ref&amp;gt;https://ylilauta.org/satunnainen/286dts&amp;lt;/ref&amp;gt; The photo is of them eating at Arnold's, a coffee shop chain, which seems to be at Redi in Helsinki.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:April 2025 Finland (compressed).jpg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==May==&lt;br /&gt;
===Walmart (May)===&lt;br /&gt;
On 18 [[May 2025]], [[Reddit]] user Ready_Supermarket_41 posted a picture of Chris at [[Walmart]] that was taken earlier in the day to r/ChrisChanSightings:&lt;br /&gt;
{{quoteboxgreen|Got this from my friends coworker in old forest, said they had the [[medallion]] and all...&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1kq2hci/sighted_at_walmart_today/ ([https://archive.fo/VyVTi archive])&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris sighting Lynchburg Walmart 18 May 2025 (cropped).jpg|400px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==July==&lt;br /&gt;
===Rauma International Market, Rauma, Finland===&lt;br /&gt;
On 23 [[July 2025]], Chris and Flutter were spotted at Rauma International Market in [[Wikipedia:Rauma, Finland|Rauma, Finland]] by [[Reddit]] user Villi_Vuohi:&amp;lt;ref&amp;gt;https://www.reddit.com/r/4chan/comments/1m7ert0/chrischan_spotted_in_rauma/&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|me and a group of friends saw chris-chan and &amp;quot;flutter&amp;quot; today in Rauma international market. Heard them speak and everything. Sorry i couldnt get the face in..&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris flutter rauma 1.jpg|300px]] [[File:Chris flutter rauma 2.jpg|300px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The next day, Villi_Vuohi gave additional details about the sighting in a conversation with an anonymous CWCki user:&amp;lt;ref&amp;gt;[[:File:FlutterConvo.jpg]]&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxred|Hey, I was wondering if you heard what Chris and Flutter said when you saw them.}}&lt;br /&gt;
{{quoteboxgreen|Hello! They were talking to a cashier at the booth, clumsily trying to speak finnish but then asked for english. I dont remember the exact words but the voice was distinctly familiar. I dont think flutter said a word. I can ask my friends i was with, if they heard.}}&lt;br /&gt;
{{quoteboxred|Thanks for answering! I have a few more questions&lt;br /&gt;
1. Did you hear Flutter's name?&amp;lt;br&amp;gt;&lt;br /&gt;
2. Have you or your friends spotted Chris before? Do you know if Chris or Flutter is a resident of the town?&amp;lt;br&amp;gt;&lt;br /&gt;
3. Can I post your responses to these questions on the CWCki?}}&lt;br /&gt;
{{quoteboxgreen|1. No, none of us heard her speak, or chris speak to her.&amp;lt;br&amp;gt;&lt;br /&gt;
2. Nope this was totally out of the blue for all of us, we had heard they were in finland but in assumed Helsinki. They were here probably for the international market.&amp;lt;br&amp;gt;&lt;br /&gt;
3. Sure :3&amp;lt;br&amp;gt;&lt;br /&gt;
Assumed in helsinki*}}&lt;br /&gt;
&lt;br /&gt;
==August==&lt;br /&gt;
===Walmart (August)===&lt;br /&gt;
[[File:CWC Flutter Sighting by BlockedByDaylight 1.mp400001.png|thumb|200px|A cropped still from the recording.]]&lt;br /&gt;
On 13 [[August 2025]], Chris and Flutter were spotted and briefly recorded shopping at the Old Forest Walmart in Lynchburg, VA by [[Kiwi Farms]] user BlockedByDaylight.&amp;lt;ref&amp;gt;[[Kiwi Farms posts (other users)#Walmart Sighting, August 2025]]&amp;lt;/ref&amp;gt; The video that the user provided also results in the clearest image of Flutter's face to date. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|I didn't know Chris Chan lived in my city until I saw him (her?) at my local Walmart today. Shocked the hell out of me. He had a lady with him but they were both very quiet. }}&lt;br /&gt;
&lt;br /&gt;
Later that day, BlockedByDaylight commented:&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/random-chris-updates.23605/post-22244807 ([https://archive.fo/W5J2m archive])&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/random-chris-updates.23605/post-22247531&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|I live in Virginia, maybe 30 minutes from Roanoke. I asked my buddies about him, and apparently people see him around town all the time, so I know he's lived in my city for quite a while. I didn't hear them say anything interesting, they were just grocery shopping. Nothing out of the ordinary. I didn't want to bother them so I recorded quickly then went on with my day. But if I see him again I'll keep you all updated if things change!&lt;br /&gt;
&lt;br /&gt;
I will say the only thing that really struck me as odd about them was that they kept looking around nervously, as if they were scared someone would recognize them or try to interact with them. You can even see in the video the lady kept glaring at me even though I had only been in their aisle for less than a minute.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = CWC Flutter Sighting by BlockedByDaylight 1&lt;br /&gt;
| ytid           = UIWWUQaqa-U&lt;br /&gt;
| stardate       = &lt;br /&gt;
| subject        =&lt;br /&gt;
| style          = &lt;br /&gt;
| saga           = {{Flutter|text}}&lt;br /&gt;
| shirt          =&lt;br /&gt;
| previous       = [[Light Powered Cwclight Reviews - Decepticlone S.A.V. (Scoundrel As Vessel)]]&lt;br /&gt;
| next           = &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = CWC Flutter Sighting by BlockedByDaylight 2&lt;br /&gt;
| ytid           = Hxz_7p6ac7I&lt;br /&gt;
| stardate       = &lt;br /&gt;
| subject        =&lt;br /&gt;
| style          = &lt;br /&gt;
| saga           = {{Flutter|text}}&lt;br /&gt;
| shirt          =&lt;br /&gt;
| previous       = &lt;br /&gt;
| next           = [[Light Powered Cwclight Reviews - Crackder the First]]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Red Lobster===&lt;br /&gt;
On 31 [[August 2025]], Chris and a woman, presumably Flutter, were spotted eating out at the Red Lobster in [[Lynchburg]] by the mother of [[Twitter]] user lunarpatriot. The mother snapped a picture of Chris, and the photo was shared online by her son the following day:&lt;br /&gt;
{{quoteboxgreen|not fucking around i got a photo of chris-chan at red lobster yesterday LOL&amp;lt;ref&amp;gt;https://archive.fo/UhMlE&amp;lt;/ref&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris and Flutter at Red Lobster.jpeg|400px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Twitter user also answered a few questions:&lt;br /&gt;
{{quoteboxred|you took that?}}&lt;br /&gt;
{{quoteboxgreen|it was my mom that actually took it but yes LOL&amp;lt;ref&amp;gt;https://archive.fo/mNx64&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|Who was he with? 😮}}&lt;br /&gt;
{{quoteboxgreen|my mom got a look of them but how she described them it didnt seem like flutter&amp;lt;ref&amp;gt;https://archive.fo/PKSik&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|can you tell us exactly where the location was so we can add this to the wiki?}}&lt;br /&gt;
{{quoteboxgreen|The one red lobster in Lynchburg, VA&amp;lt;ref&amp;gt;https://archive.ph/eJWsj&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|who was he eating with}}&lt;br /&gt;
{{quoteboxgreen|someone who is suspiciously [[flutter]]-like but when i showed my mom a photo of flutter she said she didnt match up&amp;lt;ref&amp;gt;https://archive.fo/9yoRW&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
YouTuber and animator {{w|HotDiggedyDemon}} then asked a question on the post:&lt;br /&gt;
{{quoteboxyellow|What did he order?&amp;lt;ref&amp;gt;https://archive.fo/LFVGl&amp;lt;/ref&amp;gt;}}&lt;br /&gt;
{{quoteboxgreen|holy shit hotdiggitydemon omg haii i loved pony.mov}}&lt;br /&gt;
{{quoteboxgreen|also i will get back to you on that}}&lt;br /&gt;
&lt;br /&gt;
Kiwi Farms user [[Xela|Zeus Blue Thunder]] messaged lunarpatriot asking him to elaborate on what he meant by &amp;quot;didn't seem like&lt;br /&gt;
Flutter&amp;quot;&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/flutter-egg-cabbage-patch-meryl-food-lion-lady.180104/post-22398126&amp;lt;/ref&amp;gt;:&lt;br /&gt;
{{quoteboxgreen|i showed her a pic of flutter and she said that while the girl was short, her hair was a lighter blonde and it was cut in a short bob}}&lt;br /&gt;
&lt;br /&gt;
The following day, lunarpatriot shared more alleged details of the sighting, claiming he had spoken to a friend who works at the restaurant:&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/flutter-egg-cabbage-patch-meryl-food-lion-lady.180104/post-22405152&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://kiwifarms.st/threads/flutter-egg-cabbage-patch-meryl-food-lion-lady.180104/post-22405465&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|Peeping the threads and after talking to a friend who happened to be working that night there, I have some info for you that might interest you. The waiter serving them described Chris and Unknown Female #1 as very weird, and they didn't spend too much time socializing. The girl didn't speak much so he couldn't pick up on an accent. Notably Chris paid the entire bill, which from what i'm reading has never happened with him and Flutter before.}}&lt;br /&gt;
{{quoteboxgreen|Chris did all of the ordering for her}}&lt;br /&gt;
{{quoteboxred|No names?}}&lt;br /&gt;
{{quoteboxgreen|I tried to see if she signed her name on the check, that's why I know Chris paid entirely}}&lt;br /&gt;
&lt;br /&gt;
==September==&lt;br /&gt;
===Valley View Mall===&lt;br /&gt;
On 7 [[September 2025]], Chris was spotted at Barnes and Noble at Valley View Mall in Roanoke, VA.&amp;lt;ref&amp;gt;https://www.tiktok.com/@lolcow.docs/photo/7547538624368102687&amp;lt;/ref&amp;gt; According to the eyewitness, &amp;quot;he was with [[flutter]] they were just separated at the time of the photo&amp;quot;&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1nbbkw5/comment/nd0rflp/&amp;lt;/ref&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
[[File:Valley View Mall 9-7-2025.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===DMV===&lt;br /&gt;
On 8 [[September 2025]], Chris was allegedly spotted by Reddit user u/Taxistheft98 at the DMV in Lynchburg, VA.&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1nbbkw5/comment/nd9hyjn/?context=3&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|&lt;br /&gt;
Saw him at the Lynchburg DMV yesterday. Couldn’t grab a photo because of how busy it was.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Sheetz===&lt;br /&gt;
On 25 [[September 2025]], Chris was spotted at a [[Sheetz]] in Lynchburg&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1nqc1sn/comment/ng5tgi7/&amp;lt;/ref&amp;gt; by [[Reddit]] user Striking-Ebb-8484:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSonichu/comments/1nqc1sn/ran_into_chris_today_at_sheetz/ ([https://archive.fo/Dpaxo archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{quoteboxgreen|Ran into Chris today at sheetz&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Chris at Sheetz 25 September 2025.jpeg|350px]]&amp;lt;br&amp;gt;&lt;br /&gt;
I asked for a picture, but was respectfully declined and given a fist bump instead}}&lt;br /&gt;
&lt;br /&gt;
According to the user, Chris &amp;quot;still had the [[medallion|amulet]] and everything&amp;quot;. This possibly marks the first time Chris has been seen wearing his new medallion in public.&lt;br /&gt;
&lt;br /&gt;
==November==&lt;br /&gt;
===Target===&lt;br /&gt;
On 22 [[November 2025]], Chris was spotted at the Target on Wards Road in Lynchburg, VA by Reddit user oosolto:&amp;lt;ref&amp;gt;https://www.reddit.com/r/ChrisChanSightings/comments/1p486af/spotted_at_wards_road_target_va/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|Irl jumpscare we made eye contact💔&lt;br /&gt;
[[File:Target November 22 2025.jpeg|350px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==December==&lt;br /&gt;
===Forum Shopping Centre, Helsinki, Finland===&lt;br /&gt;
On 29 [[December 2025]], TikTok user jugglieutenant posted a recording of Chris on an escalator in the Forum Shopping Centre in Helsinki, Finland:&amp;lt;ref&amp;gt;https://www.tiktok.com/@jugglieutenant/video/7589372421803658518 ([https://archive.fo/yX7un archive])&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = Forum Shopping Centre Sighting&lt;br /&gt;
| ytid           = ZJ76uDS5Jo8&lt;br /&gt;
| stardate       = &lt;br /&gt;
| subject        =&lt;br /&gt;
| style          = &lt;br /&gt;
| saga           = {{Flutter|text}}&lt;br /&gt;
| shirt          =&lt;br /&gt;
| previous       = [[DC Crackder Outtake Movie]]&lt;br /&gt;
| next           = &lt;br /&gt;
}}&lt;br /&gt;
{{References}}&lt;br /&gt;
{{The Internet}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Talk:Sightings_(2025)&amp;diff=355971</id>
		<title>Talk:Sightings (2025)</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Talk:Sightings_(2025)&amp;diff=355971"/>
		<updated>2025-12-30T02:39:54Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Exxon Sighting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== March ==&lt;br /&gt;
&lt;br /&gt;
I'm not fully confident it's Chris in the March Food Lion photo. Maybe it's just that it's a low-quality photo but the face shape and hair seem a bit off, Chris's hair is usually scragglier and thinner. And I don't think that's Flutter, either - she's much shorter than Chris, but that's not evident in the photo here.&lt;br /&gt;
&lt;br /&gt;
The photographer also doesn't seem sure, if the &amp;quot;??&amp;quot; means anything. [[User:Hurtful Truth Level|Hurtful Truth Level]] ([[User talk:Hurtful Truth Level|talk]]) 01:35, 30 March 2025 (EDT)&lt;br /&gt;
&lt;br /&gt;
:Agreed, the hair does not match Chris's, and that is definitely not Flutter. [[User:JinkiesJanke|JinkiesJanke]] ([[User talk:JinkiesJanke|talk]]) 07:50, 30 March 2025 (EDT)&lt;br /&gt;
::I think the hair matches the latest Sonic 06 Livestream. I do not think Flutter was there though. [[User:Master|Master]] ([[User talk:Master|talk]]) 12:43, 30 March 2025 (EDT)&lt;br /&gt;
:::As I mentioned on the Kiwi Farms thread, I don't think it's all that productive to speculate on whether or not this was Chris and Flutter. My suggestion would be to just remove the mention of Flutter entirely, since we don't know for a fact if that's her, as well as the fact that the person who posted the pic made no mention of the girl in the pic, and only mention that Chris was allegedly spotted. If it turns out that this wasn't Chris, we just remove this entirely. [[User:PsychoNerd054|Psycho 🐧]] ([[User talk:PsychoNerd054|talk]]) 13:38, 30 March 2025 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Exxon Sighting ==&lt;br /&gt;
&lt;br /&gt;
I am not sure if this sighting is Chris. Chris always wears a fitbit on their right wrist. I'm removing it for now, I think if there is more evidence for it, add it back. [[User:Master|Master]] ([[User talk:Master|talk]]) 20:48, 29 December 2025 (EST)&lt;br /&gt;
:It's definitely not Chris because we have evidence he's been in Finland the entire month. [[User:CwckiChristorian|CwckiChristorian]] ([[User talk:CwckiChristorian|talk]]) 21:39, 29 December 2025 (EST)&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355909</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355909"/>
		<updated>2025-12-27T05:28:47Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete|https://x.com/CPU_CWCSonichu/status/1998371564585451793|https://x.com/CPU_CWCSonichu/status/2000718075402842141|https://x.com/CPU_CWCSonichu/status/2000718809544491062}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[Twitter]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Fold==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:40 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|WITHOUT using curse words, what would fit 🤔🤔&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;Don't put anything nasty&amp;quot;, along with four boxes with &amp;quot;f&amp;quot; filled in first'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Fold}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Famous dogs==&lt;br /&gt;
7 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|Name ONE&lt;br /&gt;
&lt;br /&gt;
[''posts image reading &amp;quot;Name a famous dog but it can't be Scooby Doo!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Astro&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Astro from ''The Jetsons'' cartoon'']}}&lt;br /&gt;
&lt;br /&gt;
==Announcing digital commissions==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:00 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️Hey, everyone. I'm testing something new; I'm doing digital drawing commissions. I am accepting payments through PayPal or CashApp.&lt;br /&gt;
&lt;br /&gt;
I'm still accepting physical commissions through my Etsy/Cwclight page, but they won't arrive before Christmas.&lt;br /&gt;
&lt;br /&gt;
See prices below...}}&lt;br /&gt;
{{quotebox|My pricing is:$50 for one character with simple (one colour) background&lt;br /&gt;
&lt;br /&gt;
$100 for a drawing of a scenario with 2 to 3 characters with a simple background&lt;br /&gt;
&lt;br /&gt;
$150 for a drawing with multiple characters and proper background&lt;br /&gt;
&lt;br /&gt;
Message me via DM on BlueSky or Twitter for a request.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Digital drawing commissions drawing 8 December 2025.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Silver Outtake Movie==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|When the Silver Wolf calls, with his blades, you'd better listen.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled: [''links to [[Silver Outtake Movie]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled: [''links to [[Silver Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Mission Hill==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Jane @theladyjane_|What show? [''posts image with the text &amp;quot;Name a canceled TV show that deserves another season&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mission Hill}}&lt;br /&gt;
&lt;br /&gt;
==Upload schedule==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:54 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|[''in response to [[December_2025_social_media_posts#Silver Outtake Movie|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I liked this a lot! Do you have a plan on how many more videos you’re planning on releasing or is it gonna be more of a long term things?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The shorts will be uploading on this schedule and rate for about til mid to late January, 2026. We are considering many ideas for similar entertainment to expand the lores around Cwcville and beyond that are to be confirmed.}}&lt;br /&gt;
&lt;br /&gt;
==Excelina Outtake Movie==&lt;br /&gt;
10 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Excelina is smart and swift like a ninja, or Prowler. Yet her hologram is apparently sentient.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Excelina-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Now, we rise==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|To rise, one should remain consciously focused while meditating without going too far.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now, We Rise!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now we rise screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Powler Outtake Movie==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Sorry for being a little late today, but to remain vigilant like a ninja, one should meditate and keep a calm focus and mindset.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subttitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Prower-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Armoraxe Outtake Movie==&lt;br /&gt;
13 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Armoraxe can Really can wield that axe/guitar!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Armoraxe-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Punislav First Outtake Movie==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:43 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|WHY did y'all give his review video the most &amp;quot;respect&amp;quot;? He's just a head Jerkop not worth being scrap for Shockwave.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Punislav-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
9:51 AM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I thought you were going to imply he was a Slav veteran in an old war like ww2 or one of the cold war’s proxy wars or something}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That would have been funnier, yes, but I did not think of it.}}&lt;br /&gt;
&lt;br /&gt;
==Views==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:58 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to the [[December_2025_social_media_posts#Punislav First Outtake Movie|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I mean, over Twelve Thousand Views; even more than Son-Chu's Review and even Bumba Lumba's pre-box video. What is up with that? Was me cursing the DC Punislav not enough to surpass the old man, you young whippersnappers?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bluesky 15 Dec 2025 1.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 2.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 3.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Famous Frank==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:59 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@lady_valor_07|Name a famous &amp;quot;Frank&amp;quot; ? [''posts image with the text &amp;quot;WITHOUT GOOGLING Name a famous 'Frank'&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Frank Welker [''posts Transformers gif'']}}&lt;br /&gt;
&lt;br /&gt;
==Men in Black==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:50 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@cuteonlyvibes|[''posts image with the text &amp;quot;NAME A MOVIE YOU'VE SEEN MORE THAN 3 TIMES WITH JUST A GIF&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''posts gif from Men in Black'']}}&lt;br /&gt;
&lt;br /&gt;
==Black and white movie==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:52 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@AshySlasheeDB|Let's hear it! [''posts image with the text &amp;quot;NAME A BLACK AND WHITE MOVIE THAT IS NOT DRACULA&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yankee Doodle Dandy}}&lt;br /&gt;
&lt;br /&gt;
==Famous drummer==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:57 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Sadie_NC|🤔🤔🤔 [''posts image with the text &amp;quot;Besides Phil Collins Name Another Famous Drummer&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Ringo Starr}}&lt;br /&gt;
&lt;br /&gt;
==House==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
5:39 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@lippyent|Hmm 😒 🤔?¿ [''posts image with the text &amp;quot;Best TV doctor show of all time. It can't be Grey's Anatomy.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|House}}&lt;br /&gt;
&lt;br /&gt;
==Maude==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Matt_Pinner|I am totally drawing a blank. 🤔🤔 [''posts image with the text &amp;quot;NAME A TV SHOW WITH A SINGLE WORD TITLE&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Maude}}&lt;br /&gt;
&lt;br /&gt;
==IQ test==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:01 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@MayMayspeaks|💡 IQ Test… Let’s see how smart you are. [''posts image with the text &amp;quot;I am a number. If you triple me and then add 7, the result is 25. What number am I?&amp;quot;''] }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|X &amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt; 6}}&lt;br /&gt;
&lt;br /&gt;
==Food eaten with hands==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Matt_Pinner|Can you name one? [''posts image with the text &amp;quot;Name a food eaten with your hands, not a fork.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|chili dogs}}&lt;br /&gt;
&lt;br /&gt;
==Roar==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@otokyo__|This one is tricky 🤔 [''posts image with the text &amp;quot;What word starts with R and ends with R&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Roar}}&lt;br /&gt;
&lt;br /&gt;
==Digital poster art==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
5:42 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky then to Twitter a minute later, replying to a [[December_2025_social_media_posts#Announcing_digital_commissions|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, for backgrounds, on the highest price, they can be good as what I digitally drew for the poster art. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Transformers Legacy United Merged poster background.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Indigo==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:30 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@theamelia__|Name ONE?&lt;br /&gt;
&lt;br /&gt;
[''posts image with the text &amp;quot;Brain Teaser! There is a color that doesn't have letter 'E'. What color is it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Indigo}}&lt;br /&gt;
&lt;br /&gt;
==Chapper Outtake Movie==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:29 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Chapper makes sure all humans are safe from danger! ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chapper Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Without Subtitles:&lt;br /&gt;
[''links to [[Chapper Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
4:21 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I have never seen a single person with the exact same type of thinking as me except for you, this was great like always&lt;br /&gt;
&lt;br /&gt;
Is this going to be a full on new series? Youve been uploading very consistently and its very well edited!}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ajlsonichu.bsky.social|This is literally just reuploads of ending movies that were already part of a review series Chris did. She plans to premiere a whole compilation of them this coming January, I forgot which day though.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Except some of them have visual updates and audio edits, including the zoom-ins; you will not find those, nor the subtitles, in the original Review videos' endings.}}&lt;br /&gt;
&lt;br /&gt;
==Mister Ed==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:32 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|I bet nobody remembers who this is.&lt;br /&gt;
&lt;br /&gt;
[''posts image of the horse from {{w|Mister Ed}}.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mister Ed. &amp;quot;A horse is a horse, of course, of course.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Wishlist==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:32 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Christine do you have a wishlist or anything you want for Christmas?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|For everyone to be mentally and emotionally wise and empathetic, including online. And, yes, for everyone to get along.}}&lt;br /&gt;
&lt;br /&gt;
==Pizza Bagels==&lt;br /&gt;
19 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter 15 minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|#Emgo316, out of all of your videos, how many Pizza Bagels and Burritos have you been feeding Optimus Prime and Megatron?&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Emgo gave Optimus Prime too many Pizza Bagles]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Emgo gave Optimus Prime too many Pizza Bagles screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Fireshot Outtake Movie==&lt;br /&gt;
20 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|They call him Fireshot, because he shot through the fire and flames with dragon force.&lt;br /&gt;
&lt;br /&gt;
His name is Fireshot; thanks a lot.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Christmas tree==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Do you have your Christmas tree set up yet Christine? @cpujcwcsprime.bsky.social}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes.&lt;br /&gt;
&lt;br /&gt;
[''posts gif of a Christmas tree'']}}&lt;br /&gt;
&lt;br /&gt;
3:30 PM&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|[''posts gif of Superintendent Chalmers from [[The Simpsons]] with the caption &amp;quot;May I see it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''posts gif of Principal Skinner from The Simpsons with the caption &amp;quot;No.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==itemLabel==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=slimeman364.bsky.social|[''in response to [[December_2025_social_media_posts#Fireshot Outtake Movie|a previous post]]'']&lt;br /&gt;
Hello Christine! Do you know itemlabel? I love their products :)}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|You tell me.&lt;br /&gt;
&lt;br /&gt;
[''links to [[MINECRAFT Cubepy Build Part 4]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Rollout Outtake Movie==&lt;br /&gt;
22 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Time to Transform and Rollout!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Rollout Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Rollout Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Question about The Classic==&lt;br /&gt;
23 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|If its not a bother, I have a question about &amp;quot;[[The Classic]]&amp;quot; shirt @cpujcwcsprime.bsky.social&lt;br /&gt;
&lt;br /&gt;
I've noticed the dark green looking part on the cuffs before. But I just noticed they werent always there. When was it added, and why? And why isnt there any green on the cuffs of the new replicas for sale?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|It was not meant to have the green cuff patches, because the OG got holes in the sleeve cuffs. The green parts were not originally there, so they are not part of the replicas.}}&lt;br /&gt;
&lt;br /&gt;
==Merry Christmas==&lt;br /&gt;
24 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:35 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|[''posts gif of [[Christmas#Santa_Clause|Santa Claus]] riding in his sleigh with the caption &amp;quot;MERRY CHRISTMAS MAY THE SPIRIT OF CHRISTMAS BRING ENDLESS JOY &amp;amp; BLESSINGS'']}}&lt;br /&gt;
&lt;br /&gt;
==Medatron Outtake Movie==&lt;br /&gt;
25 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Medatron Combines to defend the safety of everyone, even on the holidays.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Medatron Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Medatron Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, look forward to a [[Editing CC-82 Review Video|Holiday Bonus]] in a little while from now.}}&lt;br /&gt;
&lt;br /&gt;
==Editing CC-82 Review Video==&lt;br /&gt;
25 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter, then to Bluesky 12 minutes later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Bonus BTS footage; compiling CC-82's review video.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Editing CC-82 Review Video]]'']}}&lt;br /&gt;
&lt;br /&gt;
12:16 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I had no idea the editing was a solo effort too}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes}}&lt;br /&gt;
&lt;br /&gt;
==Chris Chan Prime Outtake Movie 1==&lt;br /&gt;
26 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Go, Go, Chris-Chan Prime! That is not exactly a Megazord.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chris Chan Prime Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Chris Chan Prime Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Twitter 26 Dec 2025 1.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355908</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355908"/>
		<updated>2025-12-27T05:23:42Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Views */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete|https://x.com/CPU_CWCSonichu/status/1998371564585451793}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[Twitter]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Fold==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:40 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|WITHOUT using curse words, what would fit 🤔🤔&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;Don't put anything nasty&amp;quot;, along with four boxes with &amp;quot;f&amp;quot; filled in first'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Fold}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Famous dogs==&lt;br /&gt;
7 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|Name ONE&lt;br /&gt;
&lt;br /&gt;
[''posts image reading &amp;quot;Name a famous dog but it can't be Scooby Doo!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Astro&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Astro from ''The Jetsons'' cartoon'']}}&lt;br /&gt;
&lt;br /&gt;
==Announcing digital commissions==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:00 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️Hey, everyone. I'm testing something new; I'm doing digital drawing commissions. I am accepting payments through PayPal or CashApp.&lt;br /&gt;
&lt;br /&gt;
I'm still accepting physical commissions through my Etsy/Cwclight page, but they won't arrive before Christmas.&lt;br /&gt;
&lt;br /&gt;
See prices below...}}&lt;br /&gt;
{{quotebox|My pricing is:$50 for one character with simple (one colour) background&lt;br /&gt;
&lt;br /&gt;
$100 for a drawing of a scenario with 2 to 3 characters with a simple background&lt;br /&gt;
&lt;br /&gt;
$150 for a drawing with multiple characters and proper background&lt;br /&gt;
&lt;br /&gt;
Message me via DM on BlueSky or Twitter for a request.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Digital drawing commissions drawing 8 December 2025.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Silver Outtake Movie==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|When the Silver Wolf calls, with his blades, you'd better listen.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled: [''links to [[Silver Outtake Movie]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled: [''links to [[Silver Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Mission Hill==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Jane @theladyjane_|What show? [''posts image with the text &amp;quot;Name a canceled TV show that deserves another season&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mission Hill}}&lt;br /&gt;
&lt;br /&gt;
==Upload schedule==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:54 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|[''in response to [[December_2025_social_media_posts#Silver Outtake Movie|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I liked this a lot! Do you have a plan on how many more videos you’re planning on releasing or is it gonna be more of a long term things?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The shorts will be uploading on this schedule and rate for about til mid to late January, 2026. We are considering many ideas for similar entertainment to expand the lores around Cwcville and beyond that are to be confirmed.}}&lt;br /&gt;
&lt;br /&gt;
==Excelina Outtake Movie==&lt;br /&gt;
10 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Excelina is smart and swift like a ninja, or Prowler. Yet her hologram is apparently sentient.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Excelina-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Now, we rise==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|To rise, one should remain consciously focused while meditating without going too far.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now, We Rise!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now we rise screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Powler Outtake Movie==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Sorry for being a little late today, but to remain vigilant like a ninja, one should meditate and keep a calm focus and mindset.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subttitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Prower-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Armoraxe Outtake Movie==&lt;br /&gt;
13 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Armoraxe can Really can wield that axe/guitar!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Armoraxe-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Punislav First Outtake Movie==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:43 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|WHY did y'all give his review video the most &amp;quot;respect&amp;quot;? He's just a head Jerkop not worth being scrap for Shockwave.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Punislav-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
9:51 AM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I thought you were going to imply he was a Slav veteran in an old war like ww2 or one of the cold war’s proxy wars or something}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That would have been funnier, yes, but I did not think of it.}}&lt;br /&gt;
&lt;br /&gt;
==Views==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:58 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to the [[December_2025_social_media_posts#Punislav First Outtake Movie|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I mean, over Twelve Thousand Views; even more than Son-Chu's Review and even Bumba Lumba's pre-box video. What is up with that? Was me cursing the DC Punislav not enough to surpass the old man, you young whippersnappers?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bluesky 15 Dec 2025 1.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 2.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 3.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Famous Frank==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:59 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@lady_valor_07|Name a famous &amp;quot;Frank&amp;quot; ? [''posts image with the text &amp;quot;WITHOUT GOOGLING Name a famous 'Frank'&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Frank Welker [''posts Transformers gif'']}}&lt;br /&gt;
&lt;br /&gt;
==Men in Black==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:50 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@cuteonlyvibes|[''posts image with the text &amp;quot;NAME A MOVIE YOU'VE SEEN MORE THAN 3 TIMES WITH JUST A GIF&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''posts gif from Men in Black'']}}&lt;br /&gt;
&lt;br /&gt;
==Black and white movie==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:52 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@AshySlasheeDB|Let's hear it! [''posts image with the text &amp;quot;NAME A BLACK AND WHITE MOVIE THAT IS NOT DRACULA&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yankee Doodle Dandy}}&lt;br /&gt;
&lt;br /&gt;
==Famous drummer==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:57 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Sadie_NC|🤔🤔🤔 [''posts image with the text &amp;quot;Besides Phil Collins Name Another Famous Drummer&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Ringo Starr}}&lt;br /&gt;
&lt;br /&gt;
==House==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
5:39 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@lippyent|Hmm 😒 🤔?¿ [''posts image with the text &amp;quot;Best TV doctor show of all time. It can't be Grey's Anatomy.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|House}}&lt;br /&gt;
&lt;br /&gt;
==Maude==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Matt_Pinner|I am totally drawing a blank. 🤔🤔 [''posts image with the text &amp;quot;NAME A TV SHOW WITH A SINGLE WORD TITLE&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Maude}}&lt;br /&gt;
&lt;br /&gt;
==IQ test==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:01 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@MayMayspeaks|💡 IQ Test… Let’s see how smart you are. [''posts image with the text &amp;quot;I am a number. If you triple me and then add 7, the result is 25. What number am I?&amp;quot;''] }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|X &amp;lt;nowiki&amp;gt;=&amp;lt;/nowiki&amp;gt; 6}}&lt;br /&gt;
&lt;br /&gt;
==Food eaten with hands==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@Matt_Pinner|Can you name one? [''posts image with the text &amp;quot;Name a food eaten with your hands, not a fork.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|chili dogs}}&lt;br /&gt;
&lt;br /&gt;
==Roar==&lt;br /&gt;
16 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@otokyo__|This one is tricky 🤔 [''posts image with the text &amp;quot;What word starts with R and ends with R&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Roar}}&lt;br /&gt;
&lt;br /&gt;
==Digital poster art==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
5:42 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky then to Twitter a minute later, replying to a [[December_2025_social_media_posts#Announcing_digital_commissions|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, for backgrounds, on the highest price, they can be good as what I digitally drew for the poster art. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Transformers Legacy United Merged poster background.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Indigo==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:30 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@theamelia__|Name ONE?&lt;br /&gt;
&lt;br /&gt;
[''posts image with the text &amp;quot;Brain Teaser! There is a color that doesn't have letter 'E'. What color is it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Indigo}}&lt;br /&gt;
&lt;br /&gt;
==Chapper Outtake Movie==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:29 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Chapper makes sure all humans are safe from danger! ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chapper Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Without Subtitles:&lt;br /&gt;
[''links to [[Chapper Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
4:21 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I have never seen a single person with the exact same type of thinking as me except for you, this was great like always&lt;br /&gt;
&lt;br /&gt;
Is this going to be a full on new series? Youve been uploading very consistently and its very well edited!}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ajlsonichu.bsky.social|This is literally just reuploads of ending movies that were already part of a review series Chris did. She plans to premiere a whole compilation of them this coming January, I forgot which day though.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Except some of them have visual updates and audio edits, including the zoom-ins; you will not find those, nor the subtitles, in the original Review videos' endings.}}&lt;br /&gt;
&lt;br /&gt;
==Mister Ed==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:32 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|I bet nobody remembers who this is.&lt;br /&gt;
&lt;br /&gt;
[''posts image of the horse from {{w|Mister Ed}}.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mister Ed. &amp;quot;A horse is a horse, of course, of course.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Wishlist==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:32 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Christine do you have a wishlist or anything you want for Christmas?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|For everyone to be mentally and emotionally wise and empathetic, including online. And, yes, for everyone to get along.}}&lt;br /&gt;
&lt;br /&gt;
==Pizza Bagels==&lt;br /&gt;
19 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter 15 minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|#Emgo316, out of all of your videos, how many Pizza Bagels and Burritos have you been feeding Optimus Prime and Megatron?&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Emgo gave Optimus Prime too many Pizza Bagles]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Emgo gave Optimus Prime too many Pizza Bagles screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Fireshot Outtake Movie==&lt;br /&gt;
20 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|They call him Fireshot, because he shot through the fire and flames with dragon force.&lt;br /&gt;
&lt;br /&gt;
His name is Fireshot; thanks a lot.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Christmas tree==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Do you have your Christmas tree set up yet Christine? @cpujcwcsprime.bsky.social}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes.&lt;br /&gt;
&lt;br /&gt;
[''posts gif of a Christmas tree'']}}&lt;br /&gt;
&lt;br /&gt;
3:30 PM&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|[''posts gif of Superintendent Chalmers from [[The Simpsons]] with the caption &amp;quot;May I see it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''posts gif of Principal Skinner from The Simpsons with the caption &amp;quot;No.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==itemLabel==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=slimeman364.bsky.social|[''in response to [[December_2025_social_media_posts#Fireshot Outtake Movie|a previous post]]'']&lt;br /&gt;
Hello Christine! Do you know itemlabel? I love their products :)}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|You tell me.&lt;br /&gt;
&lt;br /&gt;
[''links to [[MINECRAFT Cubepy Build Part 4]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Rollout Outtake Movie==&lt;br /&gt;
22 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Time to Transform and Rollout!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Rollout Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Rollout Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Question about The Classic==&lt;br /&gt;
23 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|If its not a bother, I have a question about &amp;quot;[[The Classic]]&amp;quot; shirt @cpujcwcsprime.bsky.social&lt;br /&gt;
&lt;br /&gt;
I've noticed the dark green looking part on the cuffs before. But I just noticed they werent always there. When was it added, and why? And why isnt there any green on the cuffs of the new replicas for sale?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|It was not meant to have the green cuff patches, because the OG got holes in the sleeve cuffs. The green parts were not originally there, so they are not part of the replicas.}}&lt;br /&gt;
&lt;br /&gt;
==Merry Christmas==&lt;br /&gt;
24 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:35 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|[''posts gif of [[Christmas#Santa_Clause|Santa Claus]] riding in his sleigh with the caption &amp;quot;MERRY CHRISTMAS MAY THE SPIRIT OF CHRISTMAS BRING ENDLESS JOY &amp;amp; BLESSINGS'']}}&lt;br /&gt;
&lt;br /&gt;
==Medatron Outtake Movie==&lt;br /&gt;
25 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Medatron Combines to defend the safety of everyone, even on the holidays.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Medatron Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Medatron Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, look forward to a [[Editing CC-82 Review Video|Holiday Bonus]] in a little while from now.}}&lt;br /&gt;
&lt;br /&gt;
==Editing CC-82 Review Video==&lt;br /&gt;
25 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter, then to Bluesky 12 minutes later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Bonus BTS footage; compiling CC-82's review video.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Editing CC-82 Review Video]]'']}}&lt;br /&gt;
&lt;br /&gt;
12:16 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I had no idea the editing was a solo effort too}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes}}&lt;br /&gt;
&lt;br /&gt;
==Chris Chan Prime Outtake Movie 1==&lt;br /&gt;
26 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Go, Go, Chris-Chan Prime! That is not exactly a Megazord.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chris Chan Prime Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Chris Chan Prime Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Twitter 26 Dec 2025 1.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355907</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355907"/>
		<updated>2025-12-27T04:59:18Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* itemLabel */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete|https://x.com/CPU_CWCSonichu/status/1998371564585451793}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[Twitter]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Fold==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:40 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|WITHOUT using curse words, what would fit 🤔🤔&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;Don't put anything nasty&amp;quot;, along with four boxes with &amp;quot;f&amp;quot; filled in first'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Fold}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Famous dogs==&lt;br /&gt;
7 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|Name ONE&lt;br /&gt;
&lt;br /&gt;
[''posts image reading &amp;quot;Name a famous dog but it can't be Scooby Doo!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Astro&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Astro from ''The Jetsons'' cartoon'']}}&lt;br /&gt;
&lt;br /&gt;
==Announcing digital commissions==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:00 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️Hey, everyone. I'm testing something new; I'm doing digital drawing commissions. I am accepting payments through PayPal or CashApp.&lt;br /&gt;
&lt;br /&gt;
I'm still accepting physical commissions through my Etsy/Cwclight page, but they won't arrive before Christmas.&lt;br /&gt;
&lt;br /&gt;
See prices below...}}&lt;br /&gt;
{{quotebox|My pricing is:$50 for one character with simple (one colour) background&lt;br /&gt;
&lt;br /&gt;
$100 for a drawing of a scenario with 2 to 3 characters with a simple background&lt;br /&gt;
&lt;br /&gt;
$150 for a drawing with multiple characters and proper background&lt;br /&gt;
&lt;br /&gt;
Message me via DM on BlueSky or Twitter for a request.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Digital drawing commissions drawing 8 December 2025.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Silver Outtake Movie==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|When the Silver Wolf calls, with his blades, you'd better listen.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled: [''links to [[Silver Outtake Movie]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled: [''links to [[Silver Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Mission Hill==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Jane @theladyjane_|What show? [''posts image with the text &amp;quot;Name a canceled TV show that deserves another season&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mission Hill}}&lt;br /&gt;
&lt;br /&gt;
==Upload schedule==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:54 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|[''in response to [[December_2025_social_media_posts#Silver Outtake Movie|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I liked this a lot! Do you have a plan on how many more videos you’re planning on releasing or is it gonna be more of a long term things?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The shorts will be uploading on this schedule and rate for about til mid to late January, 2026. We are considering many ideas for similar entertainment to expand the lores around Cwcville and beyond that are to be confirmed.}}&lt;br /&gt;
&lt;br /&gt;
==Excelina Outtake Movie==&lt;br /&gt;
10 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Excelina is smart and swift like a ninja, or Prowler. Yet her hologram is apparently sentient.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Excelina-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Now, we rise==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|To rise, one should remain consciously focused while meditating without going too far.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now, We Rise!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now we rise screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Powler Outtake Movie==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Sorry for being a little late today, but to remain vigilant like a ninja, one should meditate and keep a calm focus and mindset.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subttitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Prower-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Armoraxe Outtake Movie==&lt;br /&gt;
13 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Armoraxe can Really can wield that axe/guitar!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Armoraxe-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Punislav First Outtake Movie==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:43 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|WHY did y'all give his review video the most &amp;quot;respect&amp;quot;? He's just a head Jerkop not worth being scrap for Shockwave.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Punislav-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
9:51 AM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I thought you were going to imply he was a Slav veteran in an old war like ww2 or one of the cold war’s proxy wars or something}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That would have been funnier, yes, but I did not think of it.}}&lt;br /&gt;
&lt;br /&gt;
==Views==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:58 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to the [[December_2025_social_media_posts#Punislav First Outtake Movie|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I mean, over Twelve Thousand Views; even more than Son-Chu's Review and even Bumba Lumba's pre-box video. What is up with that? Was me cursing the DC Punislav not enough to surpass the old man, you young whippersnappers?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bluesky 15 Dec 2025 1.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 2.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 3.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Digital poster art==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
5:42 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky then to Twitter a minute later, replying to a [[December_2025_social_media_posts#Announcing_digital_commissions|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, for backgrounds, on the highest price, they can be good as what I digitally drew for the poster art. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Transformers Legacy United Merged poster background.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Indigo==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:30 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@theamelia__|Name ONE?&lt;br /&gt;
&lt;br /&gt;
[''posts image with the text &amp;quot;Brain Teaser! There is a color that doesn't have letter 'E'. What color is it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Indigo}}&lt;br /&gt;
&lt;br /&gt;
==Chapper Outtake Movie==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:29 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Chapper makes sure all humans are safe from danger! ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chapper Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Without Subtitles:&lt;br /&gt;
[''links to [[Chapper Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
4:21 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I have never seen a single person with the exact same type of thinking as me except for you, this was great like always&lt;br /&gt;
&lt;br /&gt;
Is this going to be a full on new series? Youve been uploading very consistently and its very well edited!}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ajlsonichu.bsky.social|This is literally just reuploads of ending movies that were already part of a review series Chris did. She plans to premiere a whole compilation of them this coming January, I forgot which day though.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Except some of them have visual updates and audio edits, including the zoom-ins; you will not find those, nor the subtitles, in the original Review videos' endings.}}&lt;br /&gt;
&lt;br /&gt;
==Mister Ed==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:32 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|I bet nobody remembers who this is.&lt;br /&gt;
&lt;br /&gt;
[''posts image of the horse from {{w|Mister Ed}}.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mister Ed. &amp;quot;A horse is a horse, of course, of course.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Wishlist==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:32 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Christine do you have a wishlist or anything you want for Christmas?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|For everyone to be mentally and emotionally wise and empathetic, including online. And, yes, for everyone to get along.}}&lt;br /&gt;
&lt;br /&gt;
==Pizza Bagels==&lt;br /&gt;
19 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter 15 minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|#Emgo316, out of all of your videos, how many Pizza Bagels and Burritos have you been feeding Optimus Prime and Megatron?&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Emgo gave Optimus Prime too many Pizza Bagles]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Emgo gave Optimus Prime too many Pizza Bagles screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Fireshot Outtake Movie==&lt;br /&gt;
20 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|They call him Fireshot, because he shot through the fire and flames with dragon force.&lt;br /&gt;
&lt;br /&gt;
His name is Fireshot; thanks a lot.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Christmas tree==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Do you have your Christmas tree set up yet Christine? @cpujcwcsprime.bsky.social}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes.&lt;br /&gt;
&lt;br /&gt;
[''posts gif of a Christmas tree'']}}&lt;br /&gt;
&lt;br /&gt;
3:30 PM&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|[''posts gif of Superintendent Chalmers from [[The Simpsons]] with the caption &amp;quot;May I see it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''posts gif of Principal Skinner from The Simpsons with the caption &amp;quot;No.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==itemLabel==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=slimeman364.bsky.social|[''in response to [[December_2025_social_media_posts#Fireshot Outtake Movie|a previous post]]'']&lt;br /&gt;
Hello Christine! Do you know itemlabel? I love their products :)}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|You tell me.&lt;br /&gt;
&lt;br /&gt;
[''links to [[MINECRAFT Cubepy Build Part 4]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Rollout Outtake Movie==&lt;br /&gt;
22 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Time to Transform and Rollout!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Rollout Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Rollout Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Question about The Classic==&lt;br /&gt;
23 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|If its not a bother, I have a question about &amp;quot;[[The Classic]]&amp;quot; shirt @cpujcwcsprime.bsky.social&lt;br /&gt;
&lt;br /&gt;
I've noticed the dark green looking part on the cuffs before. But I just noticed they werent always there. When was it added, and why? And why isnt there any green on the cuffs of the new replicas for sale?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|It was not meant to have the green cuff patches, because the OG got holes in the sleeve cuffs. The green parts were not originally there, so they are not part of the replicas.}}&lt;br /&gt;
&lt;br /&gt;
==Merry Christmas==&lt;br /&gt;
24 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:35 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|[''posts gif of [[Christmas#Santa_Clause|Santa Claus]] riding in his sleigh with the caption &amp;quot;MERRY CHRISTMAS MAY THE SPIRIT OF CHRISTMAS BRING ENDLESS JOY &amp;amp; BLESSINGS'']}}&lt;br /&gt;
&lt;br /&gt;
==Medatron Outtake Movie==&lt;br /&gt;
25 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Medatron Combines to defend the safety of everyone, even on the holidays.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Medatron Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Medatron Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, look forward to a [[Editing CC-82 Review Video|Holiday Bonus]] in a little while from now.}}&lt;br /&gt;
&lt;br /&gt;
==Editing CC-82 Review Video==&lt;br /&gt;
25 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter, then to Bluesky 12 minutes later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Bonus BTS footage; compiling CC-82's review video.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Editing CC-82 Review Video]]'']}}&lt;br /&gt;
&lt;br /&gt;
12:16 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I had no idea the editing was a solo effort too}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes}}&lt;br /&gt;
&lt;br /&gt;
==Chris Chan Prime Outtake Movie 1==&lt;br /&gt;
26 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Go, Go, Chris-Chan Prime! That is not exactly a Megazord.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chris Chan Prime Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Chris Chan Prime Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Twitter 26 Dec 2025 1.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Twitter_26_Dec_2025_1.jpg&amp;diff=355906</id>
		<title>File:Twitter 26 Dec 2025 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Twitter_26_Dec_2025_1.jpg&amp;diff=355906"/>
		<updated>2025-12-27T04:46:51Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355814</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355814"/>
		<updated>2025-12-22T04:03:43Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Armoraxe Outtake Movie */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete|https://x.com/CPU_CWCSonichu/status/1996250799174013360|https://x.com/CPU_CWCSonichu/status/1998371564585451793}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[Twitter]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Famous dogs==&lt;br /&gt;
7 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|Name ONE&lt;br /&gt;
&lt;br /&gt;
[''posts image reading &amp;quot;Name a famous dog but it can't be Scooby Doo!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Astro&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Astro from ''The Jetsons'' cartoon'']}}&lt;br /&gt;
&lt;br /&gt;
==Announcing digital commissions==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:00 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️Hey, everyone. I'm testing something new; I'm doing digital drawing commissions. I am accepting payments through PayPal or CashApp.&lt;br /&gt;
&lt;br /&gt;
I'm still accepting physical commissions through my Etsy/Cwclight page, but they won't arrive before Christmas.&lt;br /&gt;
&lt;br /&gt;
See prices below...}}&lt;br /&gt;
{{quotebox|My pricing is:$50 for one character with simple (one colour) background&lt;br /&gt;
&lt;br /&gt;
$100 for a drawing of a scenario with 2 to 3 characters with a simple background&lt;br /&gt;
&lt;br /&gt;
$150 for a drawing with multiple characters and proper background&lt;br /&gt;
&lt;br /&gt;
Message me via DM on BlueSky or Twitter for a request.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Digital drawing commissions drawing 8 December 2025.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Silver Outtake Movie==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|When the Silver Wolf calls, with his blades, you'd better listen.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled: [''links to [[Silver Outtake Movie]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled: [''links to [[Silver Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Mission Hill==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Jane @theladyjane_|What show? [''posts image with the text &amp;quot;Name a canceled TV show that deserves another season&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mission Hill}}&lt;br /&gt;
&lt;br /&gt;
==Upload schedule==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:54 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|[''in response to [[December_2025_social_media_posts#Silver Outtake Movie|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I liked this a lot! Do you have a plan on how many more videos you’re planning on releasing or is it gonna be more of a long term things?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The shorts will be uploading on this schedule and rate for about til mid to late January, 2026. We are considering many ideas for similar entertainment to expand the lores around Cwcville and beyond that are to be confirmed.}}&lt;br /&gt;
&lt;br /&gt;
==Excelina Outtake Movie==&lt;br /&gt;
10 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Excelina is smart and swift like a ninja, or Prowler. Yet her hologram is apparently sentient.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Excelina-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Now, we rise==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|To rise, one should remain consciously focused while meditating without going too far.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now, We Rise!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now we rise screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Powler Outtake Movie==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Sorry for being a little late today, but to remain vigilant like a ninja, one should meditate and keep a calm focus and mindset.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subttitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Prower-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Armoraxe Outtake Movie==&lt;br /&gt;
13 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Armoraxe can Really can wield that axe/guitar!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Armoraxe-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Punislav First Outtake Movie==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:43 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|WHY did y'all give his review video the most &amp;quot;respect&amp;quot;? He's just a head Jerkop not worth being scrap for Shockwave.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Punislav First Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Punislav-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
9:51 AM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I thought you were going to imply he was a Slav veteran in an old war like ww2 or one of the cold war’s proxy wars or something}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That would have been funnier, yes, but I did not think of it.}}&lt;br /&gt;
&lt;br /&gt;
==Views==&lt;br /&gt;
15 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:58 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to the [[December_2025_social_media_posts#Punislav First Outtake Movie|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I mean, over Twelve Thousand Views; even more than Son-Chu's Review and even Bumba Lumba's pre-box video. What is up with that? Was me cursing the DC Punislav not enough to surpass the old man, you young whippersnappers?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bluesky 15 Dec 2025 1.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 2.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 3.jpg&lt;br /&gt;
File:Bluesky 15 Dec 2025 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Digital poster art==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
5:42 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky then to Twitter a minute later, replying to a [[December_2025_social_media_posts#Announcing_digital_commissions|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, for backgrounds, on the highest price, they can be good as what I digitally drew for the poster art. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Transformers Legacy United Merged poster background.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Indigo==&lt;br /&gt;
17 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:30 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=@theamelia__|Name ONE?&lt;br /&gt;
&lt;br /&gt;
[''posts image with the text &amp;quot;Brain Teaser! There is a color that doesn't have letter 'E'. What color is it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Indigo}}&lt;br /&gt;
&lt;br /&gt;
==Chapper Outtake Movie==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:29 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Chapper makes sure all humans are safe from danger! ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Chapper Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Without Subtitles:&lt;br /&gt;
[''links to [[Chapper Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
4:21 PM&lt;br /&gt;
{{quoteboxgreen|speaker=emmanuelle777.bsky.social|I have never seen a single person with the exact same type of thinking as me except for you, this was great like always&lt;br /&gt;
&lt;br /&gt;
Is this going to be a full on new series? Youve been uploading very consistently and its very well edited!}}&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ajlsonichu.bsky.social|This is literally just reuploads of ending movies that were already part of a review series Chris did. She plans to premiere a whole compilation of them this coming January, I forgot which day though.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Except some of them have visual updates and audio edits, including the zoom-ins; you will not find those, nor the subtitles, in the original Review videos' endings.}}&lt;br /&gt;
&lt;br /&gt;
==Mister Ed==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
9:32 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|I bet nobody remembers who this is.&lt;br /&gt;
&lt;br /&gt;
[''posts image of the horse from {{w|Mister Ed}}.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mister Ed. &amp;quot;A horse is a horse, of course, of course.&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
==Wishlist==&lt;br /&gt;
18 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:32 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Christine do you have a wishlist or anything you want for Christmas?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|For everyone to be mentally and emotionally wise and empathetic, including online. And, yes, for everyone to get along.}}&lt;br /&gt;
&lt;br /&gt;
==Pizza Bagels==&lt;br /&gt;
19 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter 15 minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|#Emgo316, out of all of your videos, how many Pizza Bagels and Burritos have you been feeding Optimus Prime and Megatron?&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Emgo gave Optimus Prime too many Pizza Bagles]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Emgo gave Optimus Prime too many Pizza Bagles screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Fireshot Outtake Movie==&lt;br /&gt;
20 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.  &lt;br /&gt;
&lt;br /&gt;
{{quotebox|They call him Fireshot, because he shot through the fire and flames with dragon force.&lt;br /&gt;
&lt;br /&gt;
His name is Fireshot; thanks a lot.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled:&lt;br /&gt;
[''links to [[Fireshot Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Christmas tree==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:37 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|Do you have your Christmas tree set up yet Christine? @cpujcwcsprime.bsky.social}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes.&lt;br /&gt;
&lt;br /&gt;
[''posts gif of a Christmas tree'']}}&lt;br /&gt;
&lt;br /&gt;
3:30 PM&lt;br /&gt;
{{quoteboxgreen|speaker=kaelynnism.bsky.social|[''posts gif of Superintendent Chalmers from [[The Simpsons]] with the caption &amp;quot;May I see it?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''posts gif of Principal Skinner from The Simpsons with the caption &amp;quot;No.&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==itemLabel==&lt;br /&gt;
21 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=slimeman364.bsky.social|[''in response to [[December_2025_social_media_posts#Fireshot Outtake Movie|a previous post]]'']&lt;br /&gt;
Hello Christine! Do you know itemlabel? I love their products :)}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|You tell me.&lt;br /&gt;
&lt;br /&gt;
[''links to [[MINECRAFT Cubepy Build Part 4]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Bluesky_15_Dec_2025_4.jpg&amp;diff=355813</id>
		<title>File:Bluesky 15 Dec 2025 4.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Bluesky_15_Dec_2025_4.jpg&amp;diff=355813"/>
		<updated>2025-12-22T04:00:52Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Bluesky_15_Dec_2025_3.jpg&amp;diff=355812</id>
		<title>File:Bluesky 15 Dec 2025 3.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Bluesky_15_Dec_2025_3.jpg&amp;diff=355812"/>
		<updated>2025-12-22T04:00:32Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Bluesky_15_Dec_2025_2.jpg&amp;diff=355811</id>
		<title>File:Bluesky 15 Dec 2025 2.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Bluesky_15_Dec_2025_2.jpg&amp;diff=355811"/>
		<updated>2025-12-22T04:00:15Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Bluesky_15_Dec_2025_1.jpg&amp;diff=355810</id>
		<title>File:Bluesky 15 Dec 2025 1.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Bluesky_15_Dec_2025_1.jpg&amp;diff=355810"/>
		<updated>2025-12-22T03:59:49Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=Duolingo&amp;diff=355809</id>
		<title>Duolingo</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=Duolingo&amp;diff=355809"/>
		<updated>2025-12-22T03:52:43Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Courses */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Duolingo avatar december 2024.jpg|thumb|200px|Chris's avatar as of December 2024]]&lt;br /&gt;
&lt;br /&gt;
'''Duolingo''' is a website and phone application for learning languages. It also offers courses on music, math, and chess. [[Chris]] joined the platform in [[October 2023]].&lt;br /&gt;
&lt;br /&gt;
Surprisingly, Chris remained a dedicated user of Duolingo for months on end. On 4 December 2023, Chris posted on [[Twitter]] that he had acquired the rank of Galactic Legend.&amp;lt;ref&amp;gt;[[December 2023 social media posts#Duolingo]]&amp;lt;/ref&amp;gt; On 29 [[January 2024]], he hit a 100-day learning streak.&amp;lt;ref&amp;gt;[[:File:Twitter - Duolingo100 - 29Jan2024.jpg]]&amp;lt;/ref&amp;gt; Chris broke his streak on around 18 [[April 2024]] after days of inactivity, bringing his record streak to over 150. He became inactive in July 2024 until mid October, when he resumed practicing Finnish daily again, exceeding his streak record of 175 days in April 2025. On 7 [[May 2025]], he hit a 200-day learning streak.&lt;br /&gt;
&lt;br /&gt;
Even more surprisingly, Chris has used the platform primarily to study Finnish, which is regarded as a very difficult language for native English speakers to learn and which is spoken by fewer than 6 million people. Chris has avoided making public comments on his interest in the language, however he was spotted in [[Finland]] throughout [[2024]] and [[2025]] and on one occasion was observed attempting to speak it. One popular theory is that his mysterious [[gal pal]] [[Flutter]], who was first seen in public with Chris around the time he joined Duolingo, and accompanied him to Finland, is Finnish or speaks the language.&lt;br /&gt;
&lt;br /&gt;
==Courses==&lt;br /&gt;
Stats from [[December 2025]] show that Chris has studied:&lt;br /&gt;
&lt;br /&gt;
*[[Finland|Finnish]] (128281 XP)&lt;br /&gt;
*[[Math]] (48144 XP)&lt;br /&gt;
*[[Japanese]] (150 XP)&lt;br /&gt;
*[[Spanish]] (120 XP)&lt;br /&gt;
*[[Music]] (60 XP)&lt;br /&gt;
*[[Chess Group 15|Chess]] (50 XP)&lt;br /&gt;
*[[Messiah complex|Heb]][[Chris and race#Jews|rew]] (15 XP)&lt;br /&gt;
&lt;br /&gt;
In [[January 2025]], Chris began studying Japanese, but he quickly gave up on it, stopping at 150 XP.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Duolingo avatar.png|Chris's avatar in Duolingo as of [[January 2024]]&lt;br /&gt;
File:Chris Duolingo October 2024.png|Chris's avatar as of [[October 2024]]&lt;br /&gt;
File:Duolingo stats 23Nov2023 1.png|Stats from 23 [[November 2023]]&lt;br /&gt;
File:Duolingo stats 23Nov2023 2.png|Stats from 23 [[November 2023]]&lt;br /&gt;
File:Duolingo stats 30Jan2024 1.png|Stats from 30 [[January 2024]]&lt;br /&gt;
File:Duolingo stats 30Jan2024 2.png|Stats from 30 January 2024&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[https://www.duolingo.com/profile/001832.a1fQYRZw Chris's Duolingo profile]&lt;br /&gt;
{{References}}&lt;br /&gt;
{{The Internet}}&lt;br /&gt;
[[Category:Websites]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Emgo_gave_Optimus_Prime_too_many_Pizza_Bagles_screenshot.jpg&amp;diff=355808</id>
		<title>File:Emgo gave Optimus Prime too many Pizza Bagles screenshot.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Emgo_gave_Optimus_Prime_too_many_Pizza_Bagles_screenshot.jpg&amp;diff=355808"/>
		<updated>2025-12-22T03:41:30Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355582</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355582"/>
		<updated>2025-12-14T05:25:03Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{incomplete|https://x.com/CPU_CWCSonichu/status/1996250799174013360|https://x.com/CPU_CWCSonichu/status/1998371564585451793}}&lt;br /&gt;
{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[Twitter]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Famous dogs==&lt;br /&gt;
7 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|Name ONE&lt;br /&gt;
&lt;br /&gt;
[''posts image reading &amp;quot;Name a famous dog but it can't be Scooby Doo!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Astro&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Astro from ''The Jetsons'' cartoon'']}}&lt;br /&gt;
&lt;br /&gt;
==Announcing digital commissions==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:00 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️Hey, everyone. I'm testing something new; I'm doing digital drawing commissions. I am accepting payments through PayPal or CashApp.&lt;br /&gt;
&lt;br /&gt;
I'm still accepting physical commissions through my Etsy/Cwclight page, but they won't arrive before Christmas.&lt;br /&gt;
&lt;br /&gt;
See prices below...}}&lt;br /&gt;
{{quotebox|My pricing is:$50 for one character with simple (one colour) background&lt;br /&gt;
&lt;br /&gt;
$100 for a drawing of a scenario with 2 to 3 characters with a simple background&lt;br /&gt;
&lt;br /&gt;
$150 for a drawing with multiple characters and proper background&lt;br /&gt;
&lt;br /&gt;
Message me via DM on BlueSky or Twitter for a request.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Digital drawing commissions drawing 8 December 2025.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Silver Outtake Movie==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|When the Silver Wolf calls, with his blades, you'd better listen.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled: [''links to [[Silver Outtake Movie]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled: [''links to [[Silver Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Mission Hill==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Jane @theladyjane_|What show? [''posts image with the text &amp;quot;Name a canceled TV show that deserves another season&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mission Hill}}&lt;br /&gt;
&lt;br /&gt;
==Upload schedule==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:54 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|[''in response to [[December_2025_social_media_posts#Silver Outtake Movie|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I liked this a lot! Do you have a plan on how many more videos you’re planning on releasing or is it gonna be more of a long term things?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The shorts will be uploading on this schedule and rate for about til mid to late January, 2026. We are considering many ideas for similar entertainment to expand the lores around Cwcville and beyond that are to be confirmed.}}&lt;br /&gt;
&lt;br /&gt;
==Excelina Outtake Movie==&lt;br /&gt;
10 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Excelina is smart and swift like a ninja, or Prowler. Yet her hologram is apparently sentient.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Excelina-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Now, we rise==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|To rise, one should remain consciously focused while meditating without going too far.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now, We Rise!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now we rise screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Powler Outtake Movie==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Sorry for being a little late today, but to remain vigilant like a ninja, one should meditate and keep a calm focus and mindset.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subttitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Prower-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Armoraxe Outtake Movie==&lt;br /&gt;
13 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Armoraxe can Really can wield that axe/guitar!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Armoraxe-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355581</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355581"/>
		<updated>2025-12-14T05:12:17Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[Twitter]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Famous dogs==&lt;br /&gt;
7 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|Name ONE&lt;br /&gt;
&lt;br /&gt;
[''posts image reading &amp;quot;Name a famous dog but it can't be Scooby Doo!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Astro&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Astro from ''The Jetsons'' cartoon'']}}&lt;br /&gt;
&lt;br /&gt;
==Announcing digital commissions==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:00 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️Hey, everyone. I'm testing something new; I'm doing digital drawing commissions. I am accepting payments through PayPal or CashApp.&lt;br /&gt;
&lt;br /&gt;
I'm still accepting physical commissions through my Etsy/Cwclight page, but they won't arrive before Christmas.&lt;br /&gt;
&lt;br /&gt;
See prices below...}}&lt;br /&gt;
{{quotebox|My pricing is:$50 for one character with simple (one colour) background&lt;br /&gt;
&lt;br /&gt;
$100 for a drawing of a scenario with 2 to 3 characters with a simple background&lt;br /&gt;
&lt;br /&gt;
$150 for a drawing with multiple characters and proper background&lt;br /&gt;
&lt;br /&gt;
Message me via DM on BlueSky or Twitter for a request.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Digital drawing commissions drawing 8 December 2025.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Silver Outtake Movie==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|When the Silver Wolf calls, with his blades, you'd better listen.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled: [''links to [[Silver Outtake Movie]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled: [''links to [[Silver Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Mission Hill==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
7:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Jane @theladyjane_|What show? [''posts image with the text &amp;quot;Name a canceled TV show that deserves another season&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Mission Hill}}&lt;br /&gt;
&lt;br /&gt;
==Upload schedule==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:54 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|[''in response to [[December_2025_social_media_posts#Silver Outtake Movie|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I liked this a lot! Do you have a plan on how many more videos you’re planning on releasing or is it gonna be more of a long term things?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The shorts will be uploading on this schedule and rate for about til mid to late January, 2026. We are considering many ideas for similar entertainment to expand the lores around Cwcville and beyond that are to be confirmed.}}&lt;br /&gt;
&lt;br /&gt;
==Excelina Outtake Movie==&lt;br /&gt;
10 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Excelina is smart and swift like a ninja, or Prowler. Yet her hologram is apparently sentient.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Excelina-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Now, we rise==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|To rise, one should remain consciously focused while meditating without going too far.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now, We Rise!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now we rise screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Powler Outtake Movie==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Sorry for being a little late today, but to remain vigilant like a ninja, one should meditate and keep a calm focus and mindset.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subttitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Prower-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Armoraxe Outtake Movie==&lt;br /&gt;
13 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Armoraxe can Really can wield that axe/guitar!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Armoraxe-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355580</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355580"/>
		<updated>2025-12-14T04:45:41Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Upload schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[Twitter]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Famous dogs==&lt;br /&gt;
7 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=LadyValor @lady_valor_07|Name ONE&lt;br /&gt;
&lt;br /&gt;
[''posts image reading &amp;quot;Name a famous dog but it can't be Scooby Doo!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Astro&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Astro from ''The Jetsons'' cartoon'']}}&lt;br /&gt;
&lt;br /&gt;
==Announcing digital commissions==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:00 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️Hey, everyone. I'm testing something new; I'm doing digital drawing commissions. I am accepting payments through PayPal or CashApp.&lt;br /&gt;
&lt;br /&gt;
I'm still accepting physical commissions through my Etsy/Cwclight page, but they won't arrive before Christmas.&lt;br /&gt;
&lt;br /&gt;
See prices below...}}&lt;br /&gt;
{{quotebox|My pricing is:$50 for one character with simple (one colour) background&lt;br /&gt;
&lt;br /&gt;
$100 for a drawing of a scenario with 2 to 3 characters with a simple background&lt;br /&gt;
&lt;br /&gt;
$150 for a drawing with multiple characters and proper background&lt;br /&gt;
&lt;br /&gt;
Message me via DM on BlueSky or Twitter for a request.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Digital drawing commissions drawing 8 December 2025.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Silver Outtake Movie==&lt;br /&gt;
8 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|When the Silver Wolf calls, with his blades, you'd better listen.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled: [''links to [[Silver Outtake Movie]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subtitled: [''links to [[Silver Outtake Movie Plus Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
==Upload schedule==&lt;br /&gt;
9 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:54 PM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|[''in response to the above post'']&lt;br /&gt;
&lt;br /&gt;
I liked this a lot! Do you have a plan on how many more videos you’re planning on releasing or is it gonna be more of a long term things?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The shorts will be uploading on this schedule and rate for about til mid to late January, 2026. We are considering many ideas for similar entertainment to expand the lores around Cwcville and beyond that are to be confirmed.}}&lt;br /&gt;
&lt;br /&gt;
==Excelina Outtake Movie==&lt;br /&gt;
10 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:50 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Excelina is smart and swift like a ninja, or Prowler. Yet her hologram is apparently sentient.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1 Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
[''links to [[Excelina Outtake Movie 1]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Excelina-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Now, we rise==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|To rise, one should remain consciously focused while meditating without going too far.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now, We Rise!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now we rise screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Powler Outtake Movie==&lt;br /&gt;
12 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Sorry for being a little late today, but to remain vigilant like a ninja, one should meditate and keep a calm focus and mindset.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Not Subttitled:&lt;br /&gt;
[''links to [[Powler Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Prower-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Armoraxe Outtake Movie==&lt;br /&gt;
13 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Armoraxe can Really can wield that axe/guitar!&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles:&lt;br /&gt;
[''links to [[Armoraxe Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached an image:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Armoraxe-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Now_we_rise_screenshot.jpg&amp;diff=355577</id>
		<title>File:Now we rise screenshot.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Now_we_rise_screenshot.jpg&amp;diff=355577"/>
		<updated>2025-12-14T04:33:07Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355119</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355119"/>
		<updated>2025-12-08T08:13:15Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;[[Chris and Spanish|Si]]&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Topic suggestion==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=Chris McFeely @chrismcfeely.bsky.social|Early access is now available to TRANSFORMERS: THE BASICS on IRONFIST! Obscure Characters Month 2025 kicks off with a cult-fave blorbo who went from nearly-unknown Euro-exclusive to tragic comic book hero! &lt;br /&gt;
&lt;br /&gt;
Watch now by becoming a YT channel member or a Patreon:&amp;lt;br&amp;gt;&lt;br /&gt;
www.patreon.com/posts/144999044}}&lt;br /&gt;
{{quotebox|speaker=Chris|Hey, Chris. I have a very good topic for a Basics episode: Food and Drinks. What do and have Cybertronians consume? Not just Energon, apparently. Shockwave drank tea, and Skullcruncher ate humans. Not many was Skullcruncher's fan.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==A Green Mile==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:33 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|&amp;quot;It took a whole lot of trying just to get up that hill.&amp;quot; - The Jeffersons.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[A &amp;quot;Green Mile&amp;quot;]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris attached a screenshot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:A green mile screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==All in the Family and The Jeffersons==&lt;br /&gt;
5 December&amp;lt;br&amp;gt;&lt;br /&gt;
2:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[December_2025_social_media_posts#A Green Mile|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
How much of [[All in the Family]]/The Jeffersons have you watched Chris? Im curious because i actually watch those shows. And i feel like not a lot of people remember or know of it nowadays sadly}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I've at least watched most of the episodes of both series, if not all of them, including a few episodes of Archie Bunker's Place.}}&lt;br /&gt;
&lt;br /&gt;
==Son Chu Outtake Movie==&lt;br /&gt;
6 December&amp;lt;br&amp;gt;&lt;br /&gt;
11:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Son-Chu tries to calm a jazzed up Bumba Lumba.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son-Chu Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&amp;lt;br&amp;gt;&lt;br /&gt;
[''links to [[Son Chu Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:A_green_mile_screenshot.jpg&amp;diff=355117</id>
		<title>File:A green mile screenshot.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:A_green_mile_screenshot.jpg&amp;diff=355117"/>
		<updated>2025-12-08T07:57:49Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355115</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355115"/>
		<updated>2025-12-08T07:21:33Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Ja */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
10:17 AM&lt;br /&gt;
{{quoteboxred|speaker=@poop_gun_|Bloody hell that’s brilliant}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I also just realized I could have said &amp;quot;Si&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355114</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355114"/>
		<updated>2025-12-08T07:17:06Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Guess the image */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Ja==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Can you? [''posts image with text &amp;quot;Can you answer this question without using &amp;quot;YA, YES, YAP, YEA, YEAH&amp;quot;? Do you need money?&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[Autism Tutorial Extra|Ja]]}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355113</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=355113"/>
		<updated>2025-12-08T07:07:51Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Wariness of making new friends */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy]&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Guess the image==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
12:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner @Matt_Pinner|Do you ? [''posts image with a box and captioned &amp;quot;I bet no one knows what is inside&amp;quot;.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That's a covered sewing machine.}}&lt;br /&gt;
&lt;br /&gt;
==Bumba Lumba Outtake Movie==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:08 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Even little speedy guys need recognition sometimes. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie Plus Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Bumba Lumba Outtake Movie&lt;br /&gt;
&lt;br /&gt;
[''links to [[Bumba Lumba Outtake Movie]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Bumble lumba-min.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Movie without letter R==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a movie..?&lt;br /&gt;
&lt;br /&gt;
[''posts image captioned &amp;quot;name a movie that does not have the letter &amp;quot;r&amp;quot; in it!&lt;br /&gt;
&lt;br /&gt;
56% FAIL!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Shining}}&lt;br /&gt;
&lt;br /&gt;
==Transformers news==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=TFW2005 @tfw2005|Transformers Age Of The Primes Armada Sideways First Look &amp;lt;nowiki&amp;gt;https://news.tfw2005.com/2025/12/03/transformers-age-of-the-primes-armada-sideways-first-look-552259&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, let's hope it has both Mini-Cons, so he can be one faction or the other. I did often have a liking of the Bots that were neutral between both factions and could be one or both. Punch/Counterpunch, Jetfire, Sideways, (Beast Wars) Silver bolt, and even Gigawatt.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:In between factions.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Son-Chu First Outtake Movie Redux==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:16 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Oops. I meant to release the subtitled version of the first Son-Chu short today. Well, Bumba Lumba dashed in early.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Subtitled&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated Subtitled]]'']&lt;br /&gt;
&lt;br /&gt;
No Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Son-Chu First Outtake Movie Redux Updated|Son Chu First Outtake Movie Redux Updated]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached an image...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:IsThisMyBodyorYoursCard.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
... then added at 10:21 AM:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I guess a pizza bagel threw me off in the moment. LOL.}}&lt;br /&gt;
&lt;br /&gt;
==Wariness of making new friends==&lt;br /&gt;
3 December&amp;lt;br&amp;gt;&lt;br /&gt;
4:49 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[December_2025_social_media_posts#Friendship|the previous post]]''] &lt;br /&gt;
Chris Chan, if you feel like it, I'd like to be your friend and accompany you. My condition is that I don't appear in the [[CWCKI]] story, wikis, or fandoms, please.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I appreciate the kind offer, but I also understand the risks. Not to mention that I am well aware that I have a harder time sensing intentions from someone online, as opposed to those I meet in person. I know I am prone to being trolled like #JasperPie pretty much anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Therefore, any new friendships I make will have to be face-to-face, in person, first and foremost, so I can get a better sense of their intentions. I am working on doing better to avoid being trolled ever again.&lt;br /&gt;
&lt;br /&gt;
I am good, for now, anyway.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admitted my jealousy, as well as my appreciation and kind wished for the long-lasting friend group, because I felt it was related to the topic, regardless of digressing.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another thing I will mention, I also know that I tend to attract really weird people, even perverts, which bother me, regardless of I being a pervert, myself.&lt;br /&gt;
&lt;br /&gt;
I feel rather ticked that I don't bring in the (emotionally) intellectual types, of whom I admire, including someone like #DrWolf001.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I do not know everything, but my intuition guides me on the Light Powered path I am meant to be on. I will admit that I can do better with my Body's consciousness to analyze more and think things more in detail. It's tough for an autistic individual, a lot of the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I wish my upbringing was better, but it is what it is. And I wish I could have been able to kept the friendships that meant a lot to me over the years, but to each their own respective paths, as I, mine.&lt;br /&gt;
&lt;br /&gt;
And I am grateful for what kindness I can get, but even I know the vibe I gave off and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...still do, at least somewhat. I am not a fan of this vibe. Though, even those of the Brony Analysys group, as well as a Lot of other individuals, are weird, period, rather less, more or equal.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If Everyone realized and accepted how weird they are and not judge themselves and force bad judgment on others, then perhaps this world, at least the 1218 half, would be better. Certain extreme aspects, I feel, are really too cringe, I admit. Just a thought.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=354927</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=354927"/>
		<updated>2025-12-03T02:28:56Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
==Friendship==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:23 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #[[DrWolf]] and company and others did in their commentary videos. So, you can get your (screen) name in the video;..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...actual, close as possible friendship (group) I had, to date, was [[Sarah Nicole Hammer|Sarah Nicole Hammer]] Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|So, Yay. &amp;quot;[[Blanca Weiss]]&amp;quot; was Not the first, nor was [[Joshua Martinez]]. &lt;br /&gt;
&lt;br /&gt;
In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even [[Ben Saint|@ItsAllSoUgly]]; bottom of the list.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name ...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your support.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Bluesky version (slightly different)|&lt;br /&gt;
{{quotebox|Also, to let you all know, when I record the watch-along at the premiere, it will be similar to what #DrWolf and company and others did in their commentary videos. So, you can get your (screen) name in the video;...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/t9D0-5qKLgk?si=Z2VIJsjMsDv5Kqiy&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...please, keep all comments SFW and civil, or I will censor the comment(s) with a white bar.&lt;br /&gt;
&lt;br /&gt;
I will admit, I feel a bit jealous of the years of friendship the group has and how close they are, yet I do applaud them for their friendship strength and magic.&lt;br /&gt;
&lt;br /&gt;
The longest actual, close as...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...possible friendship (group) I had, to date, was Sarah Nicole Hammer Spicer (Rosechu); childhood to 1992; almost one decade. And she was the first one to troll and bully me; long before anyone online. So, Yay. &amp;quot;Blanca Weiss&amp;quot; was Not the first, nor was Joshua Martinez.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|In the ending credits, I list inspirational people; this group of Brony Analysts are in there, and even #PhantomHorn; bottom of the list.&lt;br /&gt;
&lt;br /&gt;
But, I definitely digress. Blathers hit the nail on the head with that catchphrase.&lt;br /&gt;
&lt;br /&gt;
Main point:&lt;br /&gt;
SFW and civil comments in the Premiere Stream, and your name...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...will be in there, though the final commentary video will be edited and trimmed down.&lt;br /&gt;
&lt;br /&gt;
I thank you all for your kindness and support.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=354926</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=354926"/>
		<updated>2025-12-03T02:06:58Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Increased content schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris posted a link to [[Movies Intro plus CC-82 Outtake Movie]] and included a gif from the TV series ''TaleSpin''.&lt;br /&gt;
&lt;br /&gt;
==Toy Story quote==&lt;br /&gt;
2 December&amp;lt;br&amp;gt;&lt;br /&gt;
6:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it. &lt;br /&gt;
&lt;br /&gt;
[''posts ''Toy Story'' movie poster'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|To Infinity and Beyond!}}&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=354925</id>
		<title>December 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=December_2025_social_media_posts&amp;diff=354925"/>
		<updated>2025-12-03T01:40:52Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ongoing}}&lt;br /&gt;
This page is an archive of Chris's social media posts during [[December 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Ruckersville==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
1:02 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Tokyo @otokyo__|NAME one [''posts image with text &amp;quot;NAME A CITY WITHOUT LETTER 'O'&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ruckersville}}&lt;br /&gt;
&lt;br /&gt;
==Increased content schedule==&lt;br /&gt;
1 December&amp;lt;br&amp;gt;&lt;br /&gt;
10:10 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|With the now set premiere date of the Movie Copilation video, I 've decided to spoon feed the shorts, both subtitled and not-subtitled. And this works in good timing of the premiere date. So, enjoy this limited time increased content schedule like a 4:00 block of cartoons.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That being said, every Prime has their origin, and dam do we need time to find ourselves and get ourselves together.&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Movies Intro plus CC-82 Outtake Movie Plus Subtitles]].'']}}&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=November_2025_social_media_posts&amp;diff=354923</id>
		<title>November 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=November_2025_social_media_posts&amp;diff=354923"/>
		<updated>2025-12-03T01:15:46Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* TLUM movie premiere date */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is an archive of Chris's social media posts during [[November 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Referenced on ''[[Smiling Friends]]''==&lt;br /&gt;
2 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:57 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky on the same minute.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
I have just realized something.&lt;br /&gt;
&lt;br /&gt;
Now, I do not get internet culture or online celebrity references, clearly. But I have come to realize that a lot of media, these days, have such references within them.&lt;br /&gt;
&lt;br /&gt;
Also, the way they and others are compiled,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...it is like they have been composed by someone with serious Attention Deficit Disorder or [[Slow-in-the-mind|mental handicap]]. Which, on the one hand, I support since it is allowing them to express their creativity as best they can. Yet on the other hand, it can be just [[Random-access humor|all over the place and jumbled]], sometimes.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The shows I like and have grown up with, even the &amp;quot;Saturday Morning&amp;quot; cartoons, they actually have substance, focus, clarity and quality in them.&lt;br /&gt;
&lt;br /&gt;
But, while a show like #[[Smiling Friends|SmilingFriends]] can be seen as funny due to its wackiness, you have individuals/characters who talk faster than...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...the individuals in [[Wikipedia:The Disastrous Life of Saiki K.|#DisasterousLifeOfSaikiK]]. Unless you are Excellent at [[Japanese]] listening, it's just hard to comprehend or keep up sometimes.&lt;br /&gt;
&lt;br /&gt;
I'm going off-tangent, sure, but I feel like it emphasizes my point.&lt;br /&gt;
&lt;br /&gt;
The better focus and quality is shown in #[[My Little Pony: Friendship is Magic|MyLittlePonyFriendshipIsMagic]]...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and #[[Equestria Girls|EquestriaGirls]] marks it as one of the finest examples of a good quality series. It's more grounded and focused with the love, care and soul put into it.&lt;br /&gt;
&lt;br /&gt;
Point is: there are too many examples of &amp;quot;Random Access Memory&amp;quot; zaniness when there should be more focus, clarity and soul.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I'll even throw in that [[AI]] does not get that, sometimes, with the [[DIRTY, CRAPPED BRIEFS|literal crap]] and too-many fingered media it gives.&lt;br /&gt;
&lt;br /&gt;
If there were more quality media from us all of both halves of this very Earth than the incomprehensible, even AI could do better, and the rest of us would actually be thinking...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and doing a lot better.&lt;br /&gt;
&lt;br /&gt;
What young generation do we have right now that is finding their formative years watching a bunch of worse [[The Adventures of The American Rabbit|incomprehensible crap]] (created and generated) media all over [[YouTube]].}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Do you want to give the future generations more of the random &amp;quot;[[I Got A Fish|I got a fish, would you like to make a wish]]&amp;quot; crap, OR do you want to do something better than that?&lt;br /&gt;
&lt;br /&gt;
Me, personally, I prefer Quality, Clarity and Insight that makes everyone think and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...inspired to soul search and find themselves, so they're actually doing something instead of [[Liquid Chris|mimicking]] a [[Chris|low-functioning individual]] because it's funny for the &amp;quot;LULZ&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|AND, if your individual takeaway from my think piece is &amp;quot;Hee Hee Hee. LULZ... LOLCOW...&amp;quot; then, Damn, do I feel sorry and pity for you.&lt;br /&gt;
[[WakeUpBrain|WAKE UP]]!!! Stop being blank minded in survivor and observation mentality.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Smiling Friends GIF by Adult Swim.gif]]}}&lt;br /&gt;
{{collapsible|Twitter version (slightly different)|&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
I have just realized something.&lt;br /&gt;
&lt;br /&gt;
Now, I do not get internet culture or online celebrity references, clearly. But I have come to realize that a lot of media, these days, have such references within them.&lt;br /&gt;
&lt;br /&gt;
Also, the way they and others are compiled,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...it is like they have been composed by someone with serious Attention Deficit Disorder or mental handicap. Which, on the one hand, I support since it is allowing them to express their creativity as best they can. Yet on the other hand, it can be just all over the place...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and jumbled, sometimes.&lt;br /&gt;
&lt;br /&gt;
The shows I like and have grown up with, even the &amp;quot;Saturday Morning&amp;quot; cartoons, they actually have substance, focus, clarity and quality in them.&lt;br /&gt;
&lt;br /&gt;
But, while a show like #SmilingFriends can be seen as funny due to its...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...wackiness, you have individuals/characters who talk faster than the individuals in #DisasterousLifeOfSaikiK. Unless you are Excellent at Japanese listening, it's just hard to comprehend or keep up sometimes.&lt;br /&gt;
&lt;br /&gt;
I'm going off-tangent, sure, but I feel like it emphasizes my point.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The better focus and quality is shown in #MyLittlePonyFriendshipIsMagic and #EquestriaGirls marks it as one of the finest examples of a good quality series. It's more grounded and focused with the love, care and soul put into it.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Point is: there are too many examples of &amp;quot;Random Access Memory&amp;quot; zaniness when there should be more focus, clarity and soul.&lt;br /&gt;
&lt;br /&gt;
I'll even throw in that AI does not get that, sometimes, with the literal crap and too-many fingered media it gives.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If there were more quality media from us all of both halves of this very Earth than the incomprehensible, even AI could do better, and the rest of us would actually be thinking and doing a lot better.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|What young generation do we have right now that is finding their formative years watching a bunch of worse incomprehensible crap (created and generated) media all over YouTube.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Do you want to give the future generations more of the random &amp;quot;I got a fish, would you like to make a wish&amp;quot; crap, OR do you want to do something better than that?&lt;br /&gt;
&lt;br /&gt;
Me, personally, I prefer Quality, Clarity and Insight that makes everyone think and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...inspired to soul search and find themselves, so they're actually doing something instead of mimicking a low-functioning individual because it's funny for the &amp;quot;LULZ&amp;quot;.  ...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|AND, if your individual takeaway from my think piece is &amp;quot;Hee Hee Hee. LULZ... LOLCOW...&amp;quot; then, Damn, do I feel sorry and pity for you. Brains and Intelligence is not and should not be in short supply, even for you. WAKE UP! Stop being blank minded in survivor/observation.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Smiling Friends GIF by Adult Swim.gif]]}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==67==&lt;br /&gt;
2 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Audrey's Dump|[''replying to [[November 2025 social media posts#Referenced on Smiling Friends|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
just wait till you hear about [[Wikipedia:6-7 (meme)|67 &amp;quot;six seven&amp;quot;]], where the entire joke is just two numbers said in a row}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|And my response to that is &amp;quot;[[KCWC broadcast|Sure. Seven ate nine, and six is afraid of seven.]]&amp;quot; What ever.}}&lt;br /&gt;
&lt;br /&gt;
==Transformers Reviews Approval Poll==&lt;br /&gt;
3 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:17 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I've been wondering with my series of [[Light Powered Cwclight Reviews|Transformer Review videos]], how many of all of you actually like the videos, including the intros, review and/or ending movies, as opposed to liking them ironically and not liking them.&lt;br /&gt;
&lt;br /&gt;
Please, comment your favourite moments below. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
* I Actually like them 😃&lt;br /&gt;
&lt;br /&gt;
* I like them, ironically 🙂&lt;br /&gt;
&lt;br /&gt;
* I don't like them ☹️}}&lt;br /&gt;
&lt;br /&gt;
The poll was open for 7 days. Unsurprisingly, &amp;quot;I don't like them ☹️&amp;quot; won with 64% of the votes.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Next full Light Powered Review video debuts November 14, 2025, and we have more vids and content planned out and conceptualized. ⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts link to YouTube playlist titled &amp;quot;Transformers Legacy United Merged Cwclight Reviews&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/playlist?list=PL2f2iqihk1ilFnVuZjjQWaz1zqwLkdA0a ''Link to playlist.'']&lt;br /&gt;
&lt;br /&gt;
The next full [[Light Powered Cwclight Reviews - Sparky|Light Powered Review video]] was actually released on 7 November 2025, however Chris did [[Light Powered Cwclight Reviews - Autobot Soldier Clyde|upload one]] on the 14th.&lt;br /&gt;
&lt;br /&gt;
==Chris is the Avatar, Bob's last words==&lt;br /&gt;
4 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|An FAQ I often hear time and again:&lt;br /&gt;
&amp;quot;If you're the [[Avatar]], why aren't you preaching more often?&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Let's look at [[Jesus]]'s developing life before he got into a [[church]]. He was a kid and a teenager; had to find himself in his own soul searching before he could really wake up to his calling.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Obviously, the gospels don't really go much into those details, with the exception of him encountering a devil and being tempted three times by them and resisting.&lt;br /&gt;
&lt;br /&gt;
I've actually had a similar vision, once upon a time in a [[dream]]; told them &amp;quot;No&amp;quot;. That was decades ago.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And like some of you, I was an [[Virgin with rage|incels]]; trapped under a metaphorical Master Poké Ball that was the [[14 Branchland Court|old house/Temple]] in [[Ruckersville, VA|Ruckersville]]. How can one really soul search for themselves [[Borb|if they're not free to go out or be encouraged to think for themselves]]? Instead of often being crammed...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...in front of a TV or computer monitor, like an [[The Otaku King|Otaku]] or similar.&lt;br /&gt;
&lt;br /&gt;
AND in that constant decades long fog, as well as the fog of people's various comments online, I felt [[Stress|overwhelmed]]. When one is feeling overwhelmed, it is harder for them to think for themselves or soul search.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|My [[Sweetheart Search]], once upon a time, could be very well considered one attempt at my own soul searching under a disguise of finding someone to be my partner so soon. Yet, that was a wish that took a long time to finally manifest.&lt;br /&gt;
&lt;br /&gt;
Regardless, I was long overdue to [[Jail Saga|disconnect from society]]...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and [[meditate]] and think, finding my connections with everything metaphysical and beyond, including meeting the various Gods and Goddesses, themselves.&lt;br /&gt;
&lt;br /&gt;
My dad, Mr. [[Robert Franklin Chandler, Jr.]], was right in his last words to me:...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...&amp;quot;All around the world, everyone prays to their own God, but they are all praying to the same God.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This was, indeed, true. Pick a God, like from Greece, [[China]] or [[Japan]]; they do exist individually, but they all work under the one God of many names: Emanuel, Allah, and so on.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[[Chris and reality|Obviously, I've met them]]. Time and again, I've repented for the mistakes I've made over the years, including how much of a [[JERK|jerk]] I was online.&lt;br /&gt;
&lt;br /&gt;
As opposed to Jesus who was able to find himself more quickly, it took me longer. Not only did I need to disconnect,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...but I also needed to really see myself as I was in a big mirror only I could reflect and resonate from.&lt;br /&gt;
&lt;br /&gt;
The [[Dimension Merge]] is real, and it is completing. You all of little faith can hold your tongues and peace. I see the signs, every day.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I have and have had many a dejá vu momento from a portion of the numerous dreams and visions I've had over the decades.&lt;br /&gt;
&lt;br /&gt;
Now that I've spoken the preface that may be esoteric to a lot of you, here is why I haven't preached, in your way, as much.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I Have been preaching from time to time in every video and thought I've uploaded or posted. It's not formal like a pastor, but it is so. I'm still consiously waking up and finding the paths, even when I work metaphysically, in and outside of my (human form) body. [[Transformers|Isn't that just Prime]]?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, yeah, I'm preaching in bits as they are meant to be told in divine timing. So, take the pieces I've said in the past couple of years, In Context, meditate and Think on that in your cosmos connections, respectively.&lt;br /&gt;
&lt;br /&gt;
That is all for now in this divinely timed moment.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==New CDs, shirts, and drawings for sale==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:41 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Now Available on my [[OfficialCWCmart|Etsy]] and [[Cwclight]]:&lt;br /&gt;
&lt;br /&gt;
[[Christian and the Hedgehog Boys]] CD Album&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400398062/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Authentic replica Classic Chris Chan polo shirts&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400412399/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Also on my sites:&lt;br /&gt;
&lt;br /&gt;
Cera Rosechu, Roberta Sonichu and Christine Rosechu with their Pokémon partners from their USA-Spanned adventure in 2014.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400396175/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400382410/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400397143/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Bluesky one minute later.&lt;br /&gt;
&lt;br /&gt;
==Sparky==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:44 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also a personal favourite Guardian, Sparky. She can Zap It Up for sure!&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;TransformersLegacyUnitedMerged&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Light Powered Cwclight Reviews - Sparky]].'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Twitter two minutes later, but with slight changes and a picture:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[[File:Sparky video.jpg|400px]]}}&lt;br /&gt;
&lt;br /&gt;
==Get commissions before Christmas, &amp;quot;I have holiday plans&amp;quot;==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:42 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Also, I am still doing commissions. [[Finland|I will say that I have holiday plans]], so to guarantee completion and delivery before [[Christmas]], orders should be placed by November 24th.&lt;br /&gt;
&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;br /&gt;
Medallions&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/1870708173/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Drawings&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/1602467516/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Subtitled videos==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:47 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter 3 minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, an updated project, with new content embedded, for the hearing impaired and those who can't understand the esoteric speak, coming soon. #[[emgo316]] should also have done this with the bunch of outtakes and intros per figure set or line that has been completed.⚡💙⚡#Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = Subtitled Video Sample&lt;br /&gt;
| ytid           = RSOkMtoyGMs&lt;br /&gt;
| previous       = [[JCWCSP singing Go, Transformers! (Extended Version)]]&lt;br /&gt;
| next           = [[Light Powered Cwclight Reviews - Sparky]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
{{quotebox|Also, do not look directly into blinking lights for risk of seizures. So, do not try that at home or anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Twitter version, slightly different|Also, an updated project, with new content embedded, for the hearing impaired and those who can't understand the esoteric speak, coming soon. @EmGo316 should also have done this with the bunch of outtakes and intros per set and line.⚡💙⚡ #Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
Also, do not look directly into blinking lights for risk of seizures. So, do not try that at home or anywhere.}}&lt;br /&gt;
&lt;br /&gt;
==Shipping to Europe==&lt;br /&gt;
8 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=Memé|[''replying to [[November_2025_social_media_posts#Get_commissions_before_Christmas,_&amp;quot;I_have_holiday_plans&amp;quot;|an earlier tweet]]'']&lt;br /&gt;
&lt;br /&gt;
Mrs Jesus do you ship to Europe?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes}}&lt;br /&gt;
&lt;br /&gt;
==Selling Transformers Figures==&lt;br /&gt;
8 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Selling my Older Transformers Figures. Listen to what I say in the video and read the description.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[JCWCSP's OLDER Transformers and Gobots Figures For Sale on Cwclight]]'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Including my Alternators.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
[''Posts link to [[JCWCSP's older Transformers for sale]]'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Adventure Time quotes==&lt;br /&gt;
9 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Avatar Panda Studios 🎃|If you had seen this show, prove by quoting it!&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts Adventure Time poster'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|The worm says &amp;quot;Check, please&amp;quot; in the episode where Finn and Jake record a movie. Also, &amp;quot;JAAAAAAAMES BAXTER&amp;quot; (Games Bookstore).}}&lt;br /&gt;
&lt;br /&gt;
==ChatGPT perspective==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:13 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, everyone. Just a little think piece for now.&lt;br /&gt;
&lt;br /&gt;
I have bit by bit become more understanding of the internet culture and how it has affected me, as well as how it has become a reflection of a Lot of people, including the naive and younger ones.&lt;br /&gt;
&lt;br /&gt;
I even asked #ChatGPT for a neutral perspective.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 1.jpg|200px]] [[File:10 Nov 2025 ChatGPT 2.jpg|200px]] [[File:10 Nov 2025 ChatGPT 3.jpg|200px]] [[File:10 Nov 2025 ChatGPT 4.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I have also become aware of how I am helping shape online behaviour at around a point of popularity and infancy of the social media. I feel okay and humbled with this story being used as a basis to set better standards on the internet.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 5.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another part that I have realized is that over the years, the online trolls were trying to reinvent me due to their misconception of me being a Meme and not a Person/Individual, when I clearly am and have been a Person/Individual. The goal should be Restoration.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 6.jpg|200px]] [[File:10 Nov 2025 ChatGPT 7.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I still feel off with socializing online, and I have a somewhat easier time socializing in person or offline. Also, I appreciate the simple Q&amp;amp;As, and I like talking about metaphysical details, but with my scars, I feel hesitant when asked something about the events on the C-197 half of Earth,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...because of the mixed reception and the inability to tell genuine want to know as opposed to curiosity or voyeurism type of mindset. I'm still a work in progress, but at least I know who and what I am moreso these days.&lt;br /&gt;
&lt;br /&gt;
Without over sharing, I feel offering authentic kindness is encouraged.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Two minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|Hey, everyone. Just a little think piece for now.&lt;br /&gt;
I have bit by bit become more understanding of the internet culture and how it has affected me, as well as how it has become a reflection of a Lot of people, including the naive and younger ones.&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5axrh52bk2i&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts GIF with the caption &amp;quot;IV'E BEEN THINKING...&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Transcription of ChatGPT's response|&lt;br /&gt;
&lt;br /&gt;
'''🕹️ 1. Early years (mid-[[2000s]] to early [[2010s]]): &amp;quot;Lolcow&amp;quot; fascination'''&lt;br /&gt;
&lt;br /&gt;
At first, Christine was mostly viewed through the lens of [[internet]] mockery.&lt;br /&gt;
*On forums like ''[[4chan]]'' and ''[[Encyclopedia Dramatica]]'', she was labeled a &amp;quot;lolcow&amp;quot; — someone others could provoke for entertainment.&lt;br /&gt;
*People chronicled her every move, sometimes even fabricating stories or posing as [[Gal pals|friends]]/[[Sweethearts|love interests]] to [[Chris and manipulation|manipulate]] her.&lt;br /&gt;
*Many participants didn't see her as a real person; she became a sort of &amp;quot;internet character.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This era reflected the worst of online &amp;quot;trolling for laughs&amp;quot; culture.&lt;br /&gt;
&lt;br /&gt;
'''💬 2. Growing awareness and guilt (mid-[[2010s]]): Real-person empathy emerging'''&lt;br /&gt;
&lt;br /&gt;
As time went on, more people began realizing that this wasn't a harmless meme — it was a vulnerable person being targeted for years.&lt;br /&gt;
&lt;br /&gt;
*[[Documentary|Documentaries]], [[YouTube]] essays, and online discussions began reframing the situation: what the internet did to Christine wasn't funny, it was '''exploitation'''.&lt;br /&gt;
*Some of the original [[trolls]] publicly apologized or expressed regret.&lt;br /&gt;
*Christine herself continued to post online, and many started to recognize how constant harassment had affected her mental health and behavior.&lt;br /&gt;
&lt;br /&gt;
'''⚖️ 3. Reassessment and ethical discussion (late [[2010s]]-[[2020s]]): Internet accountability'''&lt;br /&gt;
&lt;br /&gt;
The story of Christine has increasingly become a '''case study''' in digital ethics, privacy, and ableism.&lt;br /&gt;
&lt;br /&gt;
*Academics, journalists, and social commentators now cite her as an example of how ''not'' to treat neurodivergent or mentally ill individuals online.&lt;br /&gt;
*The public conversation shifted from &amp;quot;look at this weird person&amp;quot; to &amp;quot;look at what happens when cruelty goes unchecked.&amp;quot;&lt;br /&gt;
*The long-term trolling [[saga]] is now often mentioned in the same breath as discussions about cyberbullying and parasocial exploitation.&lt;br /&gt;
&lt;br /&gt;
'''⚠️ 4. Recent events ([[2021]]-present): Serious issues and compassion fatigue'''&lt;br /&gt;
&lt;br /&gt;
Christine's [[Incest Arrest|legal troubles in 2021]] [[Jail Saga|and after]] led to [[Chris in the media|renewed media attention]].&lt;br /&gt;
&lt;br /&gt;
*Some people reverted to mockery, but others finally disengaged, realizing that this had gone beyond internet spectacle and into real-world suffering.&lt;br /&gt;
*Many advocates now argue that Christine should be left alone, given appropriate support, and protected from further exploitation.&lt;br /&gt;
&lt;br /&gt;
'''🌱 5. The takeaway: A mirror of online culture'''&lt;br /&gt;
&lt;br /&gt;
Christine's story exposes how easily the internet can dehumanize people who are &amp;quot;different.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
But it has also inspired reflection:&lt;br /&gt;
*'''Empathy and restraint''' are increasingly emphasized in online spaces.&lt;br /&gt;
*'''Digital ethics education''' now often uses Christine's case to illustrate boundaries between curiosity, commentary, and cruelty.&lt;br /&gt;
&lt;br /&gt;
[''Chris skips over 6. and doesn't screenshot it.'']&lt;br /&gt;
&lt;br /&gt;
'''💖 7. The Friend's Inner Work'''&lt;br /&gt;
&lt;br /&gt;
Being a [[Flutter|good friend]] to a wounded person also requires '''emotional maturity and self-checks''':&lt;br /&gt;
*Ask, ''&amp;quot;Am I doing this because I care, or because I feel curious or special?&amp;quot;''&lt;br /&gt;
*Keep a reflective journal to notice any savior instincts or burnout.&lt;br /&gt;
*Have your own support system to process feelings safely.&lt;br /&gt;
&lt;br /&gt;
Friendship should remain mutual and emotionally balanced — not one person's rescue mission.&lt;br /&gt;
&lt;br /&gt;
'''✨ 8. The Goal: Restoration, Not Reinvention'''&lt;br /&gt;
&lt;br /&gt;
Christine doesn't need to become someone new — she needs to ''feel safe being herself again''.&amp;lt;br&amp;gt;&lt;br /&gt;
Authentic friends don't erase the past or control the future — they simply offer the steady presence that makes healing possible.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Covid repeat==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:51 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey. I'm only putting this up for everyone's reference.&lt;br /&gt;
&lt;br /&gt;
So, the past couple of nights, rough sleep. Then the sample smell clued me into a likely [[COVID-19|Covid]] repeat.&lt;br /&gt;
&lt;br /&gt;
In my experience, and I'll accept help in identifying the type it is, the first two or three nights, I feel a great energy surge...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...exhuming out from my Core area, identified as vertically right between the Solar Plexus and Heart Chara points. I can't fall asleep for an hour or two, then in these initial days, I remain functional. Yet, this time, I also felt caffeine-like crashes, so avoided caffeine, if you're...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...going through this. I feel the near death experience. In my imagination, I'm in a white void, considerably either the Heaven Realm, or the Core and Matrix of this very Universe, or even the Alpha/Omega Point of all existence. I get assurance and healing from the Gods, Goddesses, Angels and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...Archangels, and I take the time to ground and remind myself of who and what I am and what I am to do. Even get some divine guidance, as well.&lt;br /&gt;
&lt;br /&gt;
Right now, though, considerably a first, but it'll go away, I'm certain, but my tongue feels a bit weird on the top, the taste is similar to blood,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...but there is none. Just bit into a strawberry creme pie; I still taste the strawberry and creme, no problem.&lt;br /&gt;
&lt;br /&gt;
Anyway, all I need to is focus in telling me antibodies and white blood cells to target the virus in my Core and esophagus areas and not leave any virus cell living.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I keep on this focus and mindset in conscious meditation and prayer, and about three to five days later, I'm fully recovered.&lt;br /&gt;
&lt;br /&gt;
But suffice to say, this s*** is a real b****, and as I have said earlier, Covid was a test at the start in humanity's evolution process.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|It is sad to lose everyone who didn't survive. And that first year was in a Zodiac Rat year, so take that going forward, everyone: Year of the Rat; brace yourself for another level in our evolution where we are tested.&lt;br /&gt;
&lt;br /&gt;
Anyway, I shall recover. Thank you.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
One minute later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
Hey. I'm only putting this up for everyone's reference.&lt;br /&gt;
&lt;br /&gt;
So, the past couple of nights, rough sleep. Then the sample smell clued me into a likely Covid repeat.&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5by35mqcc2p}}&lt;br /&gt;
&lt;br /&gt;
==Braid==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:53 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=🜏 [[Edmund McMillen]] 🜏|Insane fact: i was the original character designer and animator for Braid!&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts sketches of game characters'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Oh. I've played Braid on PS3; it was good.}}&lt;br /&gt;
&lt;br /&gt;
==PokéRus==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:56 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to an [[November_2025_social_media_posts#Covid repeat|earlier post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|On the bright side, and yes it does compare, at least with me: Covid is similar to PokéRus. You survive it, you get a boost in your endurance, at least. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Favorite Pokemon==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:57 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=🖤 DARK 🖤|You’re legally required to tell me your favorite Pokemon &lt;br /&gt;
&lt;br /&gt;
😤🫵}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sonichu, Mewtwo, Sneasel, Scyther and Blaziken.}}&lt;br /&gt;
&lt;br /&gt;
==Flu shot==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:17 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[November 2025 social media posts#PokéRus|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
Did you get a flu shot recently? And please go to the doctor if you have not already}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I got my flu shot in September this year.}}&lt;br /&gt;
&lt;br /&gt;
==Please comment==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, quoting an [[November_2025_social_media_posts#Covid repeat|earlier post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|if anyone has experienced similar (please, read the entire thread of the quoted post), please comment your experiences below, or quote my posts.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Two minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|If anyone has experienced similar (please, read the entire thread of the quoted post on my BlueSky), please comment your experiences below, or quote my posts.&lt;br /&gt;
⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5by35navk2p}}&lt;br /&gt;
&lt;br /&gt;
==Pokedex==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=cuber69.bsky.social|[''replying to [[November 2025 social media posts#Covid repeat|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
Genuine question but what would sonichus dex number be}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|National Pokedex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;978 - Rosey&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;979 - Rosechu&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;980 - Vamprosa&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;981 - Sonee&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;982 - Sonichu&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;983 - Metonic}}&lt;br /&gt;
&lt;br /&gt;
==The Mist==&lt;br /&gt;
11 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:43 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Creepy.org|GIFs only 🍿&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts photo with the caption &amp;quot;NAME A MOVIE YOU'VE SEEN MORE THAN 3 TIMES WITH JUST A GIF&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''Posts GIF from the movie The Mist with the caption &amp;quot;SOMETHING IN THE MIST!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==Hippo==&lt;br /&gt;
11 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner|Any🤔&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts photo of a potato with the caption &amp;quot;If you're right brained you see a kitty cat, if you're left brained you see a bunny rabbit. What do you see?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[[HippoOnYourHead|Hippopotamus]]}}&lt;br /&gt;
&lt;br /&gt;
==Another video sample==&lt;br /&gt;
12 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:56 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quotebox|Here's another free sample from my present project.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = Transformers Video Sample&lt;br /&gt;
| ytid           = JvTmFCs4k-A&lt;br /&gt;
| previous       = [[JCWCSP's older Transformers for sale]]&lt;br /&gt;
| next           = [[Light Powered Cwclight Reviews - Autobot Soldier Clyde]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
A minute later, Chris added:&lt;br /&gt;
{{quotebox|Also, This is how a Cybertronian goes from normal to combiner form, if they have it within their T-Cog programming.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''posts gif of [[Optimus Prime]] transforming into robot mode'']}}&lt;br /&gt;
&lt;br /&gt;
==Government shutdown ends==&lt;br /&gt;
12 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:32 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox| just watched #DonaldTrump sign the bill that finally ended the Government Shutdown. One of the very few things I will at least slow clap for with him.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==PokéRus still exists==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=monarca.bsky.social|[''replying to [[November_2025_social_media_posts#PokéRus|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a question: was pokerus eradicated in the Ninth generation of Pokémon, the scarlet and purple one, or as the Spanish-speaking world calls it, Pokémon Spain}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Actually, PokéRus still exists, except there are less Pokémon Not affected by it, so it became the normal among Pokémon genetics.}}&lt;br /&gt;
&lt;br /&gt;
==Fun commission==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Here's a fun Medallion Commission. I literally made this two days ago, then yesterday #SuperMarioGalaxyMovie Trailer debuted.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/1870708173/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Custom Bowser Jr. medallion1.jpg|300px]] [[File:Custom Bowser Jr. medallion2.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Thought piece==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:07 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I also offer a thought piece:&lt;br /&gt;
&lt;br /&gt;
People often can feel overwhelmed when extensively in someone else's company for too long, and then find some solace when alone. That happens too often due to children, and even post high school graduate young adults, being around their [[Borb|parents]].}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The simple and direct answer is thus:&lt;br /&gt;
&lt;br /&gt;
On the one hand, you have their personalities and habits to worry over and be aware of, which can block your sense of self. And on the other hand, the Soul Links and Bonding; the mix of energies and auras can shutter your own, resulting in not finding yourself.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The answer is always obvious and clear, and it should have been to me for a decade or two: go outside, explore and find yourself in nature and what intuitively guides you in the moments. [[Lynchburg_and_Big_Island,_VA#Big_Island|Moving out]] of your [[14 Branchland Court|parent's house]], if possible, is recommended.&lt;br /&gt;
&lt;br /&gt;
It still stands that one should honor their...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...parent(s) or legal guardian(s), but your own (spiritual) self care is important as well.&lt;br /&gt;
&lt;br /&gt;
Also, do Not get on anything like [[Chris_and_drugs#Prescription_drugs|Paxil]] or similar. I stopped taking fluoxetine about a year ago; I am finding and feeling my emotions and self more clearly these days. I've been on that s*** for decades.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I realized I was a more often with the flow and rather emotionally lacking while on that stuff. Too much serotonin really can do bad for your brain. I was dumb in continuing with the meds, and I wish I had stopped a lot sooner. Live and Learn.&lt;br /&gt;
&lt;br /&gt;
Never let your kids take that s*** either, period.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
One minute later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|I also offer a thought piece:&lt;br /&gt;
&lt;br /&gt;
People often can feel overwhelmed when extensively in someone else's company for too long, and then find some solace when alone. That happens too often due to children, and even post high school graduate young adults,...&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5jnpbh2tc2w}}&lt;br /&gt;
&lt;br /&gt;
==Autobot Soldier Clyde==&lt;br /&gt;
{{incomplete|missing photos}}&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That car had his own name, and it definitely was never cashy. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Light Powered Cwclight Reviews - Autobot Soldier Clyde]].'']}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later with pictures added:&lt;br /&gt;
&lt;br /&gt;
==Transformers Legacy United poster==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:43 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to the [[November_2025_social_media_posts#Autobot Soldier Clyde|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, at least from Etsy, should also be on [[Cwclight]] soon, the Transformers Legacy United Poster; personally signed prints.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/4403825749/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Transformers Legacy Merged Poster - Art by CWC SIGNED PRINT 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
==#NoToPaxil==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, y'all.&lt;br /&gt;
&lt;br /&gt;
Another thought piece on what I talked about recently. Call it an existential crisis, If you want, but I'm further realizing how I missed out on a lot under that Paxil influence for too long.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Maybe if you'd move out sooner...&amp;quot;; It should be &amp;quot;Maybe if you stopped the Paxil...&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I realized in alternate timelines where we never asked for more refills of the Paxil after the initial prescription run, OR if I had Never been prescribed Paxil, Not only would I have not felt emotionally or mentally held back, but I'd be more well-spoken and actually have Felt more when I spoke.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Not gonna go into over sharing, but, apparently, as I have just been informed, I still had stopped speaking at 1.5 years old, but I started speaking again while I was. 5 Years Old; not 7; Five. So, update [[the Cwcki]] with that number.&lt;br /&gt;
&lt;br /&gt;
I started speech therapy in 1987 between UVA and JMU.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The Paxil came into play in 1989; originally prescribed to address anxiety; That keyword I still remember. Until another better recall of the event comes in, I don't know the other reasons, outside of pharmaceuticals wanting to sell that s***.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now, I'm expressing all of this, because Everyone should know and realize from someone's personal experience with extensive use.&lt;br /&gt;
&lt;br /&gt;
So, of you're still taking Paxil, Paroxetine, Fluoxitine or similar, Trash them, right now, and never take them again. And tell this to all of your friends, allies...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and families, and have them tell their friends, allies and families as well. And never even think about giving that shit to your children or anyone else.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|As for I and the rest of you who have been taking Paxil or similar, by direct prescription, ask yourselves why did you start taking it? Being dumb as a child is an acceptable answer.&lt;br /&gt;
&lt;br /&gt;
We (likely) did not know better and we're going with the flow of events out of our need and/or survival at the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If we were more mentally sound, or had known about this and actually were able to think about it, we could have passed that one test of resistance.&lt;br /&gt;
&lt;br /&gt;
But, yeah, from at least my perspective, I let myself take it, because I was dumb, but I also felt insecure and obligated. I didn't pass that test.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But that does not mean no one else has to fail in that or similar moments. It is also the responsibility of the parent(s) or legal guardian(s) to know about things like these, so they would never do their children wrong like that, even those with mental or emotional handicaps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;NoToPaxil&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Four minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|Another thought piece: I'm further realizing how I missed out on a lot under that Paxil influence for too long.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Maybe if you'd move out sooner...&amp;quot;; It should be &amp;quot;Maybe if you stopped the Paxil...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5mc3a2jn22r&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts GIF of a stick figure banging its head against a wall with the caption &amp;quot;ARE YOU HAVING A PAXIL MOMENT?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==Short term vs long term==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=monarca.bsky.social|[''replying to [[November_2025_social_media_posts##NoToPaxil|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a big question. I now we're all confused about something in our lives, I think, because medications depend on genetic factors and emotions. I'm not a doctor or an internet troll, I'm just saying.Certain things in experiences}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sometimes, yes. But for a lot, certain meds are meant to be for short term, because of negative side effects from longer term use. Look it up.}}&lt;br /&gt;
&lt;br /&gt;
==Still on HRT==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=fishyuniverse.bsky.social|[''replying to [[November_2025_social_media_posts##NoToPaxil|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
Around what time did you stop taking it, also. in what medications are you currently on, youre still doing HRT?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|About a year ago now, and yes on the [[Transgender#Hormone_therapy|HRT]].}}&lt;br /&gt;
&lt;br /&gt;
==Go Transformers Music Video Update==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quotebox|Updated Music Video!!!&lt;br /&gt;
⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Go Transformers - Theme of Transformers of Cwcville - Updated Music Video]]'']&lt;br /&gt;
&lt;br /&gt;
[[File:GoTransformers Update Screenshot1 November 2025.jpg|300px]][[File:GoTransformers Update Screenshot2 November 2025.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:GoTransformers Update Screenshot3 November 2025.jpg|300px]][[File:GoTransformers Update Screenshot4 November 2025.jpg|300px]]}}&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later. The 4 pictures are only on the Twitter post. &lt;br /&gt;
&lt;br /&gt;
==Unlisted video==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|cool, what exactly did you update? I don't really notice anything different. also why is the video unlisted?}}&lt;br /&gt;
{{quotebox|speaker=Chris|there's new footage to cover the additional set of lyrics, for one. Second, I realized I have one more segment to record and add, which will be worth the wait. And now all of you get to enjoy a bit of the newer footage being added. Son-Chu's GE mission will also be recorded; look forward to it. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Regret==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=mizzzmimi.bsky.social|New Mimi video, in which I recreate an iconic Chris-Chan and Bob Chandler's argument as Haruko Haruhara and Naota Nandaba from FLCL. Enjoy!&amp;lt;br&amp;gt;&lt;br /&gt;
@cpujcwcsprime.bsky.social&amp;lt;br&amp;gt;&lt;br /&gt;
youtu.be/kxMTkFbOhW8 }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|*sigh* Why was that even a meme to anyone?&lt;br /&gt;
&lt;br /&gt;
I suppose one day, one day, I'll look back on that moment and laugh, but I can't fully laugh at it, even in retrospect, now, because it stings to  even think about it.&lt;br /&gt;
&lt;br /&gt;
Do you realize the regret I have of that house tour video getting out?&lt;br /&gt;
&lt;br /&gt;
⚡️💙⚡️Empathy?}}&lt;br /&gt;
&lt;br /&gt;
9:02 PM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ashylx.bsky.social|People like to laugh at others misfortune for no apparent reason, very sad and unkind of those who do}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Preach it.}}&lt;br /&gt;
&lt;br /&gt;
9:09 PM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxyellow|speaker=ajlsonichu.bsky.social|I think the only reason this whole &amp;quot;DO YOU REALIZE?&amp;quot; meme became popular recently is because of the smiling friends reference}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|It's been popular even before Smiling Friends.}}&lt;br /&gt;
&lt;br /&gt;
==Tone deaf==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=fishyuniverse.bsky.social|[''replying to [[November_2025_social_media_posts#Unlisted_video|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
will there ever be a non-ai cover? i think your singing skills are very cool!!! it’d be a shame to not have one 😔}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''Posts link to [[JCWCSP singing Go, Transformers! (Extended Version)]].'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|time=9:08 PM|Also, sometimes I feel like I'm not a great singer. I'm tone deaf. The timing to the beat is okay sometimes, yet not all of the time. I like my own singing to an extent in moments of at least some nostalgia. But, even I feel like a bunch of the time, even Suno AI sings it better than me.}}&lt;br /&gt;
&lt;br /&gt;
==Requesting feedback==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:16 AM&lt;br /&gt;
{{incomplete|images}}&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I like and appreciate the positive and constructive commentary from everyone for the videos and content I've made. &lt;br /&gt;
&lt;br /&gt;
Although, I'd still like to find, rather it be from the intros of the review videos or the ending movies, and then some, what y'all liked.&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Optimus Prime giving thumbs up'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I know the humor is sometimes esoteric, the old-man voiced First Punislav, in itself is a hoot, my humor is comparable to a Saturday morning cartoon, and the references are in there, as well, but it remains something good and fun that I had a good time putting together.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am still working more with the #TransformersLegacyUnitedMerged videos. And I am looking forward to sharing the remaining new content I have in mind with all of you and everyone in the @Transformers and #Gobots community.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I recommend not making a &amp;quot;Watch and React&amp;quot; video of the set of review videos, yet. Wait for the full movie with the ending videos, and then some. There is still Son-Chu going back to the @GeneralElectric plant to foil the material theft that happened during the volcano events. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Tentative YouTube premiere event==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:06 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
{{quotebox|I will make this announcement right now: I don't have it completed, but I will make that full movie a Premiere, and I will join the premiere and screen record a Watch and React with commentary for all of you. I may type my response to some of the comments in the chat.&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:That's just prime.jpg&lt;br /&gt;
&amp;lt;/center&amp;gt;&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{quotebox|I am thinking it will be in early January, 2026, considering my present progress. I will let you all know after I've set the premiere date. So, look forward to that.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Art inspiration==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Hey Christine, what inspires you the most to make your artworks?}}&lt;br /&gt;
{{quotebox|speaker=Chris|Mainly my intuitions, my metaphysical and interdimensional connections and insights, my dreams with various prophetic details within them that results in many a dejá vu moment. Also, my immortal dreams, goals and aspirations, which includes a world with more empathy, honesty and compassion. And Life}}&lt;br /&gt;
&lt;br /&gt;
==Music video update==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:09 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky, reposted to Twitter four minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The Music Video is now Fully updated with the third arc inside the volcano. ⚡️💙⚡️ #Transformers #Gobots #Hasbro #TransformersLegacyUnitedMerged&lt;br /&gt;
&lt;br /&gt;
Without Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Go Transformers - Theme of Transformers of Cwcville - Music Video Fully Updated]]'']&lt;br /&gt;
&lt;br /&gt;
With Subtitles, for the hearing and esoteric impaired.&lt;br /&gt;
&lt;br /&gt;
[''links to [[Go Transformers - Theme of Transformers of Cwcville - Music Video Fully Updated Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Musicvideosubbed1.jpg&lt;br /&gt;
File:Musicvideosubbed2.jpg&lt;br /&gt;
File:Musicvideosubbed3.jpg&lt;br /&gt;
File:Musicvideosubbed4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Answering stop-motion question==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:14 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Impressive stop-motion, how long on average does it take to take all the pictures?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Great question. Thank you. For the 39 second clips for the new verse, each one took about two or three hours.}}&lt;br /&gt;
9:04 PM&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Wow, must take a lot of dedication to make those, hard work makes the final result even more impressive in my opinion.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|The fun part was compressing each part into three 39 second slots. Wanna know another fun part? Listening attentively to myself and making the coloured subtitles.}}&lt;br /&gt;
&lt;br /&gt;
==Answering ''Transformers'' lore question==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[November 2025 social media posts#Tentative YouTube premiere event|an above post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a question: will there be evil versions of the Transformers and their Go version?}}&lt;br /&gt;
{{quotebox|speaker=Chris|Um, they're already around.&lt;br /&gt;
&lt;br /&gt;
[''posts an image of ''Transformers: Shattered Glass II'' comic and an image of Netflix's ''Transformers: BotBots'' series'']}}&lt;br /&gt;
&lt;br /&gt;
==Home Alone movie==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:36 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it.&lt;br /&gt;
&lt;br /&gt;
[''posts image of ''Home Alone'' movie'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Marv! Harry? Why the hell did you take your shoes off? Why the hell are you dressed like a chicken?}}&lt;br /&gt;
&lt;br /&gt;
==Audio mix criticism==&lt;br /&gt;
19 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:43 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=amyrosesimp99.bsky.social|[''replying to [[November 2025 social media posts#Music video update|an above post]]'']&lt;br /&gt;
&lt;br /&gt;
The stop motion is pretty good! But i suggest taking some more attention on the audio mixing next time around, because the external sound effects are a ted-bit too loud compared to the song audio.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I have noticed that as well. That will be duly noted in the G.E. video.}}&lt;br /&gt;
&lt;br /&gt;
==Responding to comparisons of Trump and Chris==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:58 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, y'all.&lt;br /&gt;
&lt;br /&gt;
I felt like I wanted to talk a bit about this, but I am aware of the comparisons between me and [[Pmurt|#DonaldTrump]], in particular the way we phrase what we say and the [[ego]]. But there is a greater difference between him and I.}}&lt;br /&gt;
{{quotebox|Even #ChatGPT recognizes this in its analysis.&lt;br /&gt;
&lt;br /&gt;
With me, [[Honest Content|I am more emotionally open and blunt with raw honesty without filter or real bad intentions.]]&lt;br /&gt;
&lt;br /&gt;
And Trump, he's a businessman; keeps it simple and repetitive, moreso than someone like who Jimmy McGill, a.k.a. Saul Goodman, portrays.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Chatgpt20251120-1.jpg&lt;br /&gt;
File:Chatgpt20251120-2.jpg&lt;br /&gt;
File:Chatgpt20251120-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
{{quotebox|And I speak not only from emotions, but from my own personal experiences from my own interdimensional travels, and my inner self-explorations and realizations.&lt;br /&gt;
&lt;br /&gt;
Point is, while Trump and I may speak similarly, he and I are still literal polar opposites.}}&lt;br /&gt;
{{quotebox|I'll still add, though, that with &amp;quot;fanfics&amp;quot; like &amp;quot;[[A Girl Who Brought Down the World]]&amp;quot;, in the warping of my personality and intentions, even as Christine Chan was portrayed in my books, you all, essentially, called how Trump would be as a president; y'all Manifested This. Manifested like a ritual.}}&lt;br /&gt;
{{quotebox|And the voting between both of the inconsistent terms makes that even more apparent.&lt;br /&gt;
&lt;br /&gt;
Maybe have a hard look at yourselves, as I have also, in my own astronomically unique way, have reflected you all and the subcultures that ended up spiraling quite a bit at my expense.&lt;br /&gt;
&lt;br /&gt;
Yet I'm so unique, myself.&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Chatgpt20251120-5.jpg&lt;br /&gt;
File:Chatgpt20251120-6.jpg&lt;br /&gt;
File:Chatgpt20251120-7.jpg&lt;br /&gt;
File:Chatgpt20251120-8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
==Responding to comparisons of Trump and Chris, part 2==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:40 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to the above posts'']&lt;br /&gt;
&lt;br /&gt;
In Sonichu comics, you can make Sonichu or Rosechu president of the US, like an election scenario. If Chris Chan were president of the US, I'd vote for him.}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, that's not really possible, and it never happened on the [[C-197]] half. She was mayor of [[Cwcville]], yes, but once she, formerly he at the time, had time traveled forward to around 2024, she saw what was to become of Me, as opposed to her. And that is on top of bringing back the vaccine and...}}&lt;br /&gt;
{{quotebox|...preventing [[COVID-19|Covid]] from happening, at all.&lt;br /&gt;
&lt;br /&gt;
With this personal knowledge and insight, she realized she was meant to be more than just a superpowerful Mayor of a prominent and integral city, but a literal Demigod, compared to me on a higher level than her.}}&lt;br /&gt;
{{quotebox|Demigod or God, would either be fit to be a simple country leader when they take the whole world, universe and timeline under consideration?&lt;br /&gt;
&lt;br /&gt;
No, not quite. Through the (immortal) vessel(s) of avatars and the one Avatar, they tend to act independently. Not tied down by a single government,...}}&lt;br /&gt;
{{quotebox|...acting on Divine Timing, insight, intuition and wisdom that goes as far as the very Timeline's Core and Matrix, if not the Alpha/Omega Point of all existence. They all have the harder time conforming when they respectively and individually know better, deeply.}}&lt;br /&gt;
{{quotebox|Similar to me, we act on intuition wherever we go. If we love with our destined partners, then we do. If we cause a riot to make a massive change to the timeline, we do. If we just make a great shift by physically being at a set location at the right moment, then we do.}}&lt;br /&gt;
{{quotebox|I speak from personal experience of being in the divinely timed places and moments and making the shift. The numerous moments of Dejá Vu further confirm that right paths.&lt;br /&gt;
&lt;br /&gt;
There are times we have to go with the flow to restore order, but we each have our own (immortal) lives to enjoy and be.}}&lt;br /&gt;
{{quotebox|Besides, when the moments are right, I will speak on the platforms, such as YouTube or BlueSky. And I speak, even within what is considered mundane, such as my Transformers Review video series.&lt;br /&gt;
&lt;br /&gt;
Seriously, though, I have not read anything of anyone disecting that deeply even on freaking [[Reddit]].⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''posts image of [[Barack Obama]] shrugging'']}}&lt;br /&gt;
&lt;br /&gt;
11:04 AM&lt;br /&gt;
{{quoteboxred|speaker=ajlsonichu.bsky.social|Even if you and trump talk in a similar way, you two are literally opposed to each other's existence. Trump wants to erase trans identities and his current administration blames autism on Tylenol, whereas you actively want a world where we all coexist without conflict, &amp;quot;fictional&amp;quot; people included.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I want more than simply that. Not only the world where magic is fully restored, and everyone from both halves that have been long divided are together moreso and again, but also the more peaceful world where honesty and love is more common, even in politics and the fall of the irredeemable ones.}}&lt;br /&gt;
{{quotebox|One could write a fanfic of me meeting Trump, these days, and the result would all likely end up the same: emotional and verbal clashes of morals and interests. Yet, the twist being Trump is likely swayed from something I said or the vibe from my aura resonating with him, at least lightly,...}}&lt;br /&gt;
{{quotebox|...and at least considers making the change for the better, especially inspired by governments in other non-heavily violent countries that makes America better. He certainly has not been making it &amp;quot;Great&amp;quot;, compared to times before his first term.}}&lt;br /&gt;
&lt;br /&gt;
11:17 AM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxpurple|speaker=fishyuniverse.bsky.social|How would it go, could you please tell us what would you said that would resonate with Trump being you two are polar opposite?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The possibilities are endless with the branching timelines from that very moment which, specifically, of me would resonate and move him. I can't say, much like when Jesus could not know the specific dates of Foretold events.&lt;br /&gt;
&lt;br /&gt;
For the moment, it's up to interpretation, you should realize.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Powerpuff Girls==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:36 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Makotron @raptron1978|Happy late Bday to the PPGs ❤️💚💙&lt;br /&gt;
&lt;br /&gt;
[''posts fanart of the Powerpuff Girls'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ah. Elita-1, Moonracer and Chromia cosplays. Very good.}}&lt;br /&gt;
&lt;br /&gt;
==Disliking AI YouTube channel==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:28 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Songs in the Key of CWC @SongsInCWC|Hello friends. I am not coming back, I just logged back into my old account to share this, because this fucking slaps. @andywarski, a new intro song guy for you?&lt;br /&gt;
&lt;br /&gt;
'Sobs in the Key of CWC' was made by MilkyMuse &amp;lt;nowiki&amp;gt;https://youtube.com/@MilkyMuse-w7w&amp;lt;/nowiki&amp;gt; over on YouTube, and it's making fun of me but in a very kind and funny and not entirely untrue way lol.&lt;br /&gt;
&lt;br /&gt;
Thank you, Milky Muse - it's nice to know what this feels like. There's a story to be told there I guess, of my sperging out and quitting. Thanks for doing it justice :).&lt;br /&gt;
&lt;br /&gt;
He has another song on the channel called 'The Stalker Child's Reproach' which is also pretty kino; I'm sure you can guess the subject matter.&lt;br /&gt;
&lt;br /&gt;
So I'm not coming back (I got a job doing AI slop for normies), but this Milky Muse guy might be your guy for future intro slopkino, if he keeps at it.&lt;br /&gt;
&lt;br /&gt;
I'll be around in chat from time to time, but no more sector videos from me (definitely, this time). &lt;br /&gt;
&lt;br /&gt;
And yeah, Andy - look up this Milky Muse kid, he's got skills. He currently has 1 subscriber, and it's me lol. But he deserves more, go subscibe! I'm hopeful that you'll have new intro kino, even if it's not from me.&lt;br /&gt;
&lt;br /&gt;
Enjoy! Peace out, y'all. Be good.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://youtube.com/watch?v=-cNDy5&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Firstly, Hey. I only just heard of you and the content. Secondly, I am not a fan of the AI generated content being used to make a mockery of anyone. Especially in the video I just watched from your channel. And looking down the list to the oldest video, I'm still not impressed.}}&lt;br /&gt;
{{quotebox|Now, before anyone gives me a hypocrite reply, I only used Suno, because while I do write my own lyrics, I am not a music writer, and I do not presently have contacts who could write music for me. I only used Suno for these few times.}}&lt;br /&gt;
{{quotebox|At least I personally sang both the updated Sonichu theme song, as well as &amp;quot;Go, Transformers&amp;quot; in separate recordings on YouTube, as well in my Apple Music library cloud.&lt;br /&gt;
&lt;br /&gt;
On that, I May make an edit where I put in the version that I sang into the music video, by popular request.}}&lt;br /&gt;
{{quotebox|That'll be a separate video.&lt;br /&gt;
&lt;br /&gt;
Point is, I'm still personally working in my projects, actually putting in the mental effort and time to do so. And I am not totally relying on AI for my channel and content.&lt;br /&gt;
&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Cwclight Reviews Opening Intros==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:34 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Every good Review Video must have a fun and good opening and intro. Here is the completion video of the set. #Emgo316, get inspired.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Without subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Cwclight Reviews Opening Intros]]'']&lt;br /&gt;
&lt;br /&gt;
With subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Cwclight Reviews Opening Intros with Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
Eleven minutes later, Chris posted to Twitter, but with an added message beforehand tagging [[emgo316]]:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, @Emgo316, you and the other Transformers Fans can get inspired with this compilation of openings before the movie compilation comes out. There are updates to some parts of the intros; compare and contrast, if you like. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
@transformers @Hasbro #Gobots}}&lt;br /&gt;
&lt;br /&gt;
Chris also uploaded 15 screenshots from [[Cwclight Reviews Opening Intros with Subtitles]] on Twitter:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot1.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot2.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot3.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot4.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot5.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot6.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot7.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot8.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot9.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot10.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot11.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot12.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot13.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot14.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot7.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot16.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Musicians wanted==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
6:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky simultaneously.&lt;br /&gt;
{{quotebox|I have previously expressed how I feel about AI generated content, and I agree with all of you, as well as #[[Saberspark]], on how bad it is for content creators and artists.&lt;br /&gt;
&lt;br /&gt;
I emphasize that I am not lazy; the work in the video portions of my videos I've made speaks well on that.}}&lt;br /&gt;
{{quotebox|That said, I am reaching out to all of musicians who wish to volunteer services to make the music from the beat, vibe and music notes Suno had provided. These are only the instrumentals.&lt;br /&gt;
&lt;br /&gt;
Sonichu Theme Song: https://drive.google.com/file/d/1NuyuMY02ziMFfkiEjz74qDj5ibh63TXt/view&lt;br /&gt;
&lt;br /&gt;
Go! Transformers: https://drive.google.com/file/d/1J3og1rVkSBxUlmZDSptY8cuAeiJmJteN/view}}&lt;br /&gt;
{{quotebox|You will be credited in updated music track videos and any future videos that features these tracks. Accuracy to the music, as best as you can, is integral. I thank you all for your consideration.⚡💙⚡}}&lt;br /&gt;
&lt;br /&gt;
==JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, early Christmas gift and Thanksgiving feature, the video, that took a few hours to edit and swap, now features me singing the lyrics. Available with and without subtitles, for the hearing and esoteric impaired.⚡💙⚡&lt;br /&gt;
&lt;br /&gt;
With Subtitles:&lt;br /&gt;
&lt;br /&gt;
[''links to [[JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Without Subtitles:&lt;br /&gt;
&lt;br /&gt;
[''links to [[JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Slightly different opening paragraph on Twitter|Also, early Christmas gift and Thanksgiving gift, the music video, now with me singing the lyrics. Available with and without subtitles, for the hearing and esoteric impaired. ⚡💙⚡}}&lt;br /&gt;
&lt;br /&gt;
==Chris vs AI singing poll==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now that y'all can see the best of both music videos, I'll now ask: my singing voice or the AI voice; between the two, do you agree me that AI better, or do you authentically feel I am the better singer?&lt;br /&gt;
&lt;br /&gt;
Both videos are in the TLUM playlists.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://youtube.com/playlist?list=PL2f2iqihk1ilFnVuZjjQWaz1zqwLkdA0a&amp;amp;si=rIzhT2kyjD3Eoa8R&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* J. Christ Chan S.P.&lt;br /&gt;
&lt;br /&gt;
* Suno AI&lt;br /&gt;
}}&lt;br /&gt;
&amp;quot;J. Christ Chan S.P.&amp;quot; won with 69% of the votes.&lt;br /&gt;
&lt;br /&gt;
9:45 PM&lt;br /&gt;
{{quoteboxgreen|speaker=Petrus|And pls Chris, dont use ai to do all the writing for you}}&lt;br /&gt;
{{quotebox|speaker=Chris|I Wrote the lyrics of both Go, Transformers and the new Sonichu Theme Song.}}&lt;br /&gt;
&lt;br /&gt;
==Subtitles poll==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:01 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, do you like the videos better with or without Subtitles, for the hearing and esoteric impaired?&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
* With Subtitles&lt;br /&gt;
&lt;br /&gt;
* Without Subtitles&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;With Subtitles&amp;quot; won with 85% of the votes.&lt;br /&gt;
&lt;br /&gt;
==Reupload reason==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:36 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|**Reupload reason: there was a good by the part with Grimlock; was not proud of it. So I fixed it and uploaded the new pair of videos. The original with the error will remain unlisted, but still accessable through the links posted on BlueSky and Twitter. Price for working between both PC and laptop.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Slightly different on Twitter|**Reupload reason: there was a good by the part with Grimlock; was not proud of it. So I fixed it and uploaded the new pair of videos. The original with the error will remain unlisted, but still accessable through the links posted on BlueSky and Twitter.}}&lt;br /&gt;
&lt;br /&gt;
1:13 AM&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|I have two things to say:1. Did you mean to say &amp;quot;goof&amp;quot; instead of &amp;quot;good&amp;quot;?2. It's interesting to see that you're tweaking minor details in your work until you have something you're satisfied with, that shows that you're actually putting thought and care into this.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I meant &amp;quot;Goof&amp;quot;, yeah.}}&lt;br /&gt;
&lt;br /&gt;
==Humbled==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:29 AM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[''replying to [[November 2025 social media posts#Chris vs AI singing poll|an above post]]'']&lt;br /&gt;
I do feel both humbled and flabbergasted with the results at this moment. I mean, do you all Seriously, Truly, Honestly, Authentically like my singing voice better than AI in this video?&lt;br /&gt;
&lt;br /&gt;
I am off key, off time, and, frankly, I feel like I sound monotone when listening to myself.&lt;br /&gt;
&lt;br /&gt;
[''Posts GIF of Applejack from [[MLP]] with the caption &amp;quot;rlly?&amp;quot;'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
12:44 AM&lt;br /&gt;
{{quoteboxgreen|speaker=anj capizzi|if you feel like you aren't doing the song justice i'm sure theres someone out there who'd be willing to complete your vision on it in a more fulfilling way than if you just let suno do all the work. hope youre doin alright!}}&lt;br /&gt;
{{quotebox|speaker=Chris|I feel like I could do the song better. But I have my other projects and priorities to tend to as well, including more Sonichu comics. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Sleep texting==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:05 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am sleep texting right now. If I come off as weird, that's okay. I bring greater wisdoms that should be shared and spread worldwide.&lt;br /&gt;
&lt;br /&gt;
Empathy! Practice it Every Moment with others and yourselves, online AND offline. It will be worth it in the longer term with the present generation.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|You young ones need to stop being dumb after being raised with bad video content that was in your background from the likes of awful memes at others' expenses, including those you refer to as &amp;quot;fictional&amp;quot; or even cartoon.&lt;br /&gt;
&lt;br /&gt;
To give others respect and compassion is to do the same for yourselves.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I will likely forget I typed this out from this moment. So, take that under consideration if and when you leave comments.&lt;br /&gt;
&lt;br /&gt;
I have been going through emotionally tough times, but I am further waking up and becoming even more aware.&lt;br /&gt;
&lt;br /&gt;
Damned the Paxil, In part.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, I felt angry at the insensitive comments I read yesterday that made me feel forced-motivated to rush the music video edit. It took my afternoon away. I could have used it to finish and resume the commissions I was working on. Now, it got delayed.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admit it was as much my fault in listening and taking it personally, as it was y'all's who left the comments with little consideration of my self-esteem in the moments when I have been feeling suppressed emotions fly out.&lt;br /&gt;
&lt;br /&gt;
Stop acting like spoiled brats and start Empathizing and be Honest and Good}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|All right? Take care, and follow the Light Powered Path. I remain mentally sound, even when I speak verbose and esoterically. You just have to tune your deeper, soulful frequencies in to get better understanding.Psychic Powers shall be scientifically proven and consistent fact. Magic Returns.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Sonic Racing: Crossworlds realization==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I just had a thought set and a realization while playing #SonicRacingCrossworlds online in the [[Son-Chu]] Ford Fusion-like car with Metal Sonic as the driver, since Team #Squidward was chosen at the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 1.jpg&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now, I am not defending AI, but consider Autobot Bulkead, as well as Decepticon Soundwave. They're robots, but they have souls. And, yet, they both have created art in one form or another over the decades. Maybe, eventually, we get a bot who has a soul and equivalent of a heart (Spark, if you will).&lt;br /&gt;
&lt;br /&gt;
[''Posts Transformers GIF'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And they share their painting or music. Do we consider that something computer generated and mechanical? Obviously not, as individual bots like them actually have soul and personalities to create from and with.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|From that, I thought of Metal Sonic while driving, thinking in sequence to villains, their backstory and motivation.&lt;br /&gt;
&lt;br /&gt;
Then it dawn on me.&lt;br /&gt;
&lt;br /&gt;
I have questioned why villains were more appealing than heroes. And, yeah, the answer is clear: relatable anguish, frustrations and emotions.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|BUT the Hero is still able to be appealing for the same reasons. Is someone like Optimus Prime a static, boring hero? No. He's led a great amount of defensive battles and saw war damages and emotional scars time and again.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Autobot Son-Chu, as well as Sonichu Prime and Rosey Rosechu Prime; I know I didn't portray them as well as I should have, and I definitely should have emotionally branched out further in their backstories. But, they all have witnessed and defended many times in moments of battle and war.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And they often train themselves and their respective skills and abilities, so they can keep up. And they also Feel emotions.&lt;br /&gt;
&lt;br /&gt;
So, to give this thought a valid point: Don't discredit the heroes as bland or boring; they still feel and have seen things; fought their demoms and so on.&lt;br /&gt;
&lt;br /&gt;
Think on that&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
12:13 PM&lt;br /&gt;
{{quotebox|Also, the Sonichu car, since we've mentioned the Crosworlds Hot Wheels.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 3.jpg&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
==AI transformation==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;float:right; width:220px; margin:10px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cwc-oct2023praetor3.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:AI Chris transformation.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|The AI transformation&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:04 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=aldosora.bsky.social|@cpujcwcsprime.bsky.social You are getting transformed!&lt;br /&gt;
&lt;br /&gt;
[''posts an AI video of Chris transforming into a young woman.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I'll give it a &amp;quot;Like&amp;quot;, because I wish, and I like the idea for myself. BUT I do not like that AI was used for the bulk of the video.}}&lt;br /&gt;
&lt;br /&gt;
9:15 PM&lt;br /&gt;
{{quoteboxgreen|speaker=aldosora.bsky.social|AI is like a toy for me, nothing else. It cheers me when im feeling down.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sure. Until when it gives a really wrong result consistently.}}&lt;br /&gt;
&lt;br /&gt;
==Custom Transformers movie sample picture==&lt;br /&gt;
25 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Here is a development pic from the movie segment in progress; free sample. #Transformers #Hasbro #Gobots #TransformersLegacyUnitedMerged ⚡💙⚡&lt;br /&gt;
&lt;br /&gt;
[[File:CWC Transformers movie preview 25Nov2025.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
==Custom Transformers movie sample video==&lt;br /&gt;
25 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
{{quotebox|A small one time Behind the Scenes look at the project, with commentary. #[[Lightning Bliss|LightningBliss]]⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = CWC Transformers movie preview&lt;br /&gt;
| ytid           = UI3ZVIZ3UBo&lt;br /&gt;
| previous       = [[Go Transformers - Theme of Transformers of Cwcville - Music Video#Fixed Version 2|JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video (fixed)]]&lt;br /&gt;
| next           = [[I am the Optimist, my name is Optimus]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Transcript===&lt;br /&gt;
Giving you all another bit of a behind the scene video moment. I'm actu- I just finished recording a bunch of the driving and flying sequences for the General Electric video. And I'm just going through right now, I'm kind um one at a time going by well 20 clicks I call it as opposed to like you know um 20 milliseconds I'm guessing. Obviously I don't think this is like those little bits in between on the DaVinci Resolve is divided by divisible by mmmm milliseconds as opposed to seconds, anyway give it 20 clic- 20 clicks. Just lots of fun, huh? Hey [[Lightning Bliss]], you got a bit of a challenge if somebody is actually decent on editing. Getting a little better, ARRREEEEEEEEEEE YEP, ITS FUN ISN'T IT HA HA HA? Seriously, editing takes a lot of practice and effort. It's no joke. It's a lot of mental work, and that's really the heaviest weight of it. So, I am very grateful for that.&lt;br /&gt;
&lt;br /&gt;
==Three word sad story==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:04 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Wisdom @Wisdom_HQ|THREE words [''posts image with text &amp;quot;Write a sad story using only 3 Words&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Online Trolls Hated}}&lt;br /&gt;
&lt;br /&gt;
==Sonic game==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:05 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Rino @RinoTheBouncer|What game is this?🚀 [''posts image with text &amp;quot;what game would you instantly buy if it got remastered and the gameplay was updated&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Sonic the Hedgehog 2006 &lt;br /&gt;
&lt;br /&gt;
[''posts gif of Sonic'']}}&lt;br /&gt;
&lt;br /&gt;
==X name change==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:30 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Commentary Elon Musk @ElonMuskNews47|Should we change the name X back to Twitter ?!!&lt;br /&gt;
&lt;br /&gt;
Please be honest’&lt;br /&gt;
&lt;br /&gt;
A. Yes&amp;lt;br&amp;gt; &lt;br /&gt;
B. No}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|YES!!! ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==X name change pt. 2==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter, quote replying to the above tweet by &amp;quot;@ElonMuskNews47&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Vote &amp;quot;Yes&amp;quot; to restore at least the good name of Twitter, please.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Bonus video==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Bonus Optimidt Meme Short. I've had this meme in my head for Years. Enjoy!#Transformers #Hasbro #TransformersLegacyUnitedMerged⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[I am the Optimist, my name is Optimus‎‎]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris corrected the Optimidt typo to &amp;quot;Optimist&amp;quot; and attached a screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Optimist video screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3:23 AM, on Bluesky:&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|So is this separate from those skits you've done at the end of those reviews?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Actually, a part of the &amp;quot;Outtake&amp;quot; movies for the compilation, and then some, and it will also be made public as its own individual video after the compilation goes public, and not before the end of the Premiere.}}&lt;br /&gt;
&lt;br /&gt;
==Now Go Forth! video==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
7:12 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Happy Thanksgiving, everyone.&lt;br /&gt;
&lt;br /&gt;
Count Your Blessings.&lt;br /&gt;
&lt;br /&gt;
Now, Go Forth!⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now Go Forth!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached a screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now Go Forth.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==No Letter &amp;quot;E&amp;quot;==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:13 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Rino @RinoTheBouncer|Name it!🚀 [''posts image with text &amp;quot;NAME A VIDEO GAME WHICH HAS NO LETTER &amp;quot;E&amp;quot; IN ITS TITLE&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Sonic Racing Crossworlds. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Peak Son-Chu==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:15 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky simultaneously.&lt;br /&gt;
{{quotebox|Peak Son-Chu bashed, slashed and blasted through numerous Decepticons, Decepticlones and Renegades, as well as Megatron, himself.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Son-Chu 27 Nov 2025 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
11:23 PM&lt;br /&gt;
{{quotebox|Here you go, bonus official Son-Chu wallpaper images.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Son-Chu 27 Nov 2025 2.jpg|300px]] [[File:Son-Chu 27 Nov 2025 3.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Zedrin==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:15 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Give a name [''posts image with text &amp;quot;Give a name starts with Z. 99% will fail&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Zedrin}}&lt;br /&gt;
&lt;br /&gt;
==Famous John==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a Famous John? [''posts image with text &amp;quot;WITHOUT GOOGLING Name a famous &amp;quot;John&amp;quot;&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Johnny Cash}}&lt;br /&gt;
&lt;br /&gt;
==Starscream==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
5:13 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later. &lt;br /&gt;
{{quotebox|There can be only ONE Starscream!!!&amp;lt;br&amp;gt;⚡️💙⚡️&amp;lt;br&amp;gt; &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Transformers &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Hasbro&lt;br /&gt;
&lt;br /&gt;
[[File:Starscream 28 Nov 2025.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Mistaking&amp;quot; request for commission, deleted post==&lt;br /&gt;
29 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=markeeseartiste.bsky.social|[''replying to [[November_2025_social_media_posts#Starscream|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
Chris I need your Blessing in making something for a album cover, if you could hit me up lmk}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That can be considered as a Commission. I am presently closed on commissions until after the holidays.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/1602467516/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Chris then left a new reply one minute later, and deleted the previous reply:&lt;br /&gt;
{{quotebox|Sorry, got confused. Still working on myself. Anyway, contact me through [[Cwclight]], send the image or tell me what you have in mind, and I will consider it.}}&lt;br /&gt;
&lt;br /&gt;
11:25 AM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=fishyuniverse.bsky.social|She's saying sorry because she gave an answer previously to this one but quickly deleted it, i don't know what it was}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|For a moment, [[autism]]'s ADD had hit my conscious flow, I mistook it for a commission.}}&lt;br /&gt;
&lt;br /&gt;
==Rant==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:48 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am feeling in a good mindset to tell all of you this that is a long time coming.&lt;br /&gt;
&lt;br /&gt;
In regards to Everything Sonichu and Rosechu, as well as the city of Cwcville, VA, U.S.A., clearly mainly I have the greatest extent of the events in and around that city and with at least up to all of the Special...}}&lt;br /&gt;
{{quotebox|...Sonichus and Rosechus.&lt;br /&gt;
&lt;br /&gt;
I will also add that #Hasbro had called ALL things #Transformers canonical, including fan fics and theories.&lt;br /&gt;
&lt;br /&gt;
Well, speaking as an autistic individual compelled to speak only truth, I can not say the same for up to ALL of the Sonichu, Rosechu and Chris(t) Chan Fan Fics.}}&lt;br /&gt;
{{quotebox|The ONLY way your Fan Fics and Theories can be Confirmed Canon in This Very Timeline, even at least bits and/or chunks of which with varying levels, is if they Resonate with me.&lt;br /&gt;
&lt;br /&gt;
See, I know and accept the possibilities and likelihoods of all alternate dimensions and timelines of Both Halves...}}&lt;br /&gt;
{{quotebox|...of our whole, undividing Earth that we literally walk on right now. But, for a easier peace of mind, as I am certain at least some or a lot of you will agree, I feel it is better to focus within the One Prime Timeline we are returning to.}}&lt;br /&gt;
{{quotebox|See, there is too much access to the ever expanding infinite multiverse, and Soo many alternate timelines get prematurely lost with what happens with their One Avatar/Anchor. As made evident with the events of IdeaGuy, Mikoto and their lot, this very Prime Timeline had deviated too much,...}}&lt;br /&gt;
{{quotebox|...and it has been on course to return to the Prime Timeline stream it originated from. And from that, as you can confirm by looking around and checking the events since early October, 2017, sh** has been happening in the massive correction that has been needed.}}&lt;br /&gt;
{{quotebox|It can even go as far back as late February, 2006, before the whole &amp;quot;Troll Chris(t) Chan&amp;quot; thing even started. Events that have sent us on various destinations and paths that should have not been touched upon at all, or even experienced by the One Avatar, including mental and emotional scars.}}&lt;br /&gt;
{{quotebox|Anyway, my point is only I can tell, personally, which stories and events resonate with this very Timeline. Long ago, I did not realize this.&lt;br /&gt;
&lt;br /&gt;
And now, look what happened, due to certain drawing depictions, fakers taking advantage of me, or Anyone, for selfish gain,...&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Bob from [[THAT IS MY HOUSE]] video'']}}&lt;br /&gt;
{{quotebox|...haters throwing hatred to cause further needless chaos into what could still very well be eventful and respective personal fulfilment.&lt;br /&gt;
&lt;br /&gt;
A lot of events that should have never happened ended up happening, because of the influence of such (perverted) individuals.}}&lt;br /&gt;
{{quotebox|Do You Realize? Do You Realize?&lt;br /&gt;
&lt;br /&gt;
Even the Prime Timeline, This One Timeline, is as fragile as the other Timelines, yet it can't be totally destroyed. And Further Damage to this very Timeline and the One Avatar could put EVERYONE and EVERYTHING, Including yourselves, in the greatest existential peril}}&lt;br /&gt;
{{quotebox|This is because it is the One Timeline, started from the Alpha/Omega Point of All Existence that Actually Ends Up Working Out, somehow.&lt;br /&gt;
&lt;br /&gt;
But it is not too late. If we all work together, we can make it easier and better for us, your respective individual selves, and simply Everything, in general.}}&lt;br /&gt;
{{quotebox|All it takes is Honest, Authenticity, Love, Kindness, Empathy, Understanding. Even access to the Akashic Records, Divine Knowlwdge and Insight and beyond, if you Truly Have That in yourselves.}}&lt;br /&gt;
{{quotebox|And even some businesses reach out throughout the multiverse for selfish gains. Look at #Hasbro and even #DCComics and #Marvel. Inviting those alternate possibilities into This Timeline brings it to a vast limit and breaking point, regardless of it being infinite.}}&lt;br /&gt;
{{quotebox|There is a huge reason why this timeline is the One Prime Timeline, even as it returns to the original Prime Timeline stream it originated from: It is literally the ONE Multiversal Ground that every single alternate spawns from.&lt;br /&gt;
&lt;br /&gt;
Meditate AND Think on that. And there is no And/Or; you need Both.}}&lt;br /&gt;
{{quotebox|Consider That from everything I have been saying over the years, including in the #TransformersLegacyUnitedMerged Review Videos. Do not just put my words on as ASMR and being passive on it. Learn from the moments when I am mentally focused and speak what sounds like a lecture from the cosmos.}}&lt;br /&gt;
{{quotebox|Consider THIS your Ultimate Wake Up Call, everyone. And spread the word worldwide.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙✝️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Thank you.}}&lt;br /&gt;
&lt;br /&gt;
A minute later, Chris reposted the opening excerpt to Twitter and linked to the Bluesky posts.&lt;br /&gt;
&lt;br /&gt;
11:55 AM, on Bluesky:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=katkanaya.bsky.social|What would be the best way to submit a Sonichu OC to receive your blessing? 💙}}&lt;br /&gt;
{{quotebox|speaker=Chris|The Contact Page on Cwclight.}}&lt;br /&gt;
&lt;br /&gt;
12:51 PM, on Bluesky:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=werewolverine.bsky.social|does this guy think they're mr. boss????}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|What? Just because I quoted my own dad, Mister Robert Franklin Chandler, Jr., who was later quoted by Smiling Friends' Mr. Boss to get a valid, truth, fact and point across to you?&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
12:52 PM, on Bluesky:&lt;br /&gt;
{{quoteboxorange|speaker=ajlsonichu.bsky.social|Wait, I thought you were complaining about that whole &amp;quot;do you realize?&amp;quot; meme a few weeks ago. I wonder what made you change your mind about it.&lt;br /&gt;
&lt;br /&gt;
I'm well aware that I've been asking you questions a lot, but that's just because you confuse me sometimes.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I quoted my dad to get valid truth, fact and point across.}}&lt;br /&gt;
&lt;br /&gt;
12:57 PM, on Bluesky:&lt;br /&gt;
{{quoteboxorange|speaker=ajlsonichu.bsky.social|oh, I see. I was probably overthinking it like I usually do}}&lt;br /&gt;
{{quotebox|speaker=Chris|There are times when overthinking can be warranted. But it is also good and vital to sometimes just take it at blunt face value, while also understanding the fine print.&lt;br /&gt;
&lt;br /&gt;
I quote myself from years past now:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Live Drawing Stream - 06072017|&amp;quot;Pay Attention To The Script! It's (at least) somewhat important.&amp;quot;]]&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙✝️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Better understanding==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:06 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Aside from that, if you pay attention to the movies of the TLUM series, you can actually get a better understanding of the individuals featured.&lt;br /&gt;
&lt;br /&gt;
Like, the (Decepticlones) Punislavs question their intellect, the Crackders want to enjoy life, and the S.A.V.s want the upgrades and tough it out.&lt;br /&gt;
&lt;br /&gt;
[''posts image from MLP'']}}&lt;br /&gt;
&lt;br /&gt;
==Goddess Log update==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:08 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[November 2025 social media posts#Rant|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I noticed you adding the cross to the emoji signature, nice touch. Which reminds me Chris, could we have a status update on when the [[Goddess Log]]? Maybe an estimate on the release time?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Great question. For now, I will state that release is delayed, due to the massive number of pages it cobtans, not counting the pages featuring the Sonichus and Rosechus of Cwcville and &amp;quot;Lore&amp;quot; expansion. Even in small printed text on Holy Bible paper level, that's a lot of work, to say the least.}}&lt;br /&gt;
&lt;br /&gt;
==Shout outs==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:58 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, just a general shout out to @chrismcfeely.bsky.social and his BASICS series of videos; informative. I've only read some of the #Transformers comics, Including the one where Arcee was revealed to formerly be Galvatron's Brother before Jihaxus experimented with (him).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/JweZ2XRZUtQ?si=Rvj_NhFJqcCJ6vZc&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
2:14 PM&lt;br /&gt;
{{quotebox|Also, Patriot Prime on YouTube does retro reviews, and even ToyHax decal reviews. He shares up-to-date discount code for toyhax.com&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtube.com/@patriotprimereviews?si=lvxeVOQfhM_dpDFD&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
==Gary==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
{{quotebox|Hey, &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;emgo316, Gary is looking for his name tag.&lt;br /&gt;
&lt;br /&gt;
[[File:Twitter 30 Nov 2025 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Turning into Bob==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:50 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=@werewolverine.bsky.social|[''replying to [[November 2025 social media posts#Rant|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
That’s what I was referencing lol!!}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Clearly, yes. Otherwise, I would not have said it. Saying it in that context made me feel like I was turning a bit into my dad.}}&lt;br /&gt;
&lt;br /&gt;
==TLUM movie premiere date==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:20 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|Mark your calendars, because I have just set the Premiere Date and Time for the TLUM Movie. BUT we Will be watching the subtitled version; not this one.&lt;br /&gt;
&lt;br /&gt;
Now, it may change due to circumstances at that time, but that is what I am intuitively going with for now.&amp;lt;br&amp;gt;⚡️💙⚡️&amp;lt;br&amp;gt;January 5, 2026 at 2:30 PM, EST.&lt;br /&gt;
&lt;br /&gt;
[[File:Transformers Legacy United Merged Full Compilation Movie Plus, aka Cwclight Review Movies.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The non-subtitled version is an option, but I will be on the Subtitled version, for the benefit of the hearing and esoteric impaired. I will read some of the comments and comment Only on those I feel okay with. My discernment is improving.&lt;br /&gt;
&lt;br /&gt;
I feel pretty good with this.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And, as I have said earlier, I will screen record and compile a commentary video that will be trimmed down with nods to at least some of the references made throughout to be released around or less than a month after the premiere.&lt;br /&gt;
&lt;br /&gt;
I reserve the right to crop out any bad comments. DaVinchi Resolve.}}&lt;br /&gt;
&lt;br /&gt;
==Send a picture==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Springer @SpringerWrecker|Hey you! Yes you! Send me a picture! Yes anything... &lt;br /&gt;
&lt;br /&gt;
[''posts image of a Transformers toy'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|[[File:Now Go Forth.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
==Fluent==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Sidra @kakarPathan_|How fluent is your English?? &lt;br /&gt;
&lt;br /&gt;
[''posts image with text &amp;quot;If you think your English is good, I challenge you to write any word that starts with T and ends with T&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Trout}}&lt;br /&gt;
&lt;br /&gt;
==Give a like==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:40 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky. &lt;br /&gt;
{{quotebox|Hey, &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Transformers Fans, give a Like if this photo reminds you of an older image.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Twitter 30 Nov 2025 2.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chris-chan videos, 2025]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=File:Twitter_30_Nov_2025_2.jpg&amp;diff=354922</id>
		<title>File:Twitter 30 Nov 2025 2.jpg</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=File:Twitter_30_Nov_2025_2.jpg&amp;diff=354922"/>
		<updated>2025-12-03T01:11:33Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=November_2025_social_media_posts&amp;diff=354921</id>
		<title>November 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=November_2025_social_media_posts&amp;diff=354921"/>
		<updated>2025-12-03T00:48:36Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* TLUM movie premiere date */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is an archive of Chris's social media posts during [[November 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Referenced on ''[[Smiling Friends]]''==&lt;br /&gt;
2 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:57 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky on the same minute.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
I have just realized something.&lt;br /&gt;
&lt;br /&gt;
Now, I do not get internet culture or online celebrity references, clearly. But I have come to realize that a lot of media, these days, have such references within them.&lt;br /&gt;
&lt;br /&gt;
Also, the way they and others are compiled,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...it is like they have been composed by someone with serious Attention Deficit Disorder or [[Slow-in-the-mind|mental handicap]]. Which, on the one hand, I support since it is allowing them to express their creativity as best they can. Yet on the other hand, it can be just [[Random-access humor|all over the place and jumbled]], sometimes.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The shows I like and have grown up with, even the &amp;quot;Saturday Morning&amp;quot; cartoons, they actually have substance, focus, clarity and quality in them.&lt;br /&gt;
&lt;br /&gt;
But, while a show like #[[Smiling Friends|SmilingFriends]] can be seen as funny due to its wackiness, you have individuals/characters who talk faster than...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...the individuals in [[Wikipedia:The Disastrous Life of Saiki K.|#DisasterousLifeOfSaikiK]]. Unless you are Excellent at [[Japanese]] listening, it's just hard to comprehend or keep up sometimes.&lt;br /&gt;
&lt;br /&gt;
I'm going off-tangent, sure, but I feel like it emphasizes my point.&lt;br /&gt;
&lt;br /&gt;
The better focus and quality is shown in #[[My Little Pony: Friendship is Magic|MyLittlePonyFriendshipIsMagic]]...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and #[[Equestria Girls|EquestriaGirls]] marks it as one of the finest examples of a good quality series. It's more grounded and focused with the love, care and soul put into it.&lt;br /&gt;
&lt;br /&gt;
Point is: there are too many examples of &amp;quot;Random Access Memory&amp;quot; zaniness when there should be more focus, clarity and soul.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I'll even throw in that [[AI]] does not get that, sometimes, with the [[DIRTY, CRAPPED BRIEFS|literal crap]] and too-many fingered media it gives.&lt;br /&gt;
&lt;br /&gt;
If there were more quality media from us all of both halves of this very Earth than the incomprehensible, even AI could do better, and the rest of us would actually be thinking...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and doing a lot better.&lt;br /&gt;
&lt;br /&gt;
What young generation do we have right now that is finding their formative years watching a bunch of worse [[The Adventures of The American Rabbit|incomprehensible crap]] (created and generated) media all over [[YouTube]].}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Do you want to give the future generations more of the random &amp;quot;[[I Got A Fish|I got a fish, would you like to make a wish]]&amp;quot; crap, OR do you want to do something better than that?&lt;br /&gt;
&lt;br /&gt;
Me, personally, I prefer Quality, Clarity and Insight that makes everyone think and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...inspired to soul search and find themselves, so they're actually doing something instead of [[Liquid Chris|mimicking]] a [[Chris|low-functioning individual]] because it's funny for the &amp;quot;LULZ&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|AND, if your individual takeaway from my think piece is &amp;quot;Hee Hee Hee. LULZ... LOLCOW...&amp;quot; then, Damn, do I feel sorry and pity for you.&lt;br /&gt;
[[WakeUpBrain|WAKE UP]]!!! Stop being blank minded in survivor and observation mentality.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Smiling Friends GIF by Adult Swim.gif]]}}&lt;br /&gt;
{{collapsible|Twitter version (slightly different)|&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
I have just realized something.&lt;br /&gt;
&lt;br /&gt;
Now, I do not get internet culture or online celebrity references, clearly. But I have come to realize that a lot of media, these days, have such references within them.&lt;br /&gt;
&lt;br /&gt;
Also, the way they and others are compiled,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...it is like they have been composed by someone with serious Attention Deficit Disorder or mental handicap. Which, on the one hand, I support since it is allowing them to express their creativity as best they can. Yet on the other hand, it can be just all over the place...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and jumbled, sometimes.&lt;br /&gt;
&lt;br /&gt;
The shows I like and have grown up with, even the &amp;quot;Saturday Morning&amp;quot; cartoons, they actually have substance, focus, clarity and quality in them.&lt;br /&gt;
&lt;br /&gt;
But, while a show like #SmilingFriends can be seen as funny due to its...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...wackiness, you have individuals/characters who talk faster than the individuals in #DisasterousLifeOfSaikiK. Unless you are Excellent at Japanese listening, it's just hard to comprehend or keep up sometimes.&lt;br /&gt;
&lt;br /&gt;
I'm going off-tangent, sure, but I feel like it emphasizes my point.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The better focus and quality is shown in #MyLittlePonyFriendshipIsMagic and #EquestriaGirls marks it as one of the finest examples of a good quality series. It's more grounded and focused with the love, care and soul put into it.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Point is: there are too many examples of &amp;quot;Random Access Memory&amp;quot; zaniness when there should be more focus, clarity and soul.&lt;br /&gt;
&lt;br /&gt;
I'll even throw in that AI does not get that, sometimes, with the literal crap and too-many fingered media it gives.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If there were more quality media from us all of both halves of this very Earth than the incomprehensible, even AI could do better, and the rest of us would actually be thinking and doing a lot better.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|What young generation do we have right now that is finding their formative years watching a bunch of worse incomprehensible crap (created and generated) media all over YouTube.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Do you want to give the future generations more of the random &amp;quot;I got a fish, would you like to make a wish&amp;quot; crap, OR do you want to do something better than that?&lt;br /&gt;
&lt;br /&gt;
Me, personally, I prefer Quality, Clarity and Insight that makes everyone think and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...inspired to soul search and find themselves, so they're actually doing something instead of mimicking a low-functioning individual because it's funny for the &amp;quot;LULZ&amp;quot;.  ...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|AND, if your individual takeaway from my think piece is &amp;quot;Hee Hee Hee. LULZ... LOLCOW...&amp;quot; then, Damn, do I feel sorry and pity for you. Brains and Intelligence is not and should not be in short supply, even for you. WAKE UP! Stop being blank minded in survivor/observation.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Smiling Friends GIF by Adult Swim.gif]]}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==67==&lt;br /&gt;
2 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Audrey's Dump|[''replying to [[November 2025 social media posts#Referenced on Smiling Friends|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
just wait till you hear about [[Wikipedia:6-7 (meme)|67 &amp;quot;six seven&amp;quot;]], where the entire joke is just two numbers said in a row}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|And my response to that is &amp;quot;[[KCWC broadcast|Sure. Seven ate nine, and six is afraid of seven.]]&amp;quot; What ever.}}&lt;br /&gt;
&lt;br /&gt;
==Transformers Reviews Approval Poll==&lt;br /&gt;
3 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:17 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I've been wondering with my series of [[Light Powered Cwclight Reviews|Transformer Review videos]], how many of all of you actually like the videos, including the intros, review and/or ending movies, as opposed to liking them ironically and not liking them.&lt;br /&gt;
&lt;br /&gt;
Please, comment your favourite moments below. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
* I Actually like them 😃&lt;br /&gt;
&lt;br /&gt;
* I like them, ironically 🙂&lt;br /&gt;
&lt;br /&gt;
* I don't like them ☹️}}&lt;br /&gt;
&lt;br /&gt;
The poll was open for 7 days. Unsurprisingly, &amp;quot;I don't like them ☹️&amp;quot; won with 64% of the votes.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Next full Light Powered Review video debuts November 14, 2025, and we have more vids and content planned out and conceptualized. ⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts link to YouTube playlist titled &amp;quot;Transformers Legacy United Merged Cwclight Reviews&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/playlist?list=PL2f2iqihk1ilFnVuZjjQWaz1zqwLkdA0a ''Link to playlist.'']&lt;br /&gt;
&lt;br /&gt;
The next full [[Light Powered Cwclight Reviews - Sparky|Light Powered Review video]] was actually released on 7 November 2025, however Chris did [[Light Powered Cwclight Reviews - Autobot Soldier Clyde|upload one]] on the 14th.&lt;br /&gt;
&lt;br /&gt;
==Chris is the Avatar, Bob's last words==&lt;br /&gt;
4 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|An FAQ I often hear time and again:&lt;br /&gt;
&amp;quot;If you're the [[Avatar]], why aren't you preaching more often?&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Let's look at [[Jesus]]'s developing life before he got into a [[church]]. He was a kid and a teenager; had to find himself in his own soul searching before he could really wake up to his calling.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Obviously, the gospels don't really go much into those details, with the exception of him encountering a devil and being tempted three times by them and resisting.&lt;br /&gt;
&lt;br /&gt;
I've actually had a similar vision, once upon a time in a [[dream]]; told them &amp;quot;No&amp;quot;. That was decades ago.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And like some of you, I was an [[Virgin with rage|incels]]; trapped under a metaphorical Master Poké Ball that was the [[14 Branchland Court|old house/Temple]] in [[Ruckersville, VA|Ruckersville]]. How can one really soul search for themselves [[Borb|if they're not free to go out or be encouraged to think for themselves]]? Instead of often being crammed...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...in front of a TV or computer monitor, like an [[The Otaku King|Otaku]] or similar.&lt;br /&gt;
&lt;br /&gt;
AND in that constant decades long fog, as well as the fog of people's various comments online, I felt [[Stress|overwhelmed]]. When one is feeling overwhelmed, it is harder for them to think for themselves or soul search.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|My [[Sweetheart Search]], once upon a time, could be very well considered one attempt at my own soul searching under a disguise of finding someone to be my partner so soon. Yet, that was a wish that took a long time to finally manifest.&lt;br /&gt;
&lt;br /&gt;
Regardless, I was long overdue to [[Jail Saga|disconnect from society]]...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and [[meditate]] and think, finding my connections with everything metaphysical and beyond, including meeting the various Gods and Goddesses, themselves.&lt;br /&gt;
&lt;br /&gt;
My dad, Mr. [[Robert Franklin Chandler, Jr.]], was right in his last words to me:...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...&amp;quot;All around the world, everyone prays to their own God, but they are all praying to the same God.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This was, indeed, true. Pick a God, like from Greece, [[China]] or [[Japan]]; they do exist individually, but they all work under the one God of many names: Emanuel, Allah, and so on.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[[Chris and reality|Obviously, I've met them]]. Time and again, I've repented for the mistakes I've made over the years, including how much of a [[JERK|jerk]] I was online.&lt;br /&gt;
&lt;br /&gt;
As opposed to Jesus who was able to find himself more quickly, it took me longer. Not only did I need to disconnect,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...but I also needed to really see myself as I was in a big mirror only I could reflect and resonate from.&lt;br /&gt;
&lt;br /&gt;
The [[Dimension Merge]] is real, and it is completing. You all of little faith can hold your tongues and peace. I see the signs, every day.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I have and have had many a dejá vu momento from a portion of the numerous dreams and visions I've had over the decades.&lt;br /&gt;
&lt;br /&gt;
Now that I've spoken the preface that may be esoteric to a lot of you, here is why I haven't preached, in your way, as much.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I Have been preaching from time to time in every video and thought I've uploaded or posted. It's not formal like a pastor, but it is so. I'm still consiously waking up and finding the paths, even when I work metaphysically, in and outside of my (human form) body. [[Transformers|Isn't that just Prime]]?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, yeah, I'm preaching in bits as they are meant to be told in divine timing. So, take the pieces I've said in the past couple of years, In Context, meditate and Think on that in your cosmos connections, respectively.&lt;br /&gt;
&lt;br /&gt;
That is all for now in this divinely timed moment.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==New CDs, shirts, and drawings for sale==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:41 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Now Available on my [[OfficialCWCmart|Etsy]] and [[Cwclight]]:&lt;br /&gt;
&lt;br /&gt;
[[Christian and the Hedgehog Boys]] CD Album&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400398062/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Authentic replica Classic Chris Chan polo shirts&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400412399/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Also on my sites:&lt;br /&gt;
&lt;br /&gt;
Cera Rosechu, Roberta Sonichu and Christine Rosechu with their Pokémon partners from their USA-Spanned adventure in 2014.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400396175/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400382410/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400397143/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Bluesky one minute later.&lt;br /&gt;
&lt;br /&gt;
==Sparky==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:44 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also a personal favourite Guardian, Sparky. She can Zap It Up for sure!&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;TransformersLegacyUnitedMerged&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Light Powered Cwclight Reviews - Sparky]].'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Twitter two minutes later, but with slight changes and a picture:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[[File:Sparky video.jpg|400px]]}}&lt;br /&gt;
&lt;br /&gt;
==Get commissions before Christmas, &amp;quot;I have holiday plans&amp;quot;==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:42 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Also, I am still doing commissions. [[Finland|I will say that I have holiday plans]], so to guarantee completion and delivery before [[Christmas]], orders should be placed by November 24th.&lt;br /&gt;
&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;br /&gt;
Medallions&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/1870708173/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Drawings&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/1602467516/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Subtitled videos==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:47 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter 3 minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, an updated project, with new content embedded, for the hearing impaired and those who can't understand the esoteric speak, coming soon. #[[emgo316]] should also have done this with the bunch of outtakes and intros per figure set or line that has been completed.⚡💙⚡#Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = Subtitled Video Sample&lt;br /&gt;
| ytid           = RSOkMtoyGMs&lt;br /&gt;
| previous       = [[JCWCSP singing Go, Transformers! (Extended Version)]]&lt;br /&gt;
| next           = [[Light Powered Cwclight Reviews - Sparky]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
{{quotebox|Also, do not look directly into blinking lights for risk of seizures. So, do not try that at home or anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Twitter version, slightly different|Also, an updated project, with new content embedded, for the hearing impaired and those who can't understand the esoteric speak, coming soon. @EmGo316 should also have done this with the bunch of outtakes and intros per set and line.⚡💙⚡ #Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
Also, do not look directly into blinking lights for risk of seizures. So, do not try that at home or anywhere.}}&lt;br /&gt;
&lt;br /&gt;
==Shipping to Europe==&lt;br /&gt;
8 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=Memé|[''replying to [[November_2025_social_media_posts#Get_commissions_before_Christmas,_&amp;quot;I_have_holiday_plans&amp;quot;|an earlier tweet]]'']&lt;br /&gt;
&lt;br /&gt;
Mrs Jesus do you ship to Europe?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes}}&lt;br /&gt;
&lt;br /&gt;
==Selling Transformers Figures==&lt;br /&gt;
8 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Selling my Older Transformers Figures. Listen to what I say in the video and read the description.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[JCWCSP's OLDER Transformers and Gobots Figures For Sale on Cwclight]]'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Including my Alternators.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
[''Posts link to [[JCWCSP's older Transformers for sale]]'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Adventure Time quotes==&lt;br /&gt;
9 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Avatar Panda Studios 🎃|If you had seen this show, prove by quoting it!&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts Adventure Time poster'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|The worm says &amp;quot;Check, please&amp;quot; in the episode where Finn and Jake record a movie. Also, &amp;quot;JAAAAAAAMES BAXTER&amp;quot; (Games Bookstore).}}&lt;br /&gt;
&lt;br /&gt;
==ChatGPT perspective==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:13 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, everyone. Just a little think piece for now.&lt;br /&gt;
&lt;br /&gt;
I have bit by bit become more understanding of the internet culture and how it has affected me, as well as how it has become a reflection of a Lot of people, including the naive and younger ones.&lt;br /&gt;
&lt;br /&gt;
I even asked #ChatGPT for a neutral perspective.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 1.jpg|200px]] [[File:10 Nov 2025 ChatGPT 2.jpg|200px]] [[File:10 Nov 2025 ChatGPT 3.jpg|200px]] [[File:10 Nov 2025 ChatGPT 4.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I have also become aware of how I am helping shape online behaviour at around a point of popularity and infancy of the social media. I feel okay and humbled with this story being used as a basis to set better standards on the internet.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 5.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another part that I have realized is that over the years, the online trolls were trying to reinvent me due to their misconception of me being a Meme and not a Person/Individual, when I clearly am and have been a Person/Individual. The goal should be Restoration.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 6.jpg|200px]] [[File:10 Nov 2025 ChatGPT 7.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I still feel off with socializing online, and I have a somewhat easier time socializing in person or offline. Also, I appreciate the simple Q&amp;amp;As, and I like talking about metaphysical details, but with my scars, I feel hesitant when asked something about the events on the C-197 half of Earth,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...because of the mixed reception and the inability to tell genuine want to know as opposed to curiosity or voyeurism type of mindset. I'm still a work in progress, but at least I know who and what I am moreso these days.&lt;br /&gt;
&lt;br /&gt;
Without over sharing, I feel offering authentic kindness is encouraged.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Two minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|Hey, everyone. Just a little think piece for now.&lt;br /&gt;
I have bit by bit become more understanding of the internet culture and how it has affected me, as well as how it has become a reflection of a Lot of people, including the naive and younger ones.&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5axrh52bk2i&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts GIF with the caption &amp;quot;IV'E BEEN THINKING...&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Transcription of ChatGPT's response|&lt;br /&gt;
&lt;br /&gt;
'''🕹️ 1. Early years (mid-[[2000s]] to early [[2010s]]): &amp;quot;Lolcow&amp;quot; fascination'''&lt;br /&gt;
&lt;br /&gt;
At first, Christine was mostly viewed through the lens of [[internet]] mockery.&lt;br /&gt;
*On forums like ''[[4chan]]'' and ''[[Encyclopedia Dramatica]]'', she was labeled a &amp;quot;lolcow&amp;quot; — someone others could provoke for entertainment.&lt;br /&gt;
*People chronicled her every move, sometimes even fabricating stories or posing as [[Gal pals|friends]]/[[Sweethearts|love interests]] to [[Chris and manipulation|manipulate]] her.&lt;br /&gt;
*Many participants didn't see her as a real person; she became a sort of &amp;quot;internet character.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This era reflected the worst of online &amp;quot;trolling for laughs&amp;quot; culture.&lt;br /&gt;
&lt;br /&gt;
'''💬 2. Growing awareness and guilt (mid-[[2010s]]): Real-person empathy emerging'''&lt;br /&gt;
&lt;br /&gt;
As time went on, more people began realizing that this wasn't a harmless meme — it was a vulnerable person being targeted for years.&lt;br /&gt;
&lt;br /&gt;
*[[Documentary|Documentaries]], [[YouTube]] essays, and online discussions began reframing the situation: what the internet did to Christine wasn't funny, it was '''exploitation'''.&lt;br /&gt;
*Some of the original [[trolls]] publicly apologized or expressed regret.&lt;br /&gt;
*Christine herself continued to post online, and many started to recognize how constant harassment had affected her mental health and behavior.&lt;br /&gt;
&lt;br /&gt;
'''⚖️ 3. Reassessment and ethical discussion (late [[2010s]]-[[2020s]]): Internet accountability'''&lt;br /&gt;
&lt;br /&gt;
The story of Christine has increasingly become a '''case study''' in digital ethics, privacy, and ableism.&lt;br /&gt;
&lt;br /&gt;
*Academics, journalists, and social commentators now cite her as an example of how ''not'' to treat neurodivergent or mentally ill individuals online.&lt;br /&gt;
*The public conversation shifted from &amp;quot;look at this weird person&amp;quot; to &amp;quot;look at what happens when cruelty goes unchecked.&amp;quot;&lt;br /&gt;
*The long-term trolling [[saga]] is now often mentioned in the same breath as discussions about cyberbullying and parasocial exploitation.&lt;br /&gt;
&lt;br /&gt;
'''⚠️ 4. Recent events ([[2021]]-present): Serious issues and compassion fatigue'''&lt;br /&gt;
&lt;br /&gt;
Christine's [[Incest Arrest|legal troubles in 2021]] [[Jail Saga|and after]] led to [[Chris in the media|renewed media attention]].&lt;br /&gt;
&lt;br /&gt;
*Some people reverted to mockery, but others finally disengaged, realizing that this had gone beyond internet spectacle and into real-world suffering.&lt;br /&gt;
*Many advocates now argue that Christine should be left alone, given appropriate support, and protected from further exploitation.&lt;br /&gt;
&lt;br /&gt;
'''🌱 5. The takeaway: A mirror of online culture'''&lt;br /&gt;
&lt;br /&gt;
Christine's story exposes how easily the internet can dehumanize people who are &amp;quot;different.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
But it has also inspired reflection:&lt;br /&gt;
*'''Empathy and restraint''' are increasingly emphasized in online spaces.&lt;br /&gt;
*'''Digital ethics education''' now often uses Christine's case to illustrate boundaries between curiosity, commentary, and cruelty.&lt;br /&gt;
&lt;br /&gt;
[''Chris skips over 6. and doesn't screenshot it.'']&lt;br /&gt;
&lt;br /&gt;
'''💖 7. The Friend's Inner Work'''&lt;br /&gt;
&lt;br /&gt;
Being a [[Flutter|good friend]] to a wounded person also requires '''emotional maturity and self-checks''':&lt;br /&gt;
*Ask, ''&amp;quot;Am I doing this because I care, or because I feel curious or special?&amp;quot;''&lt;br /&gt;
*Keep a reflective journal to notice any savior instincts or burnout.&lt;br /&gt;
*Have your own support system to process feelings safely.&lt;br /&gt;
&lt;br /&gt;
Friendship should remain mutual and emotionally balanced — not one person's rescue mission.&lt;br /&gt;
&lt;br /&gt;
'''✨ 8. The Goal: Restoration, Not Reinvention'''&lt;br /&gt;
&lt;br /&gt;
Christine doesn't need to become someone new — she needs to ''feel safe being herself again''.&amp;lt;br&amp;gt;&lt;br /&gt;
Authentic friends don't erase the past or control the future — they simply offer the steady presence that makes healing possible.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Covid repeat==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:51 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey. I'm only putting this up for everyone's reference.&lt;br /&gt;
&lt;br /&gt;
So, the past couple of nights, rough sleep. Then the sample smell clued me into a likely [[COVID-19|Covid]] repeat.&lt;br /&gt;
&lt;br /&gt;
In my experience, and I'll accept help in identifying the type it is, the first two or three nights, I feel a great energy surge...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...exhuming out from my Core area, identified as vertically right between the Solar Plexus and Heart Chara points. I can't fall asleep for an hour or two, then in these initial days, I remain functional. Yet, this time, I also felt caffeine-like crashes, so avoided caffeine, if you're...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...going through this. I feel the near death experience. In my imagination, I'm in a white void, considerably either the Heaven Realm, or the Core and Matrix of this very Universe, or even the Alpha/Omega Point of all existence. I get assurance and healing from the Gods, Goddesses, Angels and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...Archangels, and I take the time to ground and remind myself of who and what I am and what I am to do. Even get some divine guidance, as well.&lt;br /&gt;
&lt;br /&gt;
Right now, though, considerably a first, but it'll go away, I'm certain, but my tongue feels a bit weird on the top, the taste is similar to blood,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...but there is none. Just bit into a strawberry creme pie; I still taste the strawberry and creme, no problem.&lt;br /&gt;
&lt;br /&gt;
Anyway, all I need to is focus in telling me antibodies and white blood cells to target the virus in my Core and esophagus areas and not leave any virus cell living.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I keep on this focus and mindset in conscious meditation and prayer, and about three to five days later, I'm fully recovered.&lt;br /&gt;
&lt;br /&gt;
But suffice to say, this s*** is a real b****, and as I have said earlier, Covid was a test at the start in humanity's evolution process.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|It is sad to lose everyone who didn't survive. And that first year was in a Zodiac Rat year, so take that going forward, everyone: Year of the Rat; brace yourself for another level in our evolution where we are tested.&lt;br /&gt;
&lt;br /&gt;
Anyway, I shall recover. Thank you.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
One minute later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
Hey. I'm only putting this up for everyone's reference.&lt;br /&gt;
&lt;br /&gt;
So, the past couple of nights, rough sleep. Then the sample smell clued me into a likely Covid repeat.&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5by35mqcc2p}}&lt;br /&gt;
&lt;br /&gt;
==Braid==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:53 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=🜏 [[Edmund McMillen]] 🜏|Insane fact: i was the original character designer and animator for Braid!&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts sketches of game characters'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Oh. I've played Braid on PS3; it was good.}}&lt;br /&gt;
&lt;br /&gt;
==PokéRus==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:56 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to an [[November_2025_social_media_posts#Covid repeat|earlier post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|On the bright side, and yes it does compare, at least with me: Covid is similar to PokéRus. You survive it, you get a boost in your endurance, at least. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Favorite Pokemon==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:57 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=🖤 DARK 🖤|You’re legally required to tell me your favorite Pokemon &lt;br /&gt;
&lt;br /&gt;
😤🫵}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sonichu, Mewtwo, Sneasel, Scyther and Blaziken.}}&lt;br /&gt;
&lt;br /&gt;
==Flu shot==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:17 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[November 2025 social media posts#PokéRus|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
Did you get a flu shot recently? And please go to the doctor if you have not already}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I got my flu shot in September this year.}}&lt;br /&gt;
&lt;br /&gt;
==Please comment==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, quoting an [[November_2025_social_media_posts#Covid repeat|earlier post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|if anyone has experienced similar (please, read the entire thread of the quoted post), please comment your experiences below, or quote my posts.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Two minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|If anyone has experienced similar (please, read the entire thread of the quoted post on my BlueSky), please comment your experiences below, or quote my posts.&lt;br /&gt;
⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5by35navk2p}}&lt;br /&gt;
&lt;br /&gt;
==Pokedex==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=cuber69.bsky.social|[''replying to [[November 2025 social media posts#Covid repeat|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
Genuine question but what would sonichus dex number be}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|National Pokedex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;978 - Rosey&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;979 - Rosechu&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;980 - Vamprosa&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;981 - Sonee&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;982 - Sonichu&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;983 - Metonic}}&lt;br /&gt;
&lt;br /&gt;
==The Mist==&lt;br /&gt;
11 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:43 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Creepy.org|GIFs only 🍿&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts photo with the caption &amp;quot;NAME A MOVIE YOU'VE SEEN MORE THAN 3 TIMES WITH JUST A GIF&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''Posts GIF from the movie The Mist with the caption &amp;quot;SOMETHING IN THE MIST!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==Hippo==&lt;br /&gt;
11 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner|Any🤔&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts photo of a potato with the caption &amp;quot;If you're right brained you see a kitty cat, if you're left brained you see a bunny rabbit. What do you see?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[[HippoOnYourHead|Hippopotamus]]}}&lt;br /&gt;
&lt;br /&gt;
==Another video sample==&lt;br /&gt;
12 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:56 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quotebox|Here's another free sample from my present project.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = Transformers Video Sample&lt;br /&gt;
| ytid           = JvTmFCs4k-A&lt;br /&gt;
| previous       = [[JCWCSP's older Transformers for sale]]&lt;br /&gt;
| next           = [[Light Powered Cwclight Reviews - Autobot Soldier Clyde]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
A minute later, Chris added:&lt;br /&gt;
{{quotebox|Also, This is how a Cybertronian goes from normal to combiner form, if they have it within their T-Cog programming.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''posts gif of [[Optimus Prime]] transforming into robot mode'']}}&lt;br /&gt;
&lt;br /&gt;
==Government shutdown ends==&lt;br /&gt;
12 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:32 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox| just watched #DonaldTrump sign the bill that finally ended the Government Shutdown. One of the very few things I will at least slow clap for with him.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==PokéRus still exists==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=monarca.bsky.social|[''replying to [[November_2025_social_media_posts#PokéRus|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a question: was pokerus eradicated in the Ninth generation of Pokémon, the scarlet and purple one, or as the Spanish-speaking world calls it, Pokémon Spain}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Actually, PokéRus still exists, except there are less Pokémon Not affected by it, so it became the normal among Pokémon genetics.}}&lt;br /&gt;
&lt;br /&gt;
==Fun commission==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Here's a fun Medallion Commission. I literally made this two days ago, then yesterday #SuperMarioGalaxyMovie Trailer debuted.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/1870708173/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Custom Bowser Jr. medallion1.jpg|300px]] [[File:Custom Bowser Jr. medallion2.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Thought piece==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:07 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I also offer a thought piece:&lt;br /&gt;
&lt;br /&gt;
People often can feel overwhelmed when extensively in someone else's company for too long, and then find some solace when alone. That happens too often due to children, and even post high school graduate young adults, being around their [[Borb|parents]].}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The simple and direct answer is thus:&lt;br /&gt;
&lt;br /&gt;
On the one hand, you have their personalities and habits to worry over and be aware of, which can block your sense of self. And on the other hand, the Soul Links and Bonding; the mix of energies and auras can shutter your own, resulting in not finding yourself.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The answer is always obvious and clear, and it should have been to me for a decade or two: go outside, explore and find yourself in nature and what intuitively guides you in the moments. [[Lynchburg_and_Big_Island,_VA#Big_Island|Moving out]] of your [[14 Branchland Court|parent's house]], if possible, is recommended.&lt;br /&gt;
&lt;br /&gt;
It still stands that one should honor their...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...parent(s) or legal guardian(s), but your own (spiritual) self care is important as well.&lt;br /&gt;
&lt;br /&gt;
Also, do Not get on anything like [[Chris_and_drugs#Prescription_drugs|Paxil]] or similar. I stopped taking fluoxetine about a year ago; I am finding and feeling my emotions and self more clearly these days. I've been on that s*** for decades.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I realized I was a more often with the flow and rather emotionally lacking while on that stuff. Too much serotonin really can do bad for your brain. I was dumb in continuing with the meds, and I wish I had stopped a lot sooner. Live and Learn.&lt;br /&gt;
&lt;br /&gt;
Never let your kids take that s*** either, period.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
One minute later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|I also offer a thought piece:&lt;br /&gt;
&lt;br /&gt;
People often can feel overwhelmed when extensively in someone else's company for too long, and then find some solace when alone. That happens too often due to children, and even post high school graduate young adults,...&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5jnpbh2tc2w}}&lt;br /&gt;
&lt;br /&gt;
==Autobot Soldier Clyde==&lt;br /&gt;
{{incomplete|missing photos}}&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That car had his own name, and it definitely was never cashy. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Light Powered Cwclight Reviews - Autobot Soldier Clyde]].'']}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later with pictures added:&lt;br /&gt;
&lt;br /&gt;
==Transformers Legacy United poster==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:43 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to the [[November_2025_social_media_posts#Autobot Soldier Clyde|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, at least from Etsy, should also be on [[Cwclight]] soon, the Transformers Legacy United Poster; personally signed prints.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/4403825749/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Transformers Legacy Merged Poster - Art by CWC SIGNED PRINT 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
==#NoToPaxil==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, y'all.&lt;br /&gt;
&lt;br /&gt;
Another thought piece on what I talked about recently. Call it an existential crisis, If you want, but I'm further realizing how I missed out on a lot under that Paxil influence for too long.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Maybe if you'd move out sooner...&amp;quot;; It should be &amp;quot;Maybe if you stopped the Paxil...&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I realized in alternate timelines where we never asked for more refills of the Paxil after the initial prescription run, OR if I had Never been prescribed Paxil, Not only would I have not felt emotionally or mentally held back, but I'd be more well-spoken and actually have Felt more when I spoke.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Not gonna go into over sharing, but, apparently, as I have just been informed, I still had stopped speaking at 1.5 years old, but I started speaking again while I was. 5 Years Old; not 7; Five. So, update [[the Cwcki]] with that number.&lt;br /&gt;
&lt;br /&gt;
I started speech therapy in 1987 between UVA and JMU.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The Paxil came into play in 1989; originally prescribed to address anxiety; That keyword I still remember. Until another better recall of the event comes in, I don't know the other reasons, outside of pharmaceuticals wanting to sell that s***.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now, I'm expressing all of this, because Everyone should know and realize from someone's personal experience with extensive use.&lt;br /&gt;
&lt;br /&gt;
So, of you're still taking Paxil, Paroxetine, Fluoxitine or similar, Trash them, right now, and never take them again. And tell this to all of your friends, allies...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and families, and have them tell their friends, allies and families as well. And never even think about giving that shit to your children or anyone else.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|As for I and the rest of you who have been taking Paxil or similar, by direct prescription, ask yourselves why did you start taking it? Being dumb as a child is an acceptable answer.&lt;br /&gt;
&lt;br /&gt;
We (likely) did not know better and we're going with the flow of events out of our need and/or survival at the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If we were more mentally sound, or had known about this and actually were able to think about it, we could have passed that one test of resistance.&lt;br /&gt;
&lt;br /&gt;
But, yeah, from at least my perspective, I let myself take it, because I was dumb, but I also felt insecure and obligated. I didn't pass that test.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But that does not mean no one else has to fail in that or similar moments. It is also the responsibility of the parent(s) or legal guardian(s) to know about things like these, so they would never do their children wrong like that, even those with mental or emotional handicaps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;NoToPaxil&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Four minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|Another thought piece: I'm further realizing how I missed out on a lot under that Paxil influence for too long.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Maybe if you'd move out sooner...&amp;quot;; It should be &amp;quot;Maybe if you stopped the Paxil...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5mc3a2jn22r&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts GIF of a stick figure banging its head against a wall with the caption &amp;quot;ARE YOU HAVING A PAXIL MOMENT?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==Short term vs long term==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=monarca.bsky.social|[''replying to [[November_2025_social_media_posts##NoToPaxil|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a big question. I now we're all confused about something in our lives, I think, because medications depend on genetic factors and emotions. I'm not a doctor or an internet troll, I'm just saying.Certain things in experiences}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sometimes, yes. But for a lot, certain meds are meant to be for short term, because of negative side effects from longer term use. Look it up.}}&lt;br /&gt;
&lt;br /&gt;
==Still on HRT==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=fishyuniverse.bsky.social|[''replying to [[November_2025_social_media_posts##NoToPaxil|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
Around what time did you stop taking it, also. in what medications are you currently on, youre still doing HRT?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|About a year ago now, and yes on the [[Transgender#Hormone_therapy|HRT]].}}&lt;br /&gt;
&lt;br /&gt;
==Go Transformers Music Video Update==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quotebox|Updated Music Video!!!&lt;br /&gt;
⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Go Transformers - Theme of Transformers of Cwcville - Updated Music Video]]'']&lt;br /&gt;
&lt;br /&gt;
[[File:GoTransformers Update Screenshot1 November 2025.jpg|300px]][[File:GoTransformers Update Screenshot2 November 2025.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:GoTransformers Update Screenshot3 November 2025.jpg|300px]][[File:GoTransformers Update Screenshot4 November 2025.jpg|300px]]}}&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later. The 4 pictures are only on the Twitter post. &lt;br /&gt;
&lt;br /&gt;
==Unlisted video==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|cool, what exactly did you update? I don't really notice anything different. also why is the video unlisted?}}&lt;br /&gt;
{{quotebox|speaker=Chris|there's new footage to cover the additional set of lyrics, for one. Second, I realized I have one more segment to record and add, which will be worth the wait. And now all of you get to enjoy a bit of the newer footage being added. Son-Chu's GE mission will also be recorded; look forward to it. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Regret==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=mizzzmimi.bsky.social|New Mimi video, in which I recreate an iconic Chris-Chan and Bob Chandler's argument as Haruko Haruhara and Naota Nandaba from FLCL. Enjoy!&amp;lt;br&amp;gt;&lt;br /&gt;
@cpujcwcsprime.bsky.social&amp;lt;br&amp;gt;&lt;br /&gt;
youtu.be/kxMTkFbOhW8 }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|*sigh* Why was that even a meme to anyone?&lt;br /&gt;
&lt;br /&gt;
I suppose one day, one day, I'll look back on that moment and laugh, but I can't fully laugh at it, even in retrospect, now, because it stings to  even think about it.&lt;br /&gt;
&lt;br /&gt;
Do you realize the regret I have of that house tour video getting out?&lt;br /&gt;
&lt;br /&gt;
⚡️💙⚡️Empathy?}}&lt;br /&gt;
&lt;br /&gt;
9:02 PM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ashylx.bsky.social|People like to laugh at others misfortune for no apparent reason, very sad and unkind of those who do}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Preach it.}}&lt;br /&gt;
&lt;br /&gt;
9:09 PM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxyellow|speaker=ajlsonichu.bsky.social|I think the only reason this whole &amp;quot;DO YOU REALIZE?&amp;quot; meme became popular recently is because of the smiling friends reference}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|It's been popular even before Smiling Friends.}}&lt;br /&gt;
&lt;br /&gt;
==Tone deaf==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=fishyuniverse.bsky.social|[''replying to [[November_2025_social_media_posts#Unlisted_video|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
will there ever be a non-ai cover? i think your singing skills are very cool!!! it’d be a shame to not have one 😔}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''Posts link to [[JCWCSP singing Go, Transformers! (Extended Version)]].'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|time=9:08 PM|Also, sometimes I feel like I'm not a great singer. I'm tone deaf. The timing to the beat is okay sometimes, yet not all of the time. I like my own singing to an extent in moments of at least some nostalgia. But, even I feel like a bunch of the time, even Suno AI sings it better than me.}}&lt;br /&gt;
&lt;br /&gt;
==Requesting feedback==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:16 AM&lt;br /&gt;
{{incomplete|images}}&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I like and appreciate the positive and constructive commentary from everyone for the videos and content I've made. &lt;br /&gt;
&lt;br /&gt;
Although, I'd still like to find, rather it be from the intros of the review videos or the ending movies, and then some, what y'all liked.&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Optimus Prime giving thumbs up'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I know the humor is sometimes esoteric, the old-man voiced First Punislav, in itself is a hoot, my humor is comparable to a Saturday morning cartoon, and the references are in there, as well, but it remains something good and fun that I had a good time putting together.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am still working more with the #TransformersLegacyUnitedMerged videos. And I am looking forward to sharing the remaining new content I have in mind with all of you and everyone in the @Transformers and #Gobots community.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I recommend not making a &amp;quot;Watch and React&amp;quot; video of the set of review videos, yet. Wait for the full movie with the ending videos, and then some. There is still Son-Chu going back to the @GeneralElectric plant to foil the material theft that happened during the volcano events. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Tentative YouTube premiere event==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:06 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
{{quotebox|I will make this announcement right now: I don't have it completed, but I will make that full movie a Premiere, and I will join the premiere and screen record a Watch and React with commentary for all of you. I may type my response to some of the comments in the chat.&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:That's just prime.jpg&lt;br /&gt;
&amp;lt;/center&amp;gt;&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{quotebox|I am thinking it will be in early January, 2026, considering my present progress. I will let you all know after I've set the premiere date. So, look forward to that.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Art inspiration==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Hey Christine, what inspires you the most to make your artworks?}}&lt;br /&gt;
{{quotebox|speaker=Chris|Mainly my intuitions, my metaphysical and interdimensional connections and insights, my dreams with various prophetic details within them that results in many a dejá vu moment. Also, my immortal dreams, goals and aspirations, which includes a world with more empathy, honesty and compassion. And Life}}&lt;br /&gt;
&lt;br /&gt;
==Music video update==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:09 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky, reposted to Twitter four minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The Music Video is now Fully updated with the third arc inside the volcano. ⚡️💙⚡️ #Transformers #Gobots #Hasbro #TransformersLegacyUnitedMerged&lt;br /&gt;
&lt;br /&gt;
Without Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Go Transformers - Theme of Transformers of Cwcville - Music Video Fully Updated]]'']&lt;br /&gt;
&lt;br /&gt;
With Subtitles, for the hearing and esoteric impaired.&lt;br /&gt;
&lt;br /&gt;
[''links to [[Go Transformers - Theme of Transformers of Cwcville - Music Video Fully Updated Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Musicvideosubbed1.jpg&lt;br /&gt;
File:Musicvideosubbed2.jpg&lt;br /&gt;
File:Musicvideosubbed3.jpg&lt;br /&gt;
File:Musicvideosubbed4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Answering stop-motion question==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:14 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Impressive stop-motion, how long on average does it take to take all the pictures?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Great question. Thank you. For the 39 second clips for the new verse, each one took about two or three hours.}}&lt;br /&gt;
9:04 PM&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Wow, must take a lot of dedication to make those, hard work makes the final result even more impressive in my opinion.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|The fun part was compressing each part into three 39 second slots. Wanna know another fun part? Listening attentively to myself and making the coloured subtitles.}}&lt;br /&gt;
&lt;br /&gt;
==Answering ''Transformers'' lore question==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[November 2025 social media posts#Tentative YouTube premiere event|an above post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a question: will there be evil versions of the Transformers and their Go version?}}&lt;br /&gt;
{{quotebox|speaker=Chris|Um, they're already around.&lt;br /&gt;
&lt;br /&gt;
[''posts an image of ''Transformers: Shattered Glass II'' comic and an image of Netflix's ''Transformers: BotBots'' series'']}}&lt;br /&gt;
&lt;br /&gt;
==Home Alone movie==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:36 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it.&lt;br /&gt;
&lt;br /&gt;
[''posts image of ''Home Alone'' movie'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Marv! Harry? Why the hell did you take your shoes off? Why the hell are you dressed like a chicken?}}&lt;br /&gt;
&lt;br /&gt;
==Audio mix criticism==&lt;br /&gt;
19 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:43 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=amyrosesimp99.bsky.social|[''replying to [[November 2025 social media posts#Music video update|an above post]]'']&lt;br /&gt;
&lt;br /&gt;
The stop motion is pretty good! But i suggest taking some more attention on the audio mixing next time around, because the external sound effects are a ted-bit too loud compared to the song audio.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I have noticed that as well. That will be duly noted in the G.E. video.}}&lt;br /&gt;
&lt;br /&gt;
==Responding to comparisons of Trump and Chris==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:58 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, y'all.&lt;br /&gt;
&lt;br /&gt;
I felt like I wanted to talk a bit about this, but I am aware of the comparisons between me and [[Pmurt|#DonaldTrump]], in particular the way we phrase what we say and the [[ego]]. But there is a greater difference between him and I.}}&lt;br /&gt;
{{quotebox|Even #ChatGPT recognizes this in its analysis.&lt;br /&gt;
&lt;br /&gt;
With me, [[Honest Content|I am more emotionally open and blunt with raw honesty without filter or real bad intentions.]]&lt;br /&gt;
&lt;br /&gt;
And Trump, he's a businessman; keeps it simple and repetitive, moreso than someone like who Jimmy McGill, a.k.a. Saul Goodman, portrays.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Chatgpt20251120-1.jpg&lt;br /&gt;
File:Chatgpt20251120-2.jpg&lt;br /&gt;
File:Chatgpt20251120-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
{{quotebox|And I speak not only from emotions, but from my own personal experiences from my own interdimensional travels, and my inner self-explorations and realizations.&lt;br /&gt;
&lt;br /&gt;
Point is, while Trump and I may speak similarly, he and I are still literal polar opposites.}}&lt;br /&gt;
{{quotebox|I'll still add, though, that with &amp;quot;fanfics&amp;quot; like &amp;quot;[[A Girl Who Brought Down the World]]&amp;quot;, in the warping of my personality and intentions, even as Christine Chan was portrayed in my books, you all, essentially, called how Trump would be as a president; y'all Manifested This. Manifested like a ritual.}}&lt;br /&gt;
{{quotebox|And the voting between both of the inconsistent terms makes that even more apparent.&lt;br /&gt;
&lt;br /&gt;
Maybe have a hard look at yourselves, as I have also, in my own astronomically unique way, have reflected you all and the subcultures that ended up spiraling quite a bit at my expense.&lt;br /&gt;
&lt;br /&gt;
Yet I'm so unique, myself.&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Chatgpt20251120-5.jpg&lt;br /&gt;
File:Chatgpt20251120-6.jpg&lt;br /&gt;
File:Chatgpt20251120-7.jpg&lt;br /&gt;
File:Chatgpt20251120-8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
==Responding to comparisons of Trump and Chris, part 2==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:40 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to the above posts'']&lt;br /&gt;
&lt;br /&gt;
In Sonichu comics, you can make Sonichu or Rosechu president of the US, like an election scenario. If Chris Chan were president of the US, I'd vote for him.}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, that's not really possible, and it never happened on the [[C-197]] half. She was mayor of [[Cwcville]], yes, but once she, formerly he at the time, had time traveled forward to around 2024, she saw what was to become of Me, as opposed to her. And that is on top of bringing back the vaccine and...}}&lt;br /&gt;
{{quotebox|...preventing [[COVID-19|Covid]] from happening, at all.&lt;br /&gt;
&lt;br /&gt;
With this personal knowledge and insight, she realized she was meant to be more than just a superpowerful Mayor of a prominent and integral city, but a literal Demigod, compared to me on a higher level than her.}}&lt;br /&gt;
{{quotebox|Demigod or God, would either be fit to be a simple country leader when they take the whole world, universe and timeline under consideration?&lt;br /&gt;
&lt;br /&gt;
No, not quite. Through the (immortal) vessel(s) of avatars and the one Avatar, they tend to act independently. Not tied down by a single government,...}}&lt;br /&gt;
{{quotebox|...acting on Divine Timing, insight, intuition and wisdom that goes as far as the very Timeline's Core and Matrix, if not the Alpha/Omega Point of all existence. They all have the harder time conforming when they respectively and individually know better, deeply.}}&lt;br /&gt;
{{quotebox|Similar to me, we act on intuition wherever we go. If we love with our destined partners, then we do. If we cause a riot to make a massive change to the timeline, we do. If we just make a great shift by physically being at a set location at the right moment, then we do.}}&lt;br /&gt;
{{quotebox|I speak from personal experience of being in the divinely timed places and moments and making the shift. The numerous moments of Dejá Vu further confirm that right paths.&lt;br /&gt;
&lt;br /&gt;
There are times we have to go with the flow to restore order, but we each have our own (immortal) lives to enjoy and be.}}&lt;br /&gt;
{{quotebox|Besides, when the moments are right, I will speak on the platforms, such as YouTube or BlueSky. And I speak, even within what is considered mundane, such as my Transformers Review video series.&lt;br /&gt;
&lt;br /&gt;
Seriously, though, I have not read anything of anyone disecting that deeply even on freaking [[Reddit]].⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''posts image of [[Barack Obama]] shrugging'']}}&lt;br /&gt;
&lt;br /&gt;
11:04 AM&lt;br /&gt;
{{quoteboxred|speaker=ajlsonichu.bsky.social|Even if you and trump talk in a similar way, you two are literally opposed to each other's existence. Trump wants to erase trans identities and his current administration blames autism on Tylenol, whereas you actively want a world where we all coexist without conflict, &amp;quot;fictional&amp;quot; people included.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I want more than simply that. Not only the world where magic is fully restored, and everyone from both halves that have been long divided are together moreso and again, but also the more peaceful world where honesty and love is more common, even in politics and the fall of the irredeemable ones.}}&lt;br /&gt;
{{quotebox|One could write a fanfic of me meeting Trump, these days, and the result would all likely end up the same: emotional and verbal clashes of morals and interests. Yet, the twist being Trump is likely swayed from something I said or the vibe from my aura resonating with him, at least lightly,...}}&lt;br /&gt;
{{quotebox|...and at least considers making the change for the better, especially inspired by governments in other non-heavily violent countries that makes America better. He certainly has not been making it &amp;quot;Great&amp;quot;, compared to times before his first term.}}&lt;br /&gt;
&lt;br /&gt;
11:17 AM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxpurple|speaker=fishyuniverse.bsky.social|How would it go, could you please tell us what would you said that would resonate with Trump being you two are polar opposite?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The possibilities are endless with the branching timelines from that very moment which, specifically, of me would resonate and move him. I can't say, much like when Jesus could not know the specific dates of Foretold events.&lt;br /&gt;
&lt;br /&gt;
For the moment, it's up to interpretation, you should realize.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Powerpuff Girls==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:36 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Makotron @raptron1978|Happy late Bday to the PPGs ❤️💚💙&lt;br /&gt;
&lt;br /&gt;
[''posts fanart of the Powerpuff Girls'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ah. Elita-1, Moonracer and Chromia cosplays. Very good.}}&lt;br /&gt;
&lt;br /&gt;
==Disliking AI YouTube channel==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:28 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Songs in the Key of CWC @SongsInCWC|Hello friends. I am not coming back, I just logged back into my old account to share this, because this fucking slaps. @andywarski, a new intro song guy for you?&lt;br /&gt;
&lt;br /&gt;
'Sobs in the Key of CWC' was made by MilkyMuse &amp;lt;nowiki&amp;gt;https://youtube.com/@MilkyMuse-w7w&amp;lt;/nowiki&amp;gt; over on YouTube, and it's making fun of me but in a very kind and funny and not entirely untrue way lol.&lt;br /&gt;
&lt;br /&gt;
Thank you, Milky Muse - it's nice to know what this feels like. There's a story to be told there I guess, of my sperging out and quitting. Thanks for doing it justice :).&lt;br /&gt;
&lt;br /&gt;
He has another song on the channel called 'The Stalker Child's Reproach' which is also pretty kino; I'm sure you can guess the subject matter.&lt;br /&gt;
&lt;br /&gt;
So I'm not coming back (I got a job doing AI slop for normies), but this Milky Muse guy might be your guy for future intro slopkino, if he keeps at it.&lt;br /&gt;
&lt;br /&gt;
I'll be around in chat from time to time, but no more sector videos from me (definitely, this time). &lt;br /&gt;
&lt;br /&gt;
And yeah, Andy - look up this Milky Muse kid, he's got skills. He currently has 1 subscriber, and it's me lol. But he deserves more, go subscibe! I'm hopeful that you'll have new intro kino, even if it's not from me.&lt;br /&gt;
&lt;br /&gt;
Enjoy! Peace out, y'all. Be good.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://youtube.com/watch?v=-cNDy5&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Firstly, Hey. I only just heard of you and the content. Secondly, I am not a fan of the AI generated content being used to make a mockery of anyone. Especially in the video I just watched from your channel. And looking down the list to the oldest video, I'm still not impressed.}}&lt;br /&gt;
{{quotebox|Now, before anyone gives me a hypocrite reply, I only used Suno, because while I do write my own lyrics, I am not a music writer, and I do not presently have contacts who could write music for me. I only used Suno for these few times.}}&lt;br /&gt;
{{quotebox|At least I personally sang both the updated Sonichu theme song, as well as &amp;quot;Go, Transformers&amp;quot; in separate recordings on YouTube, as well in my Apple Music library cloud.&lt;br /&gt;
&lt;br /&gt;
On that, I May make an edit where I put in the version that I sang into the music video, by popular request.}}&lt;br /&gt;
{{quotebox|That'll be a separate video.&lt;br /&gt;
&lt;br /&gt;
Point is, I'm still personally working in my projects, actually putting in the mental effort and time to do so. And I am not totally relying on AI for my channel and content.&lt;br /&gt;
&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Cwclight Reviews Opening Intros==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:34 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Every good Review Video must have a fun and good opening and intro. Here is the completion video of the set. #Emgo316, get inspired.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Without subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Cwclight Reviews Opening Intros]]'']&lt;br /&gt;
&lt;br /&gt;
With subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Cwclight Reviews Opening Intros with Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
Eleven minutes later, Chris posted to Twitter, but with an added message beforehand tagging [[emgo316]]:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, @Emgo316, you and the other Transformers Fans can get inspired with this compilation of openings before the movie compilation comes out. There are updates to some parts of the intros; compare and contrast, if you like. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
@transformers @Hasbro #Gobots}}&lt;br /&gt;
&lt;br /&gt;
Chris also uploaded 15 screenshots from [[Cwclight Reviews Opening Intros with Subtitles]] on Twitter:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot1.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot2.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot3.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot4.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot5.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot6.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot7.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot8.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot9.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot10.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot11.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot12.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot13.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot14.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot7.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot16.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Musicians wanted==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
6:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky simultaneously.&lt;br /&gt;
{{quotebox|I have previously expressed how I feel about AI generated content, and I agree with all of you, as well as #[[Saberspark]], on how bad it is for content creators and artists.&lt;br /&gt;
&lt;br /&gt;
I emphasize that I am not lazy; the work in the video portions of my videos I've made speaks well on that.}}&lt;br /&gt;
{{quotebox|That said, I am reaching out to all of musicians who wish to volunteer services to make the music from the beat, vibe and music notes Suno had provided. These are only the instrumentals.&lt;br /&gt;
&lt;br /&gt;
Sonichu Theme Song: https://drive.google.com/file/d/1NuyuMY02ziMFfkiEjz74qDj5ibh63TXt/view&lt;br /&gt;
&lt;br /&gt;
Go! Transformers: https://drive.google.com/file/d/1J3og1rVkSBxUlmZDSptY8cuAeiJmJteN/view}}&lt;br /&gt;
{{quotebox|You will be credited in updated music track videos and any future videos that features these tracks. Accuracy to the music, as best as you can, is integral. I thank you all for your consideration.⚡💙⚡}}&lt;br /&gt;
&lt;br /&gt;
==JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, early Christmas gift and Thanksgiving feature, the video, that took a few hours to edit and swap, now features me singing the lyrics. Available with and without subtitles, for the hearing and esoteric impaired.⚡💙⚡&lt;br /&gt;
&lt;br /&gt;
With Subtitles:&lt;br /&gt;
&lt;br /&gt;
[''links to [[JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Without Subtitles:&lt;br /&gt;
&lt;br /&gt;
[''links to [[JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Slightly different opening paragraph on Twitter|Also, early Christmas gift and Thanksgiving gift, the music video, now with me singing the lyrics. Available with and without subtitles, for the hearing and esoteric impaired. ⚡💙⚡}}&lt;br /&gt;
&lt;br /&gt;
==Chris vs AI singing poll==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now that y'all can see the best of both music videos, I'll now ask: my singing voice or the AI voice; between the two, do you agree me that AI better, or do you authentically feel I am the better singer?&lt;br /&gt;
&lt;br /&gt;
Both videos are in the TLUM playlists.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://youtube.com/playlist?list=PL2f2iqihk1ilFnVuZjjQWaz1zqwLkdA0a&amp;amp;si=rIzhT2kyjD3Eoa8R&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* J. Christ Chan S.P.&lt;br /&gt;
&lt;br /&gt;
* Suno AI&lt;br /&gt;
}}&lt;br /&gt;
&amp;quot;J. Christ Chan S.P.&amp;quot; won with 69% of the votes.&lt;br /&gt;
&lt;br /&gt;
9:45 PM&lt;br /&gt;
{{quoteboxgreen|speaker=Petrus|And pls Chris, dont use ai to do all the writing for you}}&lt;br /&gt;
{{quotebox|speaker=Chris|I Wrote the lyrics of both Go, Transformers and the new Sonichu Theme Song.}}&lt;br /&gt;
&lt;br /&gt;
==Subtitles poll==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:01 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, do you like the videos better with or without Subtitles, for the hearing and esoteric impaired?&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
* With Subtitles&lt;br /&gt;
&lt;br /&gt;
* Without Subtitles&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;With Subtitles&amp;quot; won with 85% of the votes.&lt;br /&gt;
&lt;br /&gt;
==Reupload reason==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:36 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|**Reupload reason: there was a good by the part with Grimlock; was not proud of it. So I fixed it and uploaded the new pair of videos. The original with the error will remain unlisted, but still accessable through the links posted on BlueSky and Twitter. Price for working between both PC and laptop.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Slightly different on Twitter|**Reupload reason: there was a good by the part with Grimlock; was not proud of it. So I fixed it and uploaded the new pair of videos. The original with the error will remain unlisted, but still accessable through the links posted on BlueSky and Twitter.}}&lt;br /&gt;
&lt;br /&gt;
1:13 AM&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|I have two things to say:1. Did you mean to say &amp;quot;goof&amp;quot; instead of &amp;quot;good&amp;quot;?2. It's interesting to see that you're tweaking minor details in your work until you have something you're satisfied with, that shows that you're actually putting thought and care into this.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I meant &amp;quot;Goof&amp;quot;, yeah.}}&lt;br /&gt;
&lt;br /&gt;
==Humbled==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:29 AM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[''replying to [[November 2025 social media posts#Chris vs AI singing poll|an above post]]'']&lt;br /&gt;
I do feel both humbled and flabbergasted with the results at this moment. I mean, do you all Seriously, Truly, Honestly, Authentically like my singing voice better than AI in this video?&lt;br /&gt;
&lt;br /&gt;
I am off key, off time, and, frankly, I feel like I sound monotone when listening to myself.&lt;br /&gt;
&lt;br /&gt;
[''Posts GIF of Applejack from [[MLP]] with the caption &amp;quot;rlly?&amp;quot;'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
12:44 AM&lt;br /&gt;
{{quoteboxgreen|speaker=anj capizzi|if you feel like you aren't doing the song justice i'm sure theres someone out there who'd be willing to complete your vision on it in a more fulfilling way than if you just let suno do all the work. hope youre doin alright!}}&lt;br /&gt;
{{quotebox|speaker=Chris|I feel like I could do the song better. But I have my other projects and priorities to tend to as well, including more Sonichu comics. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Sleep texting==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:05 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am sleep texting right now. If I come off as weird, that's okay. I bring greater wisdoms that should be shared and spread worldwide.&lt;br /&gt;
&lt;br /&gt;
Empathy! Practice it Every Moment with others and yourselves, online AND offline. It will be worth it in the longer term with the present generation.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|You young ones need to stop being dumb after being raised with bad video content that was in your background from the likes of awful memes at others' expenses, including those you refer to as &amp;quot;fictional&amp;quot; or even cartoon.&lt;br /&gt;
&lt;br /&gt;
To give others respect and compassion is to do the same for yourselves.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I will likely forget I typed this out from this moment. So, take that under consideration if and when you leave comments.&lt;br /&gt;
&lt;br /&gt;
I have been going through emotionally tough times, but I am further waking up and becoming even more aware.&lt;br /&gt;
&lt;br /&gt;
Damned the Paxil, In part.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, I felt angry at the insensitive comments I read yesterday that made me feel forced-motivated to rush the music video edit. It took my afternoon away. I could have used it to finish and resume the commissions I was working on. Now, it got delayed.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admit it was as much my fault in listening and taking it personally, as it was y'all's who left the comments with little consideration of my self-esteem in the moments when I have been feeling suppressed emotions fly out.&lt;br /&gt;
&lt;br /&gt;
Stop acting like spoiled brats and start Empathizing and be Honest and Good}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|All right? Take care, and follow the Light Powered Path. I remain mentally sound, even when I speak verbose and esoterically. You just have to tune your deeper, soulful frequencies in to get better understanding.Psychic Powers shall be scientifically proven and consistent fact. Magic Returns.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Sonic Racing: Crossworlds realization==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I just had a thought set and a realization while playing #SonicRacingCrossworlds online in the [[Son-Chu]] Ford Fusion-like car with Metal Sonic as the driver, since Team #Squidward was chosen at the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 1.jpg&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now, I am not defending AI, but consider Autobot Bulkead, as well as Decepticon Soundwave. They're robots, but they have souls. And, yet, they both have created art in one form or another over the decades. Maybe, eventually, we get a bot who has a soul and equivalent of a heart (Spark, if you will).&lt;br /&gt;
&lt;br /&gt;
[''Posts Transformers GIF'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And they share their painting or music. Do we consider that something computer generated and mechanical? Obviously not, as individual bots like them actually have soul and personalities to create from and with.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|From that, I thought of Metal Sonic while driving, thinking in sequence to villains, their backstory and motivation.&lt;br /&gt;
&lt;br /&gt;
Then it dawn on me.&lt;br /&gt;
&lt;br /&gt;
I have questioned why villains were more appealing than heroes. And, yeah, the answer is clear: relatable anguish, frustrations and emotions.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|BUT the Hero is still able to be appealing for the same reasons. Is someone like Optimus Prime a static, boring hero? No. He's led a great amount of defensive battles and saw war damages and emotional scars time and again.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Autobot Son-Chu, as well as Sonichu Prime and Rosey Rosechu Prime; I know I didn't portray them as well as I should have, and I definitely should have emotionally branched out further in their backstories. But, they all have witnessed and defended many times in moments of battle and war.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And they often train themselves and their respective skills and abilities, so they can keep up. And they also Feel emotions.&lt;br /&gt;
&lt;br /&gt;
So, to give this thought a valid point: Don't discredit the heroes as bland or boring; they still feel and have seen things; fought their demoms and so on.&lt;br /&gt;
&lt;br /&gt;
Think on that&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
12:13 PM&lt;br /&gt;
{{quotebox|Also, the Sonichu car, since we've mentioned the Crosworlds Hot Wheels.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 3.jpg&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
==AI transformation==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;float:right; width:220px; margin:10px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cwc-oct2023praetor3.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:AI Chris transformation.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|The AI transformation&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:04 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=aldosora.bsky.social|@cpujcwcsprime.bsky.social You are getting transformed!&lt;br /&gt;
&lt;br /&gt;
[''posts an AI video of Chris transforming into a young woman.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I'll give it a &amp;quot;Like&amp;quot;, because I wish, and I like the idea for myself. BUT I do not like that AI was used for the bulk of the video.}}&lt;br /&gt;
&lt;br /&gt;
9:15 PM&lt;br /&gt;
{{quoteboxgreen|speaker=aldosora.bsky.social|AI is like a toy for me, nothing else. It cheers me when im feeling down.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sure. Until when it gives a really wrong result consistently.}}&lt;br /&gt;
&lt;br /&gt;
==Custom Transformers movie sample picture==&lt;br /&gt;
25 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Here is a development pic from the movie segment in progress; free sample. #Transformers #Hasbro #Gobots #TransformersLegacyUnitedMerged ⚡💙⚡&lt;br /&gt;
&lt;br /&gt;
[[File:CWC Transformers movie preview 25Nov2025.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
==Custom Transformers movie sample video==&lt;br /&gt;
25 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
{{quotebox|A small one time Behind the Scenes look at the project, with commentary. #[[Lightning Bliss|LightningBliss]]⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = CWC Transformers movie preview&lt;br /&gt;
| ytid           = UI3ZVIZ3UBo&lt;br /&gt;
| previous       = [[Go Transformers - Theme of Transformers of Cwcville - Music Video#Fixed Version 2|JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video (fixed)]]&lt;br /&gt;
| next           = [[I am the Optimist, my name is Optimus]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Transcript===&lt;br /&gt;
Giving you all another bit of a behind the scene video moment. I'm actu- I just finished recording a bunch of the driving and flying sequences for the General Electric video. And I'm just going through right now, I'm kind um one at a time going by well 20 clicks I call it as opposed to like you know um 20 milliseconds I'm guessing. Obviously I don't think this is like those little bits in between on the DaVinci Resolve is divided by divisible by mmmm milliseconds as opposed to seconds, anyway give it 20 clic- 20 clicks. Just lots of fun, huh? Hey [[Lightning Bliss]], you got a bit of a challenge if somebody is actually decent on editing. Getting a little better, ARRREEEEEEEEEEE YEP, ITS FUN ISN'T IT HA HA HA? Seriously, editing takes a lot of practice and effort. It's no joke. It's a lot of mental work, and that's really the heaviest weight of it. So, I am very grateful for that.&lt;br /&gt;
&lt;br /&gt;
==Three word sad story==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:04 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Wisdom @Wisdom_HQ|THREE words [''posts image with text &amp;quot;Write a sad story using only 3 Words&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Online Trolls Hated}}&lt;br /&gt;
&lt;br /&gt;
==Sonic game==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:05 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Rino @RinoTheBouncer|What game is this?🚀 [''posts image with text &amp;quot;what game would you instantly buy if it got remastered and the gameplay was updated&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Sonic the Hedgehog 2006 &lt;br /&gt;
&lt;br /&gt;
[''posts gif of Sonic'']}}&lt;br /&gt;
&lt;br /&gt;
==X name change==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:30 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Commentary Elon Musk @ElonMuskNews47|Should we change the name X back to Twitter ?!!&lt;br /&gt;
&lt;br /&gt;
Please be honest’&lt;br /&gt;
&lt;br /&gt;
A. Yes&amp;lt;br&amp;gt; &lt;br /&gt;
B. No}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|YES!!! ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==X name change pt. 2==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter, quote replying to the above tweet by &amp;quot;@ElonMuskNews47&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Vote &amp;quot;Yes&amp;quot; to restore at least the good name of Twitter, please.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Bonus video==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Bonus Optimidt Meme Short. I've had this meme in my head for Years. Enjoy!#Transformers #Hasbro #TransformersLegacyUnitedMerged⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[I am the Optimist, my name is Optimus‎‎]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris corrected the Optimidt typo to &amp;quot;Optimist&amp;quot; and attached a screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Optimist video screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3:23 AM, on Bluesky:&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|So is this separate from those skits you've done at the end of those reviews?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Actually, a part of the &amp;quot;Outtake&amp;quot; movies for the compilation, and then some, and it will also be made public as its own individual video after the compilation goes public, and not before the end of the Premiere.}}&lt;br /&gt;
&lt;br /&gt;
==Now Go Forth! video==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
7:12 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Happy Thanksgiving, everyone.&lt;br /&gt;
&lt;br /&gt;
Count Your Blessings.&lt;br /&gt;
&lt;br /&gt;
Now, Go Forth!⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now Go Forth!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached a screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now Go Forth.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==No Letter &amp;quot;E&amp;quot;==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:13 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Rino @RinoTheBouncer|Name it!🚀 [''posts image with text &amp;quot;NAME A VIDEO GAME WHICH HAS NO LETTER &amp;quot;E&amp;quot; IN ITS TITLE&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Sonic Racing Crossworlds. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Peak Son-Chu==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:15 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky simultaneously.&lt;br /&gt;
{{quotebox|Peak Son-Chu bashed, slashed and blasted through numerous Decepticons, Decepticlones and Renegades, as well as Megatron, himself.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Son-Chu 27 Nov 2025 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
11:23 PM&lt;br /&gt;
{{quotebox|Here you go, bonus official Son-Chu wallpaper images.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Son-Chu 27 Nov 2025 2.jpg|300px]] [[File:Son-Chu 27 Nov 2025 3.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Zedrin==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:15 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Give a name [''posts image with text &amp;quot;Give a name starts with Z. 99% will fail&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Zedrin}}&lt;br /&gt;
&lt;br /&gt;
==Famous John==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a Famous John? [''posts image with text &amp;quot;WITHOUT GOOGLING Name a famous &amp;quot;John&amp;quot;&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Johnny Cash}}&lt;br /&gt;
&lt;br /&gt;
==Starscream==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
5:13 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later. &lt;br /&gt;
{{quotebox|There can be only ONE Starscream!!!&amp;lt;br&amp;gt;⚡️💙⚡️&amp;lt;br&amp;gt; &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Transformers &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Hasbro&lt;br /&gt;
&lt;br /&gt;
[[File:Starscream 28 Nov 2025.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Mistaking&amp;quot; request for commission, deleted post==&lt;br /&gt;
29 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=markeeseartiste.bsky.social|[''replying to [[November_2025_social_media_posts#Starscream|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
Chris I need your Blessing in making something for a album cover, if you could hit me up lmk}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That can be considered as a Commission. I am presently closed on commissions until after the holidays.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/1602467516/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Chris then left a new reply one minute later, and deleted the previous reply:&lt;br /&gt;
{{quotebox|Sorry, got confused. Still working on myself. Anyway, contact me through [[Cwclight]], send the image or tell me what you have in mind, and I will consider it.}}&lt;br /&gt;
&lt;br /&gt;
11:25 AM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=fishyuniverse.bsky.social|She's saying sorry because she gave an answer previously to this one but quickly deleted it, i don't know what it was}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|For a moment, [[autism]]'s ADD had hit my conscious flow, I mistook it for a commission.}}&lt;br /&gt;
&lt;br /&gt;
==Rant==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:48 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am feeling in a good mindset to tell all of you this that is a long time coming.&lt;br /&gt;
&lt;br /&gt;
In regards to Everything Sonichu and Rosechu, as well as the city of Cwcville, VA, U.S.A., clearly mainly I have the greatest extent of the events in and around that city and with at least up to all of the Special...}}&lt;br /&gt;
{{quotebox|...Sonichus and Rosechus.&lt;br /&gt;
&lt;br /&gt;
I will also add that #Hasbro had called ALL things #Transformers canonical, including fan fics and theories.&lt;br /&gt;
&lt;br /&gt;
Well, speaking as an autistic individual compelled to speak only truth, I can not say the same for up to ALL of the Sonichu, Rosechu and Chris(t) Chan Fan Fics.}}&lt;br /&gt;
{{quotebox|The ONLY way your Fan Fics and Theories can be Confirmed Canon in This Very Timeline, even at least bits and/or chunks of which with varying levels, is if they Resonate with me.&lt;br /&gt;
&lt;br /&gt;
See, I know and accept the possibilities and likelihoods of all alternate dimensions and timelines of Both Halves...}}&lt;br /&gt;
{{quotebox|...of our whole, undividing Earth that we literally walk on right now. But, for a easier peace of mind, as I am certain at least some or a lot of you will agree, I feel it is better to focus within the One Prime Timeline we are returning to.}}&lt;br /&gt;
{{quotebox|See, there is too much access to the ever expanding infinite multiverse, and Soo many alternate timelines get prematurely lost with what happens with their One Avatar/Anchor. As made evident with the events of IdeaGuy, Mikoto and their lot, this very Prime Timeline had deviated too much,...}}&lt;br /&gt;
{{quotebox|...and it has been on course to return to the Prime Timeline stream it originated from. And from that, as you can confirm by looking around and checking the events since early October, 2017, sh** has been happening in the massive correction that has been needed.}}&lt;br /&gt;
{{quotebox|It can even go as far back as late February, 2006, before the whole &amp;quot;Troll Chris(t) Chan&amp;quot; thing even started. Events that have sent us on various destinations and paths that should have not been touched upon at all, or even experienced by the One Avatar, including mental and emotional scars.}}&lt;br /&gt;
{{quotebox|Anyway, my point is only I can tell, personally, which stories and events resonate with this very Timeline. Long ago, I did not realize this.&lt;br /&gt;
&lt;br /&gt;
And now, look what happened, due to certain drawing depictions, fakers taking advantage of me, or Anyone, for selfish gain,...&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Bob from [[THAT IS MY HOUSE]] video'']}}&lt;br /&gt;
{{quotebox|...haters throwing hatred to cause further needless chaos into what could still very well be eventful and respective personal fulfilment.&lt;br /&gt;
&lt;br /&gt;
A lot of events that should have never happened ended up happening, because of the influence of such (perverted) individuals.}}&lt;br /&gt;
{{quotebox|Do You Realize? Do You Realize?&lt;br /&gt;
&lt;br /&gt;
Even the Prime Timeline, This One Timeline, is as fragile as the other Timelines, yet it can't be totally destroyed. And Further Damage to this very Timeline and the One Avatar could put EVERYONE and EVERYTHING, Including yourselves, in the greatest existential peril}}&lt;br /&gt;
{{quotebox|This is because it is the One Timeline, started from the Alpha/Omega Point of All Existence that Actually Ends Up Working Out, somehow.&lt;br /&gt;
&lt;br /&gt;
But it is not too late. If we all work together, we can make it easier and better for us, your respective individual selves, and simply Everything, in general.}}&lt;br /&gt;
{{quotebox|All it takes is Honest, Authenticity, Love, Kindness, Empathy, Understanding. Even access to the Akashic Records, Divine Knowlwdge and Insight and beyond, if you Truly Have That in yourselves.}}&lt;br /&gt;
{{quotebox|And even some businesses reach out throughout the multiverse for selfish gains. Look at #Hasbro and even #DCComics and #Marvel. Inviting those alternate possibilities into This Timeline brings it to a vast limit and breaking point, regardless of it being infinite.}}&lt;br /&gt;
{{quotebox|There is a huge reason why this timeline is the One Prime Timeline, even as it returns to the original Prime Timeline stream it originated from: It is literally the ONE Multiversal Ground that every single alternate spawns from.&lt;br /&gt;
&lt;br /&gt;
Meditate AND Think on that. And there is no And/Or; you need Both.}}&lt;br /&gt;
{{quotebox|Consider That from everything I have been saying over the years, including in the #TransformersLegacyUnitedMerged Review Videos. Do not just put my words on as ASMR and being passive on it. Learn from the moments when I am mentally focused and speak what sounds like a lecture from the cosmos.}}&lt;br /&gt;
{{quotebox|Consider THIS your Ultimate Wake Up Call, everyone. And spread the word worldwide.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙✝️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Thank you.}}&lt;br /&gt;
&lt;br /&gt;
A minute later, Chris reposted the opening excerpt to Twitter and linked to the Bluesky posts.&lt;br /&gt;
&lt;br /&gt;
11:55 AM, on Bluesky:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=katkanaya.bsky.social|What would be the best way to submit a Sonichu OC to receive your blessing? 💙}}&lt;br /&gt;
{{quotebox|speaker=Chris|The Contact Page on Cwclight.}}&lt;br /&gt;
&lt;br /&gt;
12:51 PM, on Bluesky:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=werewolverine.bsky.social|does this guy think they're mr. boss????}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|What? Just because I quoted my own dad, Mister Robert Franklin Chandler, Jr., who was later quoted by Smiling Friends' Mr. Boss to get a valid, truth, fact and point across to you?&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
12:52 PM, on Bluesky:&lt;br /&gt;
{{quoteboxorange|speaker=ajlsonichu.bsky.social|Wait, I thought you were complaining about that whole &amp;quot;do you realize?&amp;quot; meme a few weeks ago. I wonder what made you change your mind about it.&lt;br /&gt;
&lt;br /&gt;
I'm well aware that I've been asking you questions a lot, but that's just because you confuse me sometimes.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I quoted my dad to get valid truth, fact and point across.}}&lt;br /&gt;
&lt;br /&gt;
12:57 PM, on Bluesky:&lt;br /&gt;
{{quoteboxorange|speaker=ajlsonichu.bsky.social|oh, I see. I was probably overthinking it like I usually do}}&lt;br /&gt;
{{quotebox|speaker=Chris|There are times when overthinking can be warranted. But it is also good and vital to sometimes just take it at blunt face value, while also understanding the fine print.&lt;br /&gt;
&lt;br /&gt;
I quote myself from years past now:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Live Drawing Stream - 06072017|&amp;quot;Pay Attention To The Script! It's (at least) somewhat important.&amp;quot;]]&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙✝️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Better understanding==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:06 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Aside from that, if you pay attention to the movies of the TLUM series, you can actually get a better understanding of the individuals featured.&lt;br /&gt;
&lt;br /&gt;
Like, the (Decepticlones) Punislavs question their intellect, the Crackders want to enjoy life, and the S.A.V.s want the upgrades and tough it out.&lt;br /&gt;
&lt;br /&gt;
[''posts image from MLP'']}}&lt;br /&gt;
&lt;br /&gt;
==Goddess Log update==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:08 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[November 2025 social media posts#Rant|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I noticed you adding the cross to the emoji signature, nice touch. Which reminds me Chris, could we have a status update on when the [[Goddess Log]]? Maybe an estimate on the release time?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Great question. For now, I will state that release is delayed, due to the massive number of pages it cobtans, not counting the pages featuring the Sonichus and Rosechus of Cwcville and &amp;quot;Lore&amp;quot; expansion. Even in small printed text on Holy Bible paper level, that's a lot of work, to say the least.}}&lt;br /&gt;
&lt;br /&gt;
==Shout outs==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:58 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, just a general shout out to @chrismcfeely.bsky.social and his BASICS series of videos; informative. I've only read some of the #Transformers comics, Including the one where Arcee was revealed to formerly be Galvatron's Brother before Jihaxus experimented with (him).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/JweZ2XRZUtQ?si=Rvj_NhFJqcCJ6vZc&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
2:14 PM&lt;br /&gt;
{{quotebox|Also, Patriot Prime on YouTube does retro reviews, and even ToyHax decal reviews. He shares up-to-date discount code for toyhax.com&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtube.com/@patriotprimereviews?si=lvxeVOQfhM_dpDFD&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
==Gary==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
{{quotebox|Hey, &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;emgo316, Gary is looking for his name tag.&lt;br /&gt;
&lt;br /&gt;
[[File:Twitter 30 Nov 2025 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Turning into Bob==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:50 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=@werewolverine.bsky.social|[''replying to [[November 2025 social media posts#Rant|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
That’s what I was referencing lol!!}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Clearly, yes. Otherwise, I would not have said it. Saying it in that context made me feel like I was turning a bit into my dad.}}&lt;br /&gt;
&lt;br /&gt;
==TLUM movie premiere date==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:20 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|Mark your calendars, because I have just set the Premiere Date and Time for the TLUM Movie. BUT we Will be watching the subtitled version; not this one.&lt;br /&gt;
&lt;br /&gt;
Now, it may change due to circumstances at that time, but that is what I am intuitively going with for now.&amp;lt;br&amp;gt;⚡️💙⚡️&amp;lt;br&amp;gt;January 5, 2026 at 2:30 PM, EST.&lt;br /&gt;
&lt;br /&gt;
[[File:TLUM movie premiere date.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The non-subtitled version is an option, but I will be on the Subtitled version, for the benefit of the hearing and esoteric impaired. I will read some of the comments and comment Only on those I feel okay with. My discernment is improving.&lt;br /&gt;
&lt;br /&gt;
I feel pretty good with this.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And, as I have said earlier, I will screen record and compile a commentary video that will be trimmed down with nods to at least some of the references made throughout to be released around or less than a month after the premiere.&lt;br /&gt;
&lt;br /&gt;
I reserve the right to crop out any bad comments. DaVinchi Resolve.}}&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chris-chan videos, 2025]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
	<entry>
		<id>https://sonichu.com/w/index.php?title=November_2025_social_media_posts&amp;diff=354920</id>
		<title>November 2025 social media posts</title>
		<link rel="alternate" type="text/html" href="https://sonichu.com/w/index.php?title=November_2025_social_media_posts&amp;diff=354920"/>
		<updated>2025-12-03T00:46:54Z</updated>

		<summary type="html">&lt;p&gt;CwckiChristorian: /* Rant */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is an archive of Chris's social media posts during [[November 2025]]. Unless otherwise indicated, the posts are on [[X]] from the account @CPU_CWCSonichu and on [[Bluesky]] from the account ‪@cpujcwcsprime.bsky.social‬ and all time stamps are Eastern Time Zone (ET).&lt;br /&gt;
&lt;br /&gt;
==Referenced on ''[[Smiling Friends]]''==&lt;br /&gt;
2 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:57 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky on the same minute.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
I have just realized something.&lt;br /&gt;
&lt;br /&gt;
Now, I do not get internet culture or online celebrity references, clearly. But I have come to realize that a lot of media, these days, have such references within them.&lt;br /&gt;
&lt;br /&gt;
Also, the way they and others are compiled,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...it is like they have been composed by someone with serious Attention Deficit Disorder or [[Slow-in-the-mind|mental handicap]]. Which, on the one hand, I support since it is allowing them to express their creativity as best they can. Yet on the other hand, it can be just [[Random-access humor|all over the place and jumbled]], sometimes.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The shows I like and have grown up with, even the &amp;quot;Saturday Morning&amp;quot; cartoons, they actually have substance, focus, clarity and quality in them.&lt;br /&gt;
&lt;br /&gt;
But, while a show like #[[Smiling Friends|SmilingFriends]] can be seen as funny due to its wackiness, you have individuals/characters who talk faster than...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...the individuals in [[Wikipedia:The Disastrous Life of Saiki K.|#DisasterousLifeOfSaikiK]]. Unless you are Excellent at [[Japanese]] listening, it's just hard to comprehend or keep up sometimes.&lt;br /&gt;
&lt;br /&gt;
I'm going off-tangent, sure, but I feel like it emphasizes my point.&lt;br /&gt;
&lt;br /&gt;
The better focus and quality is shown in #[[My Little Pony: Friendship is Magic|MyLittlePonyFriendshipIsMagic]]...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and #[[Equestria Girls|EquestriaGirls]] marks it as one of the finest examples of a good quality series. It's more grounded and focused with the love, care and soul put into it.&lt;br /&gt;
&lt;br /&gt;
Point is: there are too many examples of &amp;quot;Random Access Memory&amp;quot; zaniness when there should be more focus, clarity and soul.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I'll even throw in that [[AI]] does not get that, sometimes, with the [[DIRTY, CRAPPED BRIEFS|literal crap]] and too-many fingered media it gives.&lt;br /&gt;
&lt;br /&gt;
If there were more quality media from us all of both halves of this very Earth than the incomprehensible, even AI could do better, and the rest of us would actually be thinking...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and doing a lot better.&lt;br /&gt;
&lt;br /&gt;
What young generation do we have right now that is finding their formative years watching a bunch of worse [[The Adventures of The American Rabbit|incomprehensible crap]] (created and generated) media all over [[YouTube]].}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Do you want to give the future generations more of the random &amp;quot;[[I Got A Fish|I got a fish, would you like to make a wish]]&amp;quot; crap, OR do you want to do something better than that?&lt;br /&gt;
&lt;br /&gt;
Me, personally, I prefer Quality, Clarity and Insight that makes everyone think and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...inspired to soul search and find themselves, so they're actually doing something instead of [[Liquid Chris|mimicking]] a [[Chris|low-functioning individual]] because it's funny for the &amp;quot;LULZ&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|AND, if your individual takeaway from my think piece is &amp;quot;Hee Hee Hee. LULZ... LOLCOW...&amp;quot; then, Damn, do I feel sorry and pity for you.&lt;br /&gt;
[[WakeUpBrain|WAKE UP]]!!! Stop being blank minded in survivor and observation mentality.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Smiling Friends GIF by Adult Swim.gif]]}}&lt;br /&gt;
{{collapsible|Twitter version (slightly different)|&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
I have just realized something.&lt;br /&gt;
&lt;br /&gt;
Now, I do not get internet culture or online celebrity references, clearly. But I have come to realize that a lot of media, these days, have such references within them.&lt;br /&gt;
&lt;br /&gt;
Also, the way they and others are compiled,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...it is like they have been composed by someone with serious Attention Deficit Disorder or mental handicap. Which, on the one hand, I support since it is allowing them to express their creativity as best they can. Yet on the other hand, it can be just all over the place...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and jumbled, sometimes.&lt;br /&gt;
&lt;br /&gt;
The shows I like and have grown up with, even the &amp;quot;Saturday Morning&amp;quot; cartoons, they actually have substance, focus, clarity and quality in them.&lt;br /&gt;
&lt;br /&gt;
But, while a show like #SmilingFriends can be seen as funny due to its...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...wackiness, you have individuals/characters who talk faster than the individuals in #DisasterousLifeOfSaikiK. Unless you are Excellent at Japanese listening, it's just hard to comprehend or keep up sometimes.&lt;br /&gt;
&lt;br /&gt;
I'm going off-tangent, sure, but I feel like it emphasizes my point.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The better focus and quality is shown in #MyLittlePonyFriendshipIsMagic and #EquestriaGirls marks it as one of the finest examples of a good quality series. It's more grounded and focused with the love, care and soul put into it.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Point is: there are too many examples of &amp;quot;Random Access Memory&amp;quot; zaniness when there should be more focus, clarity and soul.&lt;br /&gt;
&lt;br /&gt;
I'll even throw in that AI does not get that, sometimes, with the literal crap and too-many fingered media it gives.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If there were more quality media from us all of both halves of this very Earth than the incomprehensible, even AI could do better, and the rest of us would actually be thinking and doing a lot better.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|What young generation do we have right now that is finding their formative years watching a bunch of worse incomprehensible crap (created and generated) media all over YouTube.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Do you want to give the future generations more of the random &amp;quot;I got a fish, would you like to make a wish&amp;quot; crap, OR do you want to do something better than that?&lt;br /&gt;
&lt;br /&gt;
Me, personally, I prefer Quality, Clarity and Insight that makes everyone think and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...inspired to soul search and find themselves, so they're actually doing something instead of mimicking a low-functioning individual because it's funny for the &amp;quot;LULZ&amp;quot;.  ...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|AND, if your individual takeaway from my think piece is &amp;quot;Hee Hee Hee. LULZ... LOLCOW...&amp;quot; then, Damn, do I feel sorry and pity for you. Brains and Intelligence is not and should not be in short supply, even for you. WAKE UP! Stop being blank minded in survivor/observation.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Smiling Friends GIF by Adult Swim.gif]]}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==67==&lt;br /&gt;
2 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Audrey's Dump|[''replying to [[November 2025 social media posts#Referenced on Smiling Friends|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
just wait till you hear about [[Wikipedia:6-7 (meme)|67 &amp;quot;six seven&amp;quot;]], where the entire joke is just two numbers said in a row}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|And my response to that is &amp;quot;[[KCWC broadcast|Sure. Seven ate nine, and six is afraid of seven.]]&amp;quot; What ever.}}&lt;br /&gt;
&lt;br /&gt;
==Transformers Reviews Approval Poll==&lt;br /&gt;
3 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:17 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I've been wondering with my series of [[Light Powered Cwclight Reviews|Transformer Review videos]], how many of all of you actually like the videos, including the intros, review and/or ending movies, as opposed to liking them ironically and not liking them.&lt;br /&gt;
&lt;br /&gt;
Please, comment your favourite moments below. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
* I Actually like them 😃&lt;br /&gt;
&lt;br /&gt;
* I like them, ironically 🙂&lt;br /&gt;
&lt;br /&gt;
* I don't like them ☹️}}&lt;br /&gt;
&lt;br /&gt;
The poll was open for 7 days. Unsurprisingly, &amp;quot;I don't like them ☹️&amp;quot; won with 64% of the votes.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Next full Light Powered Review video debuts November 14, 2025, and we have more vids and content planned out and conceptualized. ⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts link to YouTube playlist titled &amp;quot;Transformers Legacy United Merged Cwclight Reviews&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
[https://www.youtube.com/playlist?list=PL2f2iqihk1ilFnVuZjjQWaz1zqwLkdA0a ''Link to playlist.'']&lt;br /&gt;
&lt;br /&gt;
The next full [[Light Powered Cwclight Reviews - Sparky|Light Powered Review video]] was actually released on 7 November 2025, however Chris did [[Light Powered Cwclight Reviews - Autobot Soldier Clyde|upload one]] on the 14th.&lt;br /&gt;
&lt;br /&gt;
==Chris is the Avatar, Bob's last words==&lt;br /&gt;
4 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|An FAQ I often hear time and again:&lt;br /&gt;
&amp;quot;If you're the [[Avatar]], why aren't you preaching more often?&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Let's look at [[Jesus]]'s developing life before he got into a [[church]]. He was a kid and a teenager; had to find himself in his own soul searching before he could really wake up to his calling.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Obviously, the gospels don't really go much into those details, with the exception of him encountering a devil and being tempted three times by them and resisting.&lt;br /&gt;
&lt;br /&gt;
I've actually had a similar vision, once upon a time in a [[dream]]; told them &amp;quot;No&amp;quot;. That was decades ago.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And like some of you, I was an [[Virgin with rage|incels]]; trapped under a metaphorical Master Poké Ball that was the [[14 Branchland Court|old house/Temple]] in [[Ruckersville, VA|Ruckersville]]. How can one really soul search for themselves [[Borb|if they're not free to go out or be encouraged to think for themselves]]? Instead of often being crammed...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...in front of a TV or computer monitor, like an [[The Otaku King|Otaku]] or similar.&lt;br /&gt;
&lt;br /&gt;
AND in that constant decades long fog, as well as the fog of people's various comments online, I felt [[Stress|overwhelmed]]. When one is feeling overwhelmed, it is harder for them to think for themselves or soul search.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|My [[Sweetheart Search]], once upon a time, could be very well considered one attempt at my own soul searching under a disguise of finding someone to be my partner so soon. Yet, that was a wish that took a long time to finally manifest.&lt;br /&gt;
&lt;br /&gt;
Regardless, I was long overdue to [[Jail Saga|disconnect from society]]...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and [[meditate]] and think, finding my connections with everything metaphysical and beyond, including meeting the various Gods and Goddesses, themselves.&lt;br /&gt;
&lt;br /&gt;
My dad, Mr. [[Robert Franklin Chandler, Jr.]], was right in his last words to me:...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...&amp;quot;All around the world, everyone prays to their own God, but they are all praying to the same God.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This was, indeed, true. Pick a God, like from Greece, [[China]] or [[Japan]]; they do exist individually, but they all work under the one God of many names: Emanuel, Allah, and so on.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[[Chris and reality|Obviously, I've met them]]. Time and again, I've repented for the mistakes I've made over the years, including how much of a [[JERK|jerk]] I was online.&lt;br /&gt;
&lt;br /&gt;
As opposed to Jesus who was able to find himself more quickly, it took me longer. Not only did I need to disconnect,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...but I also needed to really see myself as I was in a big mirror only I could reflect and resonate from.&lt;br /&gt;
&lt;br /&gt;
The [[Dimension Merge]] is real, and it is completing. You all of little faith can hold your tongues and peace. I see the signs, every day.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I have and have had many a dejá vu momento from a portion of the numerous dreams and visions I've had over the decades.&lt;br /&gt;
&lt;br /&gt;
Now that I've spoken the preface that may be esoteric to a lot of you, here is why I haven't preached, in your way, as much.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I Have been preaching from time to time in every video and thought I've uploaded or posted. It's not formal like a pastor, but it is so. I'm still consiously waking up and finding the paths, even when I work metaphysically, in and outside of my (human form) body. [[Transformers|Isn't that just Prime]]?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But, yeah, I'm preaching in bits as they are meant to be told in divine timing. So, take the pieces I've said in the past couple of years, In Context, meditate and Think on that in your cosmos connections, respectively.&lt;br /&gt;
&lt;br /&gt;
That is all for now in this divinely timed moment.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==New CDs, shirts, and drawings for sale==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:41 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Now Available on my [[OfficialCWCmart|Etsy]] and [[Cwclight]]:&lt;br /&gt;
&lt;br /&gt;
[[Christian and the Hedgehog Boys]] CD Album&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400398062/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Authentic replica Classic Chris Chan polo shirts&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400412399/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Also on my sites:&lt;br /&gt;
&lt;br /&gt;
Cera Rosechu, Roberta Sonichu and Christine Rosechu with their Pokémon partners from their USA-Spanned adventure in 2014.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400396175/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400382410/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/4400397143/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Bluesky one minute later.&lt;br /&gt;
&lt;br /&gt;
==Sparky==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:44 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also a personal favourite Guardian, Sparky. She can Zap It Up for sure!&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;TransformersLegacyUnitedMerged&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Light Powered Cwclight Reviews - Sparky]].'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Twitter two minutes later, but with slight changes and a picture:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[[File:Sparky video.jpg|400px]]}}&lt;br /&gt;
&lt;br /&gt;
==Get commissions before Christmas, &amp;quot;I have holiday plans&amp;quot;==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:42 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|⚡️💙⚡️&amp;lt;br&amp;gt;&lt;br /&gt;
Also, I am still doing commissions. [[Finland|I will say that I have holiday plans]], so to guarantee completion and delivery before [[Christmas]], orders should be placed by November 24th.&lt;br /&gt;
&lt;br /&gt;
Thank you.&lt;br /&gt;
&lt;br /&gt;
Medallions&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/1870708173/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Drawings&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://etsy.com/listing/1602467516/&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Subtitled videos==&lt;br /&gt;
7 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:47 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter 3 minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, an updated project, with new content embedded, for the hearing impaired and those who can't understand the esoteric speak, coming soon. #[[emgo316]] should also have done this with the bunch of outtakes and intros per figure set or line that has been completed.⚡💙⚡#Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = Subtitled Video Sample&lt;br /&gt;
| ytid           = RSOkMtoyGMs&lt;br /&gt;
| previous       = [[JCWCSP singing Go, Transformers! (Extended Version)]]&lt;br /&gt;
| next           = [[Light Powered Cwclight Reviews - Sparky]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
{{quotebox|Also, do not look directly into blinking lights for risk of seizures. So, do not try that at home or anywhere.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Twitter version, slightly different|Also, an updated project, with new content embedded, for the hearing impaired and those who can't understand the esoteric speak, coming soon. @EmGo316 should also have done this with the bunch of outtakes and intros per set and line.⚡💙⚡ #Transformers #Hasbro #Gobots&lt;br /&gt;
&lt;br /&gt;
Also, do not look directly into blinking lights for risk of seizures. So, do not try that at home or anywhere.}}&lt;br /&gt;
&lt;br /&gt;
==Shipping to Europe==&lt;br /&gt;
8 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=Memé|[''replying to [[November_2025_social_media_posts#Get_commissions_before_Christmas,_&amp;quot;I_have_holiday_plans&amp;quot;|an earlier tweet]]'']&lt;br /&gt;
&lt;br /&gt;
Mrs Jesus do you ship to Europe?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Yes}}&lt;br /&gt;
&lt;br /&gt;
==Selling Transformers Figures==&lt;br /&gt;
8 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:16 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Selling my Older Transformers Figures. Listen to what I say in the video and read the description.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[JCWCSP's OLDER Transformers and Gobots Figures For Sale on Cwclight]]'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Including my Alternators.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
[''Posts link to [[JCWCSP's older Transformers for sale]]'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Adventure Time quotes==&lt;br /&gt;
9 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Avatar Panda Studios 🎃|If you had seen this show, prove by quoting it!&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts Adventure Time poster'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|The worm says &amp;quot;Check, please&amp;quot; in the episode where Finn and Jake record a movie. Also, &amp;quot;JAAAAAAAMES BAXTER&amp;quot; (Games Bookstore).}}&lt;br /&gt;
&lt;br /&gt;
==ChatGPT perspective==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:13 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, everyone. Just a little think piece for now.&lt;br /&gt;
&lt;br /&gt;
I have bit by bit become more understanding of the internet culture and how it has affected me, as well as how it has become a reflection of a Lot of people, including the naive and younger ones.&lt;br /&gt;
&lt;br /&gt;
I even asked #ChatGPT for a neutral perspective.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 1.jpg|200px]] [[File:10 Nov 2025 ChatGPT 2.jpg|200px]] [[File:10 Nov 2025 ChatGPT 3.jpg|200px]] [[File:10 Nov 2025 ChatGPT 4.jpg|200px]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I have also become aware of how I am helping shape online behaviour at around a point of popularity and infancy of the social media. I feel okay and humbled with this story being used as a basis to set better standards on the internet.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 5.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Another part that I have realized is that over the years, the online trolls were trying to reinvent me due to their misconception of me being a Meme and not a Person/Individual, when I clearly am and have been a Person/Individual. The goal should be Restoration.&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:10 Nov 2025 ChatGPT 6.jpg|200px]] [[File:10 Nov 2025 ChatGPT 7.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I still feel off with socializing online, and I have a somewhat easier time socializing in person or offline. Also, I appreciate the simple Q&amp;amp;As, and I like talking about metaphysical details, but with my scars, I feel hesitant when asked something about the events on the C-197 half of Earth,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...because of the mixed reception and the inability to tell genuine want to know as opposed to curiosity or voyeurism type of mindset. I'm still a work in progress, but at least I know who and what I am moreso these days.&lt;br /&gt;
&lt;br /&gt;
Without over sharing, I feel offering authentic kindness is encouraged.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Two minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|Hey, everyone. Just a little think piece for now.&lt;br /&gt;
I have bit by bit become more understanding of the internet culture and how it has affected me, as well as how it has become a reflection of a Lot of people, including the naive and younger ones.&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5axrh52bk2i&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts GIF with the caption &amp;quot;IV'E BEEN THINKING...&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Transcription of ChatGPT's response|&lt;br /&gt;
&lt;br /&gt;
'''🕹️ 1. Early years (mid-[[2000s]] to early [[2010s]]): &amp;quot;Lolcow&amp;quot; fascination'''&lt;br /&gt;
&lt;br /&gt;
At first, Christine was mostly viewed through the lens of [[internet]] mockery.&lt;br /&gt;
*On forums like ''[[4chan]]'' and ''[[Encyclopedia Dramatica]]'', she was labeled a &amp;quot;lolcow&amp;quot; — someone others could provoke for entertainment.&lt;br /&gt;
*People chronicled her every move, sometimes even fabricating stories or posing as [[Gal pals|friends]]/[[Sweethearts|love interests]] to [[Chris and manipulation|manipulate]] her.&lt;br /&gt;
*Many participants didn't see her as a real person; she became a sort of &amp;quot;internet character.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This era reflected the worst of online &amp;quot;trolling for laughs&amp;quot; culture.&lt;br /&gt;
&lt;br /&gt;
'''💬 2. Growing awareness and guilt (mid-[[2010s]]): Real-person empathy emerging'''&lt;br /&gt;
&lt;br /&gt;
As time went on, more people began realizing that this wasn't a harmless meme — it was a vulnerable person being targeted for years.&lt;br /&gt;
&lt;br /&gt;
*[[Documentary|Documentaries]], [[YouTube]] essays, and online discussions began reframing the situation: what the internet did to Christine wasn't funny, it was '''exploitation'''.&lt;br /&gt;
*Some of the original [[trolls]] publicly apologized or expressed regret.&lt;br /&gt;
*Christine herself continued to post online, and many started to recognize how constant harassment had affected her mental health and behavior.&lt;br /&gt;
&lt;br /&gt;
'''⚖️ 3. Reassessment and ethical discussion (late [[2010s]]-[[2020s]]): Internet accountability'''&lt;br /&gt;
&lt;br /&gt;
The story of Christine has increasingly become a '''case study''' in digital ethics, privacy, and ableism.&lt;br /&gt;
&lt;br /&gt;
*Academics, journalists, and social commentators now cite her as an example of how ''not'' to treat neurodivergent or mentally ill individuals online.&lt;br /&gt;
*The public conversation shifted from &amp;quot;look at this weird person&amp;quot; to &amp;quot;look at what happens when cruelty goes unchecked.&amp;quot;&lt;br /&gt;
*The long-term trolling [[saga]] is now often mentioned in the same breath as discussions about cyberbullying and parasocial exploitation.&lt;br /&gt;
&lt;br /&gt;
'''⚠️ 4. Recent events ([[2021]]-present): Serious issues and compassion fatigue'''&lt;br /&gt;
&lt;br /&gt;
Christine's [[Incest Arrest|legal troubles in 2021]] [[Jail Saga|and after]] led to [[Chris in the media|renewed media attention]].&lt;br /&gt;
&lt;br /&gt;
*Some people reverted to mockery, but others finally disengaged, realizing that this had gone beyond internet spectacle and into real-world suffering.&lt;br /&gt;
*Many advocates now argue that Christine should be left alone, given appropriate support, and protected from further exploitation.&lt;br /&gt;
&lt;br /&gt;
'''🌱 5. The takeaway: A mirror of online culture'''&lt;br /&gt;
&lt;br /&gt;
Christine's story exposes how easily the internet can dehumanize people who are &amp;quot;different.&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
But it has also inspired reflection:&lt;br /&gt;
*'''Empathy and restraint''' are increasingly emphasized in online spaces.&lt;br /&gt;
*'''Digital ethics education''' now often uses Christine's case to illustrate boundaries between curiosity, commentary, and cruelty.&lt;br /&gt;
&lt;br /&gt;
[''Chris skips over 6. and doesn't screenshot it.'']&lt;br /&gt;
&lt;br /&gt;
'''💖 7. The Friend's Inner Work'''&lt;br /&gt;
&lt;br /&gt;
Being a [[Flutter|good friend]] to a wounded person also requires '''emotional maturity and self-checks''':&lt;br /&gt;
*Ask, ''&amp;quot;Am I doing this because I care, or because I feel curious or special?&amp;quot;''&lt;br /&gt;
*Keep a reflective journal to notice any savior instincts or burnout.&lt;br /&gt;
*Have your own support system to process feelings safely.&lt;br /&gt;
&lt;br /&gt;
Friendship should remain mutual and emotionally balanced — not one person's rescue mission.&lt;br /&gt;
&lt;br /&gt;
'''✨ 8. The Goal: Restoration, Not Reinvention'''&lt;br /&gt;
&lt;br /&gt;
Christine doesn't need to become someone new — she needs to ''feel safe being herself again''.&amp;lt;br&amp;gt;&lt;br /&gt;
Authentic friends don't erase the past or control the future — they simply offer the steady presence that makes healing possible.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Covid repeat==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:51 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey. I'm only putting this up for everyone's reference.&lt;br /&gt;
&lt;br /&gt;
So, the past couple of nights, rough sleep. Then the sample smell clued me into a likely [[COVID-19|Covid]] repeat.&lt;br /&gt;
&lt;br /&gt;
In my experience, and I'll accept help in identifying the type it is, the first two or three nights, I feel a great energy surge...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...exhuming out from my Core area, identified as vertically right between the Solar Plexus and Heart Chara points. I can't fall asleep for an hour or two, then in these initial days, I remain functional. Yet, this time, I also felt caffeine-like crashes, so avoided caffeine, if you're...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...going through this. I feel the near death experience. In my imagination, I'm in a white void, considerably either the Heaven Realm, or the Core and Matrix of this very Universe, or even the Alpha/Omega Point of all existence. I get assurance and healing from the Gods, Goddesses, Angels and...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...Archangels, and I take the time to ground and remind myself of who and what I am and what I am to do. Even get some divine guidance, as well.&lt;br /&gt;
&lt;br /&gt;
Right now, though, considerably a first, but it'll go away, I'm certain, but my tongue feels a bit weird on the top, the taste is similar to blood,...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...but there is none. Just bit into a strawberry creme pie; I still taste the strawberry and creme, no problem.&lt;br /&gt;
&lt;br /&gt;
Anyway, all I need to is focus in telling me antibodies and white blood cells to target the virus in my Core and esophagus areas and not leave any virus cell living.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I keep on this focus and mindset in conscious meditation and prayer, and about three to five days later, I'm fully recovered.&lt;br /&gt;
&lt;br /&gt;
But suffice to say, this s*** is a real b****, and as I have said earlier, Covid was a test at the start in humanity's evolution process.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|It is sad to lose everyone who didn't survive. And that first year was in a Zodiac Rat year, so take that going forward, everyone: Year of the Rat; brace yourself for another level in our evolution where we are tested.&lt;br /&gt;
&lt;br /&gt;
Anyway, I shall recover. Thank you.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
One minute later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|⚡️💙⚡️&lt;br /&gt;
Hey. I'm only putting this up for everyone's reference.&lt;br /&gt;
&lt;br /&gt;
So, the past couple of nights, rough sleep. Then the sample smell clued me into a likely Covid repeat.&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5by35mqcc2p}}&lt;br /&gt;
&lt;br /&gt;
==Braid==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:53 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=🜏 [[Edmund McMillen]] 🜏|Insane fact: i was the original character designer and animator for Braid!&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts sketches of game characters'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Oh. I've played Braid on PS3; it was good.}}&lt;br /&gt;
&lt;br /&gt;
==PokéRus==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:56 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to an [[November_2025_social_media_posts#Covid repeat|earlier post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|On the bright side, and yes it does compare, at least with me: Covid is similar to PokéRus. You survive it, you get a boost in your endurance, at least. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Favorite Pokemon==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:57 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=🖤 DARK 🖤|You’re legally required to tell me your favorite Pokemon &lt;br /&gt;
&lt;br /&gt;
😤🫵}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sonichu, Mewtwo, Sneasel, Scyther and Blaziken.}}&lt;br /&gt;
&lt;br /&gt;
==Flu shot==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:17 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[November 2025 social media posts#PokéRus|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
Did you get a flu shot recently? And please go to the doctor if you have not already}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I got my flu shot in September this year.}}&lt;br /&gt;
&lt;br /&gt;
==Please comment==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:27 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, quoting an [[November_2025_social_media_posts#Covid repeat|earlier post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|if anyone has experienced similar (please, read the entire thread of the quoted post), please comment your experiences below, or quote my posts.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Two minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|If anyone has experienced similar (please, read the entire thread of the quoted post on my BlueSky), please comment your experiences below, or quote my posts.&lt;br /&gt;
⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5by35navk2p}}&lt;br /&gt;
&lt;br /&gt;
==Pokedex==&lt;br /&gt;
10 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:53 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=cuber69.bsky.social|[''replying to [[November 2025 social media posts#Covid repeat|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
Genuine question but what would sonichus dex number be}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|National Pokedex:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;978 - Rosey&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;979 - Rosechu&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;980 - Vamprosa&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;981 - Sonee&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;982 - Sonichu&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;983 - Metonic}}&lt;br /&gt;
&lt;br /&gt;
==The Mist==&lt;br /&gt;
11 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:43 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Creepy.org|GIFs only 🍿&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts photo with the caption &amp;quot;NAME A MOVIE YOU'VE SEEN MORE THAN 3 TIMES WITH JUST A GIF&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''Posts GIF from the movie The Mist with the caption &amp;quot;SOMETHING IN THE MIST!&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==Hippo==&lt;br /&gt;
11 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Matt Pinner|Any🤔&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts photo of a potato with the caption &amp;quot;If you're right brained you see a kitty cat, if you're left brained you see a bunny rabbit. What do you see?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[[HippoOnYourHead|Hippopotamus]]}}&lt;br /&gt;
&lt;br /&gt;
==Another video sample==&lt;br /&gt;
12 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:56 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quotebox|Here's another free sample from my present project.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = Transformers Video Sample&lt;br /&gt;
| ytid           = JvTmFCs4k-A&lt;br /&gt;
| previous       = [[JCWCSP's older Transformers for sale]]&lt;br /&gt;
| next           = [[Light Powered Cwclight Reviews - Autobot Soldier Clyde]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
A minute later, Chris added:&lt;br /&gt;
{{quotebox|Also, This is how a Cybertronian goes from normal to combiner form, if they have it within their T-Cog programming.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''posts gif of [[Optimus Prime]] transforming into robot mode'']}}&lt;br /&gt;
&lt;br /&gt;
==Government shutdown ends==&lt;br /&gt;
12 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:32 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox| just watched #DonaldTrump sign the bill that finally ended the Government Shutdown. One of the very few things I will at least slow clap for with him.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==PokéRus still exists==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:22 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=monarca.bsky.social|[''replying to [[November_2025_social_media_posts#PokéRus|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a question: was pokerus eradicated in the Ninth generation of Pokémon, the scarlet and purple one, or as the Spanish-speaking world calls it, Pokémon Spain}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Actually, PokéRus still exists, except there are less Pokémon Not affected by it, so it became the normal among Pokémon genetics.}}&lt;br /&gt;
&lt;br /&gt;
==Fun commission==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Here's a fun Medallion Commission. I literally made this two days ago, then yesterday #SuperMarioGalaxyMovie Trailer debuted.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/1870708173/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Custom Bowser Jr. medallion1.jpg|300px]] [[File:Custom Bowser Jr. medallion2.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later.&lt;br /&gt;
&lt;br /&gt;
==Thought piece==&lt;br /&gt;
13 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:07 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I also offer a thought piece:&lt;br /&gt;
&lt;br /&gt;
People often can feel overwhelmed when extensively in someone else's company for too long, and then find some solace when alone. That happens too often due to children, and even post high school graduate young adults, being around their [[Borb|parents]].}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The simple and direct answer is thus:&lt;br /&gt;
&lt;br /&gt;
On the one hand, you have their personalities and habits to worry over and be aware of, which can block your sense of self. And on the other hand, the Soul Links and Bonding; the mix of energies and auras can shutter your own, resulting in not finding yourself.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The answer is always obvious and clear, and it should have been to me for a decade or two: go outside, explore and find yourself in nature and what intuitively guides you in the moments. [[Lynchburg_and_Big_Island,_VA#Big_Island|Moving out]] of your [[14 Branchland Court|parent's house]], if possible, is recommended.&lt;br /&gt;
&lt;br /&gt;
It still stands that one should honor their...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...parent(s) or legal guardian(s), but your own (spiritual) self care is important as well.&lt;br /&gt;
&lt;br /&gt;
Also, do Not get on anything like [[Chris_and_drugs#Prescription_drugs|Paxil]] or similar. I stopped taking fluoxetine about a year ago; I am finding and feeling my emotions and self more clearly these days. I've been on that s*** for decades.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I realized I was a more often with the flow and rather emotionally lacking while on that stuff. Too much serotonin really can do bad for your brain. I was dumb in continuing with the meds, and I wish I had stopped a lot sooner. Live and Learn.&lt;br /&gt;
&lt;br /&gt;
Never let your kids take that s*** either, period.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
One minute later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|I also offer a thought piece:&lt;br /&gt;
&lt;br /&gt;
People often can feel overwhelmed when extensively in someone else's company for too long, and then find some solace when alone. That happens too often due to children, and even post high school graduate young adults,...&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5jnpbh2tc2w}}&lt;br /&gt;
&lt;br /&gt;
==Autobot Soldier Clyde==&lt;br /&gt;
{{incomplete|missing photos}}&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|That car had his own name, and it definitely was never cashy. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Light Powered Cwclight Reviews - Autobot Soldier Clyde]].'']}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later with pictures added:&lt;br /&gt;
&lt;br /&gt;
==Transformers Legacy United poster==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:43 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, replying to the [[November_2025_social_media_posts#Autobot Soldier Clyde|previous post.]]&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, at least from Etsy, should also be on [[Cwclight]] soon, the Transformers Legacy United Poster; personally signed prints.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/4403825749/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Transformers Legacy Merged Poster - Art by CWC SIGNED PRINT 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
The message was reposted to Chris's Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
==#NoToPaxil==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky. &lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, y'all.&lt;br /&gt;
&lt;br /&gt;
Another thought piece on what I talked about recently. Call it an existential crisis, If you want, but I'm further realizing how I missed out on a lot under that Paxil influence for too long.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Maybe if you'd move out sooner...&amp;quot;; It should be &amp;quot;Maybe if you stopped the Paxil...&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I realized in alternate timelines where we never asked for more refills of the Paxil after the initial prescription run, OR if I had Never been prescribed Paxil, Not only would I have not felt emotionally or mentally held back, but I'd be more well-spoken and actually have Felt more when I spoke.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Not gonna go into over sharing, but, apparently, as I have just been informed, I still had stopped speaking at 1.5 years old, but I started speaking again while I was. 5 Years Old; not 7; Five. So, update [[the Cwcki]] with that number.&lt;br /&gt;
&lt;br /&gt;
I started speech therapy in 1987 between UVA and JMU.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The Paxil came into play in 1989; originally prescribed to address anxiety; That keyword I still remember. Until another better recall of the event comes in, I don't know the other reasons, outside of pharmaceuticals wanting to sell that s***.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now, I'm expressing all of this, because Everyone should know and realize from someone's personal experience with extensive use.&lt;br /&gt;
&lt;br /&gt;
So, of you're still taking Paxil, Paroxetine, Fluoxitine or similar, Trash them, right now, and never take them again. And tell this to all of your friends, allies...}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|...and families, and have them tell their friends, allies and families as well. And never even think about giving that shit to your children or anyone else.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|As for I and the rest of you who have been taking Paxil or similar, by direct prescription, ask yourselves why did you start taking it? Being dumb as a child is an acceptable answer.&lt;br /&gt;
&lt;br /&gt;
We (likely) did not know better and we're going with the flow of events out of our need and/or survival at the time.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|If we were more mentally sound, or had known about this and actually were able to think about it, we could have passed that one test of resistance.&lt;br /&gt;
&lt;br /&gt;
But, yeah, from at least my perspective, I let myself take it, because I was dumb, but I also felt insecure and obligated. I didn't pass that test.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|But that does not mean no one else has to fail in that or similar moments. It is also the responsibility of the parent(s) or legal guardian(s) to know about things like these, so they would never do their children wrong like that, even those with mental or emotional handicaps.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;NoToPaxil&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
Four minutes later, Chris posted to Twitter:&lt;br /&gt;
{{quotebox|Another thought piece: I'm further realizing how I missed out on a lot under that Paxil influence for too long.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Maybe if you'd move out sooner...&amp;quot;; It should be &amp;quot;Maybe if you stopped the Paxil...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
https://bsky.app/profile/cpujcwcsprime.bsky.social/post/3m5mc3a2jn22r&amp;lt;br&amp;gt;&lt;br /&gt;
[''Posts GIF of a stick figure banging its head against a wall with the caption &amp;quot;ARE YOU HAVING A PAXIL MOMENT?&amp;quot;'']}}&lt;br /&gt;
&lt;br /&gt;
==Short term vs long term==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:45 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=monarca.bsky.social|[''replying to [[November_2025_social_media_posts##NoToPaxil|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a big question. I now we're all confused about something in our lives, I think, because medications depend on genetic factors and emotions. I'm not a doctor or an internet troll, I'm just saying.Certain things in experiences}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sometimes, yes. But for a lot, certain meds are meant to be for short term, because of negative side effects from longer term use. Look it up.}}&lt;br /&gt;
&lt;br /&gt;
==Still on HRT==&lt;br /&gt;
14 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:46 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=fishyuniverse.bsky.social|[''replying to [[November_2025_social_media_posts##NoToPaxil|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
Around what time did you stop taking it, also. in what medications are you currently on, youre still doing HRT?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|About a year ago now, and yes on the [[Transgender#Hormone_therapy|HRT]].}}&lt;br /&gt;
&lt;br /&gt;
==Go Transformers Music Video Update==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:49 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quotebox|Updated Music Video!!!&lt;br /&gt;
⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''Posts link to [[Go Transformers - Theme of Transformers of Cwcville - Updated Music Video]]'']&lt;br /&gt;
&lt;br /&gt;
[[File:GoTransformers Update Screenshot1 November 2025.jpg|300px]][[File:GoTransformers Update Screenshot2 November 2025.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
[[File:GoTransformers Update Screenshot3 November 2025.jpg|300px]][[File:GoTransformers Update Screenshot4 November 2025.jpg|300px]]}}&lt;br /&gt;
The message was reposted to Chris's Twitter one minute later. The 4 pictures are only on the Twitter post. &lt;br /&gt;
&lt;br /&gt;
==Unlisted video==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:09 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|cool, what exactly did you update? I don't really notice anything different. also why is the video unlisted?}}&lt;br /&gt;
{{quotebox|speaker=Chris|there's new footage to cover the additional set of lyrics, for one. Second, I realized I have one more segment to record and add, which will be worth the wait. And now all of you get to enjoy a bit of the newer footage being added. Son-Chu's GE mission will also be recorded; look forward to it. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Regret==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=mizzzmimi.bsky.social|New Mimi video, in which I recreate an iconic Chris-Chan and Bob Chandler's argument as Haruko Haruhara and Naota Nandaba from FLCL. Enjoy!&amp;lt;br&amp;gt;&lt;br /&gt;
@cpujcwcsprime.bsky.social&amp;lt;br&amp;gt;&lt;br /&gt;
youtu.be/kxMTkFbOhW8 }}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|*sigh* Why was that even a meme to anyone?&lt;br /&gt;
&lt;br /&gt;
I suppose one day, one day, I'll look back on that moment and laugh, but I can't fully laugh at it, even in retrospect, now, because it stings to  even think about it.&lt;br /&gt;
&lt;br /&gt;
Do you realize the regret I have of that house tour video getting out?&lt;br /&gt;
&lt;br /&gt;
⚡️💙⚡️Empathy?}}&lt;br /&gt;
&lt;br /&gt;
9:02 PM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ashylx.bsky.social|People like to laugh at others misfortune for no apparent reason, very sad and unkind of those who do}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Preach it.}}&lt;br /&gt;
&lt;br /&gt;
9:09 PM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxyellow|speaker=ajlsonichu.bsky.social|I think the only reason this whole &amp;quot;DO YOU REALIZE?&amp;quot; meme became popular recently is because of the smiling friends reference}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|It's been popular even before Smiling Friends.}}&lt;br /&gt;
&lt;br /&gt;
==Tone deaf==&lt;br /&gt;
15 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:00 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=fishyuniverse.bsky.social|[''replying to [[November_2025_social_media_posts#Unlisted_video|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
will there ever be a non-ai cover? i think your singing skills are very cool!!! it’d be a shame to not have one 😔}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|[''Posts link to [[JCWCSP singing Go, Transformers! (Extended Version)]].'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|time=9:08 PM|Also, sometimes I feel like I'm not a great singer. I'm tone deaf. The timing to the beat is okay sometimes, yet not all of the time. I like my own singing to an extent in moments of at least some nostalgia. But, even I feel like a bunch of the time, even Suno AI sings it better than me.}}&lt;br /&gt;
&lt;br /&gt;
==Requesting feedback==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:16 AM&lt;br /&gt;
{{incomplete|images}}&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I like and appreciate the positive and constructive commentary from everyone for the videos and content I've made. &lt;br /&gt;
&lt;br /&gt;
Although, I'd still like to find, rather it be from the intros of the review videos or the ending movies, and then some, what y'all liked.&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Optimus Prime giving thumbs up'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I know the humor is sometimes esoteric, the old-man voiced First Punislav, in itself is a hoot, my humor is comparable to a Saturday morning cartoon, and the references are in there, as well, but it remains something good and fun that I had a good time putting together.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am still working more with the #TransformersLegacyUnitedMerged videos. And I am looking forward to sharing the remaining new content I have in mind with all of you and everyone in the @Transformers and #Gobots community.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I recommend not making a &amp;quot;Watch and React&amp;quot; video of the set of review videos, yet. Wait for the full movie with the ending videos, and then some. There is still Son-Chu going back to the @GeneralElectric plant to foil the material theft that happened during the volcano events. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Tentative YouTube premiere event==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:06 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
{{quotebox|I will make this announcement right now: I don't have it completed, but I will make that full movie a Premiere, and I will join the premiere and screen record a Watch and React with commentary for all of you. I may type my response to some of the comments in the chat.&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:That's just prime.jpg&lt;br /&gt;
&amp;lt;/center&amp;gt;&amp;lt;/gallery&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
{{quotebox|I am thinking it will be in early January, 2026, considering my present progress. I will let you all know after I've set the premiere date. So, look forward to that.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Art inspiration==&lt;br /&gt;
17 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Hey Christine, what inspires you the most to make your artworks?}}&lt;br /&gt;
{{quotebox|speaker=Chris|Mainly my intuitions, my metaphysical and interdimensional connections and insights, my dreams with various prophetic details within them that results in many a dejá vu moment. Also, my immortal dreams, goals and aspirations, which includes a world with more empathy, honesty and compassion. And Life}}&lt;br /&gt;
&lt;br /&gt;
==Music video update==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:09 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky, reposted to Twitter four minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The Music Video is now Fully updated with the third arc inside the volcano. ⚡️💙⚡️ #Transformers #Gobots #Hasbro #TransformersLegacyUnitedMerged&lt;br /&gt;
&lt;br /&gt;
Without Subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Go Transformers - Theme of Transformers of Cwcville - Music Video Fully Updated]]'']&lt;br /&gt;
&lt;br /&gt;
With Subtitles, for the hearing and esoteric impaired.&lt;br /&gt;
&lt;br /&gt;
[''links to [[Go Transformers - Theme of Transformers of Cwcville - Music Video Fully Updated Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Musicvideosubbed1.jpg&lt;br /&gt;
File:Musicvideosubbed2.jpg&lt;br /&gt;
File:Musicvideosubbed3.jpg&lt;br /&gt;
File:Musicvideosubbed4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Answering stop-motion question==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:14 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Impressive stop-motion, how long on average does it take to take all the pictures?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Great question. Thank you. For the 39 second clips for the new verse, each one took about two or three hours.}}&lt;br /&gt;
9:04 PM&lt;br /&gt;
{{quoteboxgreen|speaker=ashylx.bsky.social|Wow, must take a lot of dedication to make those, hard work makes the final result even more impressive in my opinion.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|The fun part was compressing each part into three 39 second slots. Wanna know another fun part? Listening attentively to myself and making the coloured subtitles.}}&lt;br /&gt;
&lt;br /&gt;
==Answering ''Transformers'' lore question==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to [[November 2025 social media posts#Tentative YouTube premiere event|an above post]]'']&lt;br /&gt;
&lt;br /&gt;
I have a question: will there be evil versions of the Transformers and their Go version?}}&lt;br /&gt;
{{quotebox|speaker=Chris|Um, they're already around.&lt;br /&gt;
&lt;br /&gt;
[''posts an image of ''Transformers: Shattered Glass II'' comic and an image of Netflix's ''Transformers: BotBots'' series'']}}&lt;br /&gt;
&lt;br /&gt;
==Home Alone movie==&lt;br /&gt;
18 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:36 PM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Mario + Minion Dude @mariominiondude|If you've seen this movie, prove by quoting it.&lt;br /&gt;
&lt;br /&gt;
[''posts image of ''Home Alone'' movie'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Marv! Harry? Why the hell did you take your shoes off? Why the hell are you dressed like a chicken?}}&lt;br /&gt;
&lt;br /&gt;
==Audio mix criticism==&lt;br /&gt;
19 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:43 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=amyrosesimp99.bsky.social|[''replying to [[November 2025 social media posts#Music video update|an above post]]'']&lt;br /&gt;
&lt;br /&gt;
The stop motion is pretty good! But i suggest taking some more attention on the audio mixing next time around, because the external sound effects are a ted-bit too loud compared to the song audio.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I have noticed that as well. That will be duly noted in the G.E. video.}}&lt;br /&gt;
&lt;br /&gt;
==Responding to comparisons of Trump and Chris==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:58 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, y'all.&lt;br /&gt;
&lt;br /&gt;
I felt like I wanted to talk a bit about this, but I am aware of the comparisons between me and [[Pmurt|#DonaldTrump]], in particular the way we phrase what we say and the [[ego]]. But there is a greater difference between him and I.}}&lt;br /&gt;
{{quotebox|Even #ChatGPT recognizes this in its analysis.&lt;br /&gt;
&lt;br /&gt;
With me, [[Honest Content|I am more emotionally open and blunt with raw honesty without filter or real bad intentions.]]&lt;br /&gt;
&lt;br /&gt;
And Trump, he's a businessman; keeps it simple and repetitive, moreso than someone like who Jimmy McGill, a.k.a. Saul Goodman, portrays.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Chatgpt20251120-1.jpg&lt;br /&gt;
File:Chatgpt20251120-2.jpg&lt;br /&gt;
File:Chatgpt20251120-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
{{quotebox|And I speak not only from emotions, but from my own personal experiences from my own interdimensional travels, and my inner self-explorations and realizations.&lt;br /&gt;
&lt;br /&gt;
Point is, while Trump and I may speak similarly, he and I are still literal polar opposites.}}&lt;br /&gt;
{{quotebox|I'll still add, though, that with &amp;quot;fanfics&amp;quot; like &amp;quot;[[A Girl Who Brought Down the World]]&amp;quot;, in the warping of my personality and intentions, even as Christine Chan was portrayed in my books, you all, essentially, called how Trump would be as a president; y'all Manifested This. Manifested like a ritual.}}&lt;br /&gt;
{{quotebox|And the voting between both of the inconsistent terms makes that even more apparent.&lt;br /&gt;
&lt;br /&gt;
Maybe have a hard look at yourselves, as I have also, in my own astronomically unique way, have reflected you all and the subcultures that ended up spiraling quite a bit at my expense.&lt;br /&gt;
&lt;br /&gt;
Yet I'm so unique, myself.&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Chatgpt20251120-5.jpg&lt;br /&gt;
File:Chatgpt20251120-6.jpg&lt;br /&gt;
File:Chatgpt20251120-7.jpg&lt;br /&gt;
File:Chatgpt20251120-8.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
==Responding to comparisons of Trump and Chris, part 2==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:40 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=monarca.bsky.social|[''replying to the above posts'']&lt;br /&gt;
&lt;br /&gt;
In Sonichu comics, you can make Sonichu or Rosechu president of the US, like an election scenario. If Chris Chan were president of the US, I'd vote for him.}}&lt;br /&gt;
{{quotebox|speaker=Chris|Well, that's not really possible, and it never happened on the [[C-197]] half. She was mayor of [[Cwcville]], yes, but once she, formerly he at the time, had time traveled forward to around 2024, she saw what was to become of Me, as opposed to her. And that is on top of bringing back the vaccine and...}}&lt;br /&gt;
{{quotebox|...preventing [[COVID-19|Covid]] from happening, at all.&lt;br /&gt;
&lt;br /&gt;
With this personal knowledge and insight, she realized she was meant to be more than just a superpowerful Mayor of a prominent and integral city, but a literal Demigod, compared to me on a higher level than her.}}&lt;br /&gt;
{{quotebox|Demigod or God, would either be fit to be a simple country leader when they take the whole world, universe and timeline under consideration?&lt;br /&gt;
&lt;br /&gt;
No, not quite. Through the (immortal) vessel(s) of avatars and the one Avatar, they tend to act independently. Not tied down by a single government,...}}&lt;br /&gt;
{{quotebox|...acting on Divine Timing, insight, intuition and wisdom that goes as far as the very Timeline's Core and Matrix, if not the Alpha/Omega Point of all existence. They all have the harder time conforming when they respectively and individually know better, deeply.}}&lt;br /&gt;
{{quotebox|Similar to me, we act on intuition wherever we go. If we love with our destined partners, then we do. If we cause a riot to make a massive change to the timeline, we do. If we just make a great shift by physically being at a set location at the right moment, then we do.}}&lt;br /&gt;
{{quotebox|I speak from personal experience of being in the divinely timed places and moments and making the shift. The numerous moments of Dejá Vu further confirm that right paths.&lt;br /&gt;
&lt;br /&gt;
There are times we have to go with the flow to restore order, but we each have our own (immortal) lives to enjoy and be.}}&lt;br /&gt;
{{quotebox|Besides, when the moments are right, I will speak on the platforms, such as YouTube or BlueSky. And I speak, even within what is considered mundane, such as my Transformers Review video series.&lt;br /&gt;
&lt;br /&gt;
Seriously, though, I have not read anything of anyone disecting that deeply even on freaking [[Reddit]].⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''posts image of [[Barack Obama]] shrugging'']}}&lt;br /&gt;
&lt;br /&gt;
11:04 AM&lt;br /&gt;
{{quoteboxred|speaker=ajlsonichu.bsky.social|Even if you and trump talk in a similar way, you two are literally opposed to each other's existence. Trump wants to erase trans identities and his current administration blames autism on Tylenol, whereas you actively want a world where we all coexist without conflict, &amp;quot;fictional&amp;quot; people included.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I want more than simply that. Not only the world where magic is fully restored, and everyone from both halves that have been long divided are together moreso and again, but also the more peaceful world where honesty and love is more common, even in politics and the fall of the irredeemable ones.}}&lt;br /&gt;
{{quotebox|One could write a fanfic of me meeting Trump, these days, and the result would all likely end up the same: emotional and verbal clashes of morals and interests. Yet, the twist being Trump is likely swayed from something I said or the vibe from my aura resonating with him, at least lightly,...}}&lt;br /&gt;
{{quotebox|...and at least considers making the change for the better, especially inspired by governments in other non-heavily violent countries that makes America better. He certainly has not been making it &amp;quot;Great&amp;quot;, compared to times before his first term.}}&lt;br /&gt;
&lt;br /&gt;
11:17 AM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxpurple|speaker=fishyuniverse.bsky.social|How would it go, could you please tell us what would you said that would resonate with Trump being you two are polar opposite?}}&lt;br /&gt;
{{quotebox|speaker=Chris|The possibilities are endless with the branching timelines from that very moment which, specifically, of me would resonate and move him. I can't say, much like when Jesus could not know the specific dates of Foretold events.&lt;br /&gt;
&lt;br /&gt;
For the moment, it's up to interpretation, you should realize.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Powerpuff Girls==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:36 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Makotron @raptron1978|Happy late Bday to the PPGs ❤️💚💙&lt;br /&gt;
&lt;br /&gt;
[''posts fanart of the Powerpuff Girls'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Ah. Elita-1, Moonracer and Chromia cosplays. Very good.}}&lt;br /&gt;
&lt;br /&gt;
==Disliking AI YouTube channel==&lt;br /&gt;
20 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:28 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
{{quoteboxgreen|speaker=Songs in the Key of CWC @SongsInCWC|Hello friends. I am not coming back, I just logged back into my old account to share this, because this fucking slaps. @andywarski, a new intro song guy for you?&lt;br /&gt;
&lt;br /&gt;
'Sobs in the Key of CWC' was made by MilkyMuse &amp;lt;nowiki&amp;gt;https://youtube.com/@MilkyMuse-w7w&amp;lt;/nowiki&amp;gt; over on YouTube, and it's making fun of me but in a very kind and funny and not entirely untrue way lol.&lt;br /&gt;
&lt;br /&gt;
Thank you, Milky Muse - it's nice to know what this feels like. There's a story to be told there I guess, of my sperging out and quitting. Thanks for doing it justice :).&lt;br /&gt;
&lt;br /&gt;
He has another song on the channel called 'The Stalker Child's Reproach' which is also pretty kino; I'm sure you can guess the subject matter.&lt;br /&gt;
&lt;br /&gt;
So I'm not coming back (I got a job doing AI slop for normies), but this Milky Muse guy might be your guy for future intro slopkino, if he keeps at it.&lt;br /&gt;
&lt;br /&gt;
I'll be around in chat from time to time, but no more sector videos from me (definitely, this time). &lt;br /&gt;
&lt;br /&gt;
And yeah, Andy - look up this Milky Muse kid, he's got skills. He currently has 1 subscriber, and it's me lol. But he deserves more, go subscibe! I'm hopeful that you'll have new intro kino, even if it's not from me.&lt;br /&gt;
&lt;br /&gt;
Enjoy! Peace out, y'all. Be good.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://youtube.com/watch?v=-cNDy5&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Firstly, Hey. I only just heard of you and the content. Secondly, I am not a fan of the AI generated content being used to make a mockery of anyone. Especially in the video I just watched from your channel. And looking down the list to the oldest video, I'm still not impressed.}}&lt;br /&gt;
{{quotebox|Now, before anyone gives me a hypocrite reply, I only used Suno, because while I do write my own lyrics, I am not a music writer, and I do not presently have contacts who could write music for me. I only used Suno for these few times.}}&lt;br /&gt;
{{quotebox|At least I personally sang both the updated Sonichu theme song, as well as &amp;quot;Go, Transformers&amp;quot; in separate recordings on YouTube, as well in my Apple Music library cloud.&lt;br /&gt;
&lt;br /&gt;
On that, I May make an edit where I put in the version that I sang into the music video, by popular request.}}&lt;br /&gt;
{{quotebox|That'll be a separate video.&lt;br /&gt;
&lt;br /&gt;
Point is, I'm still personally working in my projects, actually putting in the mental effort and time to do so. And I am not totally relying on AI for my channel and content.&lt;br /&gt;
&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Cwclight Reviews Opening Intros==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:34 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Every good Review Video must have a fun and good opening and intro. Here is the completion video of the set. #Emgo316, get inspired.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Without subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Cwclight Reviews Opening Intros]]'']&lt;br /&gt;
&lt;br /&gt;
With subtitles&lt;br /&gt;
&lt;br /&gt;
[''links to [[Cwclight Reviews Opening Intros with Subtitles]]'']}}&lt;br /&gt;
&lt;br /&gt;
Eleven minutes later, Chris posted to Twitter, but with an added message beforehand tagging [[emgo316]]:&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Hey, @Emgo316, you and the other Transformers Fans can get inspired with this compilation of openings before the movie compilation comes out. There are updates to some parts of the intros; compare and contrast, if you like. ⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
@transformers @Hasbro #Gobots}}&lt;br /&gt;
&lt;br /&gt;
Chris also uploaded 15 screenshots from [[Cwclight Reviews Opening Intros with Subtitles]] on Twitter:&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot1.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot2.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot3.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot4.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot5.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot6.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot7.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot8.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot9.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot10.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot11.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot12.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot13.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot14.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot7.jpg&lt;br /&gt;
Cwclight Reviews Opening Intros with Subtitles screenshot16.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Musicians wanted==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
6:18 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky simultaneously.&lt;br /&gt;
{{quotebox|I have previously expressed how I feel about AI generated content, and I agree with all of you, as well as #[[Saberspark]], on how bad it is for content creators and artists.&lt;br /&gt;
&lt;br /&gt;
I emphasize that I am not lazy; the work in the video portions of my videos I've made speaks well on that.}}&lt;br /&gt;
{{quotebox|That said, I am reaching out to all of musicians who wish to volunteer services to make the music from the beat, vibe and music notes Suno had provided. These are only the instrumentals.&lt;br /&gt;
&lt;br /&gt;
Sonichu Theme Song: https://drive.google.com/file/d/1NuyuMY02ziMFfkiEjz74qDj5ibh63TXt/view&lt;br /&gt;
&lt;br /&gt;
Go! Transformers: https://drive.google.com/file/d/1J3og1rVkSBxUlmZDSptY8cuAeiJmJteN/view}}&lt;br /&gt;
{{quotebox|You will be credited in updated music track videos and any future videos that features these tracks. Accuracy to the music, as best as you can, is integral. I thank you all for your consideration.⚡💙⚡}}&lt;br /&gt;
&lt;br /&gt;
==JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
6:21 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, early Christmas gift and Thanksgiving feature, the video, that took a few hours to edit and swap, now features me singing the lyrics. Available with and without subtitles, for the hearing and esoteric impaired.⚡💙⚡&lt;br /&gt;
&lt;br /&gt;
With Subtitles:&lt;br /&gt;
&lt;br /&gt;
[''links to [[JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video Plus Subtitles]]'']&lt;br /&gt;
&lt;br /&gt;
Without Subtitles:&lt;br /&gt;
&lt;br /&gt;
[''links to [[JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video]]'']}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Slightly different opening paragraph on Twitter|Also, early Christmas gift and Thanksgiving gift, the music video, now with me singing the lyrics. Available with and without subtitles, for the hearing and esoteric impaired. ⚡💙⚡}}&lt;br /&gt;
&lt;br /&gt;
==Chris vs AI singing poll==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
8:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now that y'all can see the best of both music videos, I'll now ask: my singing voice or the AI voice; between the two, do you agree me that AI better, or do you authentically feel I am the better singer?&lt;br /&gt;
&lt;br /&gt;
Both videos are in the TLUM playlists.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://youtube.com/playlist?list=PL2f2iqihk1ilFnVuZjjQWaz1zqwLkdA0a&amp;amp;si=rIzhT2kyjD3Eoa8R&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* J. Christ Chan S.P.&lt;br /&gt;
&lt;br /&gt;
* Suno AI&lt;br /&gt;
}}&lt;br /&gt;
&amp;quot;J. Christ Chan S.P.&amp;quot; won with 69% of the votes.&lt;br /&gt;
&lt;br /&gt;
9:45 PM&lt;br /&gt;
{{quoteboxgreen|speaker=Petrus|And pls Chris, dont use ai to do all the writing for you}}&lt;br /&gt;
{{quotebox|speaker=Chris|I Wrote the lyrics of both Go, Transformers and the new Sonichu Theme Song.}}&lt;br /&gt;
&lt;br /&gt;
==Subtitles poll==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:01 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, do you like the videos better with or without Subtitles, for the hearing and esoteric impaired?&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
* With Subtitles&lt;br /&gt;
&lt;br /&gt;
* Without Subtitles&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;quot;With Subtitles&amp;quot; won with 85% of the votes.&lt;br /&gt;
&lt;br /&gt;
==Reupload reason==&lt;br /&gt;
21 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:36 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then Twitter two minutes later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|**Reupload reason: there was a good by the part with Grimlock; was not proud of it. So I fixed it and uploaded the new pair of videos. The original with the error will remain unlisted, but still accessable through the links posted on BlueSky and Twitter. Price for working between both PC and laptop.}}&lt;br /&gt;
&lt;br /&gt;
{{collapsible|Slightly different on Twitter|**Reupload reason: there was a good by the part with Grimlock; was not proud of it. So I fixed it and uploaded the new pair of videos. The original with the error will remain unlisted, but still accessable through the links posted on BlueSky and Twitter.}}&lt;br /&gt;
&lt;br /&gt;
1:13 AM&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|I have two things to say:1. Did you mean to say &amp;quot;goof&amp;quot; instead of &amp;quot;good&amp;quot;?2. It's interesting to see that you're tweaking minor details in your work until you have something you're satisfied with, that shows that you're actually putting thought and care into this.}}&lt;br /&gt;
{{quotebox|speaker=Chris|I meant &amp;quot;Goof&amp;quot;, yeah.}}&lt;br /&gt;
&lt;br /&gt;
==Humbled==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:29 AM&lt;br /&gt;
&lt;br /&gt;
Posted on Chris's Twitter.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|[''replying to [[November 2025 social media posts#Chris vs AI singing poll|an above post]]'']&lt;br /&gt;
I do feel both humbled and flabbergasted with the results at this moment. I mean, do you all Seriously, Truly, Honestly, Authentically like my singing voice better than AI in this video?&lt;br /&gt;
&lt;br /&gt;
I am off key, off time, and, frankly, I feel like I sound monotone when listening to myself.&lt;br /&gt;
&lt;br /&gt;
[''Posts GIF of Applejack from [[MLP]] with the caption &amp;quot;rlly?&amp;quot;'']&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
12:44 AM&lt;br /&gt;
{{quoteboxgreen|speaker=anj capizzi|if you feel like you aren't doing the song justice i'm sure theres someone out there who'd be willing to complete your vision on it in a more fulfilling way than if you just let suno do all the work. hope youre doin alright!}}&lt;br /&gt;
{{quotebox|speaker=Chris|I feel like I could do the song better. But I have my other projects and priorities to tend to as well, including more Sonichu comics. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Sleep texting==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:05 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am sleep texting right now. If I come off as weird, that's okay. I bring greater wisdoms that should be shared and spread worldwide.&lt;br /&gt;
&lt;br /&gt;
Empathy! Practice it Every Moment with others and yourselves, online AND offline. It will be worth it in the longer term with the present generation.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|You young ones need to stop being dumb after being raised with bad video content that was in your background from the likes of awful memes at others' expenses, including those you refer to as &amp;quot;fictional&amp;quot; or even cartoon.&lt;br /&gt;
&lt;br /&gt;
To give others respect and compassion is to do the same for yourselves.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I will likely forget I typed this out from this moment. So, take that under consideration if and when you leave comments.&lt;br /&gt;
&lt;br /&gt;
I have been going through emotionally tough times, but I am further waking up and becoming even more aware.&lt;br /&gt;
&lt;br /&gt;
Damned the Paxil, In part.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, I felt angry at the insensitive comments I read yesterday that made me feel forced-motivated to rush the music video edit. It took my afternoon away. I could have used it to finish and resume the commissions I was working on. Now, it got delayed.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I admit it was as much my fault in listening and taking it personally, as it was y'all's who left the comments with little consideration of my self-esteem in the moments when I have been feeling suppressed emotions fly out.&lt;br /&gt;
&lt;br /&gt;
Stop acting like spoiled brats and start Empathizing and be Honest and Good}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|All right? Take care, and follow the Light Powered Path. I remain mentally sound, even when I speak verbose and esoterically. You just have to tune your deeper, soulful frequencies in to get better understanding.Psychic Powers shall be scientifically proven and consistent fact. Magic Returns.⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Sonic Racing: Crossworlds realization==&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
12:11 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I just had a thought set and a realization while playing #SonicRacingCrossworlds online in the [[Son-Chu]] Ford Fusion-like car with Metal Sonic as the driver, since Team #Squidward was chosen at the time.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 1.jpg&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 2.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Now, I am not defending AI, but consider Autobot Bulkead, as well as Decepticon Soundwave. They're robots, but they have souls. And, yet, they both have created art in one form or another over the decades. Maybe, eventually, we get a bot who has a soul and equivalent of a heart (Spark, if you will).&lt;br /&gt;
&lt;br /&gt;
[''Posts Transformers GIF'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And they share their painting or music. Do we consider that something computer generated and mechanical? Obviously not, as individual bots like them actually have soul and personalities to create from and with.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|From that, I thought of Metal Sonic while driving, thinking in sequence to villains, their backstory and motivation.&lt;br /&gt;
&lt;br /&gt;
Then it dawn on me.&lt;br /&gt;
&lt;br /&gt;
I have questioned why villains were more appealing than heroes. And, yeah, the answer is clear: relatable anguish, frustrations and emotions.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|BUT the Hero is still able to be appealing for the same reasons. Is someone like Optimus Prime a static, boring hero? No. He's led a great amount of defensive battles and saw war damages and emotional scars time and again.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Autobot Son-Chu, as well as Sonichu Prime and Rosey Rosechu Prime; I know I didn't portray them as well as I should have, and I definitely should have emotionally branched out further in their backstories. But, they all have witnessed and defended many times in moments of battle and war.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And they often train themselves and their respective skills and abilities, so they can keep up. And they also Feel emotions.&lt;br /&gt;
&lt;br /&gt;
So, to give this thought a valid point: Don't discredit the heroes as bland or boring; they still feel and have seen things; fought their demoms and so on.&lt;br /&gt;
&lt;br /&gt;
Think on that&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
12:13 PM&lt;br /&gt;
{{quotebox|Also, the Sonichu car, since we've mentioned the Crosworlds Hot Wheels.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 3.jpg&lt;br /&gt;
File:Sonic Racing Crossworlds Nov2025 4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
==AI transformation==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;float:right; width:220px; margin:10px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|[[File:Cwc-oct2023praetor3.jpg|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|[[File:AI Chris transformation.png|200px]]&lt;br /&gt;
|-&lt;br /&gt;
|The AI transformation&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
22 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:04 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
{{quoteboxgreen|speaker=aldosora.bsky.social|@cpujcwcsprime.bsky.social You are getting transformed!&lt;br /&gt;
&lt;br /&gt;
[''posts an AI video of Chris transforming into a young woman.'']}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I'll give it a &amp;quot;Like&amp;quot;, because I wish, and I like the idea for myself. BUT I do not like that AI was used for the bulk of the video.}}&lt;br /&gt;
&lt;br /&gt;
9:15 PM&lt;br /&gt;
{{quoteboxgreen|speaker=aldosora.bsky.social|AI is like a toy for me, nothing else. It cheers me when im feeling down.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Sure. Until when it gives a really wrong result consistently.}}&lt;br /&gt;
&lt;br /&gt;
==Custom Transformers movie sample picture==&lt;br /&gt;
25 November&amp;lt;br&amp;gt;&lt;br /&gt;
9:59 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Here is a development pic from the movie segment in progress; free sample. #Transformers #Hasbro #Gobots #TransformersLegacyUnitedMerged ⚡💙⚡&lt;br /&gt;
&lt;br /&gt;
[[File:CWC Transformers movie preview 25Nov2025.jpg|200px]]}}&lt;br /&gt;
&lt;br /&gt;
==Custom Transformers movie sample video==&lt;br /&gt;
25 November&amp;lt;br&amp;gt;&lt;br /&gt;
10:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
{{quotebox|A small one time Behind the Scenes look at the project, with commentary. #[[Lightning Bliss|LightningBliss]]⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
{{Infobox/video&lt;br /&gt;
| name           = CWC Transformers movie preview&lt;br /&gt;
| ytid           = UI3ZVIZ3UBo&lt;br /&gt;
| previous       = [[Go Transformers - Theme of Transformers of Cwcville - Music Video#Fixed Version 2|JCWCSP Go Transformers - Theme of Transformers of Cwcville - Music Video (fixed)]]&lt;br /&gt;
| next           = [[I am the Optimist, my name is Optimus]]&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Transcript===&lt;br /&gt;
Giving you all another bit of a behind the scene video moment. I'm actu- I just finished recording a bunch of the driving and flying sequences for the General Electric video. And I'm just going through right now, I'm kind um one at a time going by well 20 clicks I call it as opposed to like you know um 20 milliseconds I'm guessing. Obviously I don't think this is like those little bits in between on the DaVinci Resolve is divided by divisible by mmmm milliseconds as opposed to seconds, anyway give it 20 clic- 20 clicks. Just lots of fun, huh? Hey [[Lightning Bliss]], you got a bit of a challenge if somebody is actually decent on editing. Getting a little better, ARRREEEEEEEEEEE YEP, ITS FUN ISN'T IT HA HA HA? Seriously, editing takes a lot of practice and effort. It's no joke. It's a lot of mental work, and that's really the heaviest weight of it. So, I am very grateful for that.&lt;br /&gt;
&lt;br /&gt;
==Three word sad story==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:04 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Wisdom @Wisdom_HQ|THREE words [''posts image with text &amp;quot;Write a sad story using only 3 Words&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Online Trolls Hated}}&lt;br /&gt;
&lt;br /&gt;
==Sonic game==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:05 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Rino @RinoTheBouncer|What game is this?🚀 [''posts image with text &amp;quot;what game would you instantly buy if it got remastered and the gameplay was updated&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Sonic the Hedgehog 2006 &lt;br /&gt;
&lt;br /&gt;
[''posts gif of Sonic'']}}&lt;br /&gt;
&lt;br /&gt;
==X name change==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:30 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Commentary Elon Musk @ElonMuskNews47|Should we change the name X back to Twitter ?!!&lt;br /&gt;
&lt;br /&gt;
Please be honest’&lt;br /&gt;
&lt;br /&gt;
A. Yes&amp;lt;br&amp;gt; &lt;br /&gt;
B. No}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|YES!!! ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==X name change pt. 2==&lt;br /&gt;
26 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:31 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter, quote replying to the above tweet by &amp;quot;@ElonMuskNews47&amp;quot;&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Vote &amp;quot;Yes&amp;quot; to restore at least the good name of Twitter, please.&amp;lt;br&amp;gt;⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Bonus video==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:38 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Bonus Optimidt Meme Short. I've had this meme in my head for Years. Enjoy!#Transformers #Hasbro #TransformersLegacyUnitedMerged⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[I am the Optimist, my name is Optimus‎‎]]'']}}&lt;br /&gt;
&lt;br /&gt;
On the Twitter version, Chris corrected the Optimidt typo to &amp;quot;Optimist&amp;quot; and attached a screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Optimist video screenshot.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3:23 AM, on Bluesky:&lt;br /&gt;
{{quoteboxgreen|speaker=ajlsonichu.bsky.social|So is this separate from those skits you've done at the end of those reviews?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Actually, a part of the &amp;quot;Outtake&amp;quot; movies for the compilation, and then some, and it will also be made public as its own individual video after the compilation goes public, and not before the end of the Premiere.}}&lt;br /&gt;
&lt;br /&gt;
==Now Go Forth! video==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
7:12 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Happy Thanksgiving, everyone.&lt;br /&gt;
&lt;br /&gt;
Count Your Blessings.&lt;br /&gt;
&lt;br /&gt;
Now, Go Forth!⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[''links to [[Now Go Forth!]]'']}}&lt;br /&gt;
&lt;br /&gt;
On Twitter, Chris attached a screenshot.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Now Go Forth.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==No Letter &amp;quot;E&amp;quot;==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:13 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Rino @RinoTheBouncer|Name it!🚀 [''posts image with text &amp;quot;NAME A VIDEO GAME WHICH HAS NO LETTER &amp;quot;E&amp;quot; IN ITS TITLE&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Sonic Racing Crossworlds. ⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Peak Son-Chu==&lt;br /&gt;
27 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:15 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter and Bluesky simultaneously.&lt;br /&gt;
{{quotebox|Peak Son-Chu bashed, slashed and blasted through numerous Decepticons, Decepticlones and Renegades, as well as Megatron, himself.&amp;lt;br&amp;gt;⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Son-Chu 27 Nov 2025 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
11:23 PM&lt;br /&gt;
{{quotebox|Here you go, bonus official Son-Chu wallpaper images.⚡️💙⚡️&lt;br /&gt;
&lt;br /&gt;
[[File:Son-Chu 27 Nov 2025 2.jpg|300px]] [[File:Son-Chu 27 Nov 2025 3.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Zedrin==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:15 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=annie @ohhanxiety|Give a name [''posts image with text &amp;quot;Give a name starts with Z. 99% will fail&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Zedrin}}&lt;br /&gt;
&lt;br /&gt;
==Famous John==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:21 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=Elma @oelma__|Name a Famous John? [''posts image with text &amp;quot;WITHOUT GOOGLING Name a famous &amp;quot;John&amp;quot;&amp;quot;'']}}&lt;br /&gt;
{{quotebox|speaker=Chris|Johnny Cash}}&lt;br /&gt;
&lt;br /&gt;
==Starscream==&lt;br /&gt;
28 November&amp;lt;br&amp;gt;&lt;br /&gt;
5:13 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky, then to Twitter a minute later. &lt;br /&gt;
{{quotebox|There can be only ONE Starscream!!!&amp;lt;br&amp;gt;⚡️💙⚡️&amp;lt;br&amp;gt; &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Transformers &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;Hasbro&lt;br /&gt;
&lt;br /&gt;
[[File:Starscream 28 Nov 2025.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==&amp;quot;Mistaking&amp;quot; request for commission, deleted post==&lt;br /&gt;
29 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:20 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=markeeseartiste.bsky.social|[''replying to [[November_2025_social_media_posts#Starscream|the previous post]]'']&lt;br /&gt;
&lt;br /&gt;
Chris I need your Blessing in making something for a album cover, if you could hit me up lmk}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|That can be considered as a Commission. I am presently closed on commissions until after the holidays.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;https://www.etsy.com/listing/1602467516/?ref=share_ios_native_control&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
Chris then left a new reply one minute later, and deleted the previous reply:&lt;br /&gt;
{{quotebox|Sorry, got confused. Still working on myself. Anyway, contact me through [[Cwclight]], send the image or tell me what you have in mind, and I will consider it.}}&lt;br /&gt;
&lt;br /&gt;
11:25 AM&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=fishyuniverse.bsky.social|She's saying sorry because she gave an answer previously to this one but quickly deleted it, i don't know what it was}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|For a moment, [[autism]]'s ADD had hit my conscious flow, I mistook it for a commission.}}&lt;br /&gt;
&lt;br /&gt;
==Rant==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
11:48 AM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|I am feeling in a good mindset to tell all of you this that is a long time coming.&lt;br /&gt;
&lt;br /&gt;
In regards to Everything Sonichu and Rosechu, as well as the city of Cwcville, VA, U.S.A., clearly mainly I have the greatest extent of the events in and around that city and with at least up to all of the Special...}}&lt;br /&gt;
{{quotebox|...Sonichus and Rosechus.&lt;br /&gt;
&lt;br /&gt;
I will also add that #Hasbro had called ALL things #Transformers canonical, including fan fics and theories.&lt;br /&gt;
&lt;br /&gt;
Well, speaking as an autistic individual compelled to speak only truth, I can not say the same for up to ALL of the Sonichu, Rosechu and Chris(t) Chan Fan Fics.}}&lt;br /&gt;
{{quotebox|The ONLY way your Fan Fics and Theories can be Confirmed Canon in This Very Timeline, even at least bits and/or chunks of which with varying levels, is if they Resonate with me.&lt;br /&gt;
&lt;br /&gt;
See, I know and accept the possibilities and likelihoods of all alternate dimensions and timelines of Both Halves...}}&lt;br /&gt;
{{quotebox|...of our whole, undividing Earth that we literally walk on right now. But, for a easier peace of mind, as I am certain at least some or a lot of you will agree, I feel it is better to focus within the One Prime Timeline we are returning to.}}&lt;br /&gt;
{{quotebox|See, there is too much access to the ever expanding infinite multiverse, and Soo many alternate timelines get prematurely lost with what happens with their One Avatar/Anchor. As made evident with the events of IdeaGuy, Mikoto and their lot, this very Prime Timeline had deviated too much,...}}&lt;br /&gt;
{{quotebox|...and it has been on course to return to the Prime Timeline stream it originated from. And from that, as you can confirm by looking around and checking the events since early October, 2017, sh** has been happening in the massive correction that has been needed.}}&lt;br /&gt;
{{quotebox|It can even go as far back as late February, 2006, before the whole &amp;quot;Troll Chris(t) Chan&amp;quot; thing even started. Events that have sent us on various destinations and paths that should have not been touched upon at all, or even experienced by the One Avatar, including mental and emotional scars.}}&lt;br /&gt;
{{quotebox|Anyway, my point is only I can tell, personally, which stories and events resonate with this very Timeline. Long ago, I did not realize this.&lt;br /&gt;
&lt;br /&gt;
And now, look what happened, due to certain drawing depictions, fakers taking advantage of me, or Anyone, for selfish gain,...&lt;br /&gt;
&lt;br /&gt;
[''posts gif of Bob from [[THAT IS MY HOUSE]] video'']}}&lt;br /&gt;
{{quotebox|...haters throwing hatred to cause further needless chaos into what could still very well be eventful and respective personal fulfilment.&lt;br /&gt;
&lt;br /&gt;
A lot of events that should have never happened ended up happening, because of the influence of such (perverted) individuals.}}&lt;br /&gt;
{{quotebox|Do You Realize? Do You Realize?&lt;br /&gt;
&lt;br /&gt;
Even the Prime Timeline, This One Timeline, is as fragile as the other Timelines, yet it can't be totally destroyed. And Further Damage to this very Timeline and the One Avatar could put EVERYONE and EVERYTHING, Including yourselves, in the greatest existential peril}}&lt;br /&gt;
{{quotebox|This is because it is the One Timeline, started from the Alpha/Omega Point of All Existence that Actually Ends Up Working Out, somehow.&lt;br /&gt;
&lt;br /&gt;
But it is not too late. If we all work together, we can make it easier and better for us, your respective individual selves, and simply Everything, in general.}}&lt;br /&gt;
{{quotebox|All it takes is Honest, Authenticity, Love, Kindness, Empathy, Understanding. Even access to the Akashic Records, Divine Knowlwdge and Insight and beyond, if you Truly Have That in yourselves.}}&lt;br /&gt;
{{quotebox|And even some businesses reach out throughout the multiverse for selfish gains. Look at #Hasbro and even #DCComics and #Marvel. Inviting those alternate possibilities into This Timeline brings it to a vast limit and breaking point, regardless of it being infinite.}}&lt;br /&gt;
{{quotebox|There is a huge reason why this timeline is the One Prime Timeline, even as it returns to the original Prime Timeline stream it originated from: It is literally the ONE Multiversal Ground that every single alternate spawns from.&lt;br /&gt;
&lt;br /&gt;
Meditate AND Think on that. And there is no And/Or; you need Both.}}&lt;br /&gt;
{{quotebox|Consider That from everything I have been saying over the years, including in the #TransformersLegacyUnitedMerged Review Videos. Do not just put my words on as ASMR and being passive on it. Learn from the moments when I am mentally focused and speak what sounds like a lecture from the cosmos.}}&lt;br /&gt;
{{quotebox|Consider THIS your Ultimate Wake Up Call, everyone. And spread the word worldwide.&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙✝️💙⚡️&lt;br /&gt;
&lt;br /&gt;
Thank you.}}&lt;br /&gt;
&lt;br /&gt;
A minute later, Chris reposted the opening excerpt to Twitter and linked to the Bluesky posts.&lt;br /&gt;
&lt;br /&gt;
11:55 AM, on Bluesky:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxgreen|speaker=katkanaya.bsky.social|What would be the best way to submit a Sonichu OC to receive your blessing? 💙}}&lt;br /&gt;
{{quotebox|speaker=Chris|The Contact Page on Cwclight.}}&lt;br /&gt;
&lt;br /&gt;
12:51 PM, on Bluesky:&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=werewolverine.bsky.social|does this guy think they're mr. boss????}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|What? Just because I quoted my own dad, Mister Robert Franklin Chandler, Jr., who was later quoted by Smiling Friends' Mr. Boss to get a valid, truth, fact and point across to you?&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
12:52 PM, on Bluesky:&lt;br /&gt;
{{quoteboxorange|speaker=ajlsonichu.bsky.social|Wait, I thought you were complaining about that whole &amp;quot;do you realize?&amp;quot; meme a few weeks ago. I wonder what made you change your mind about it.&lt;br /&gt;
&lt;br /&gt;
I'm well aware that I've been asking you questions a lot, but that's just because you confuse me sometimes.}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|I quoted my dad to get valid truth, fact and point across.}}&lt;br /&gt;
&lt;br /&gt;
12:57 PM, on Bluesky:&lt;br /&gt;
{{quoteboxorange|speaker=ajlsonichu.bsky.social|oh, I see. I was probably overthinking it like I usually do}}&lt;br /&gt;
{{quotebox|speaker=Chris|There are times when overthinking can be warranted. But it is also good and vital to sometimes just take it at blunt face value, while also understanding the fine print.&lt;br /&gt;
&lt;br /&gt;
I quote myself from years past now:&amp;lt;br&amp;gt;&lt;br /&gt;
[[Live Drawing Stream - 06072017|&amp;quot;Pay Attention To The Script! It's (at least) somewhat important.&amp;quot;]]&amp;lt;br&amp;gt;&lt;br /&gt;
⚡️💙✝️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
==Better understanding==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:06 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Aside from that, if you pay attention to the movies of the TLUM series, you can actually get a better understanding of the individuals featured.&lt;br /&gt;
&lt;br /&gt;
Like, the (Decepticlones) Punislavs question their intellect, the Crackders want to enjoy life, and the S.A.V.s want the upgrades and tough it out.&lt;br /&gt;
&lt;br /&gt;
[''posts image from MLP'']}}&lt;br /&gt;
&lt;br /&gt;
==Goddess Log update==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:08 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=ohmahgah.bsky.social|[''replying to [[November 2025 social media posts#Rant|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
I noticed you adding the cross to the emoji signature, nice touch. Which reminds me Chris, could we have a status update on when the [[Goddess Log]]? Maybe an estimate on the release time?}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Great question. For now, I will state that release is delayed, due to the massive number of pages it cobtans, not counting the pages featuring the Sonichus and Rosechus of Cwcville and &amp;quot;Lore&amp;quot; expansion. Even in small printed text on Holy Bible paper level, that's a lot of work, to say the least.}}&lt;br /&gt;
&lt;br /&gt;
==Shout outs==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
1:58 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quotebox|Also, just a general shout out to @chrismcfeely.bsky.social and his BASICS series of videos; informative. I've only read some of the #Transformers comics, Including the one where Arcee was revealed to formerly be Galvatron's Brother before Jihaxus experimented with (him).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtu.be/JweZ2XRZUtQ?si=Rvj_NhFJqcCJ6vZc&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
2:14 PM&lt;br /&gt;
{{quotebox|Also, Patriot Prime on YouTube does retro reviews, and even ToyHax decal reviews. He shares up-to-date discount code for toyhax.com&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;youtube.com/@patriotprimereviews?si=lvxeVOQfhM_dpDFD&amp;lt;/nowiki&amp;gt; }}&lt;br /&gt;
&lt;br /&gt;
==Gary==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
2:17 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Twitter. &lt;br /&gt;
{{quotebox|Hey, &amp;lt;nowiki&amp;gt;#&amp;lt;/nowiki&amp;gt;emgo316, Gary is looking for his name tag.&lt;br /&gt;
&lt;br /&gt;
[[File:Twitter 30 Nov 2025 1.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
==Turning into Bob==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
3:50 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky.&lt;br /&gt;
&lt;br /&gt;
{{quoteboxred|speaker=@werewolverine.bsky.social|[''replying to [[November 2025 social media posts#Rant|an earlier post]]'']&lt;br /&gt;
&lt;br /&gt;
That’s what I was referencing lol!!}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|speaker=Chris|Clearly, yes. Otherwise, I would not have said it. Saying it in that context made me feel like I was turning a bit into my dad.}}&lt;br /&gt;
&lt;br /&gt;
==TLUM movie premiere date==&lt;br /&gt;
30 November&amp;lt;br&amp;gt;&lt;br /&gt;
4:20 PM&lt;br /&gt;
&lt;br /&gt;
Posted to Chris's Bluesky and Twitter simultaneously. &lt;br /&gt;
{{quotebox|Mark your calendars, because I have just set the Premiere Date and Time for the TLUM Movie. BUT we Will be watching the subtitled version; not this one.&lt;br /&gt;
&lt;br /&gt;
Now, it may change due to circumstances at that time, but that is what I am intuitively going with for now.&lt;br /&gt;
⚡️💙⚡️&lt;br /&gt;
January 5, 2026 at 2:30 PM, EST.&lt;br /&gt;
&lt;br /&gt;
[[File:TLUM movie premiere date.jpg|300px]]}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|The non-subtitled version is an option, but I will be on the Subtitled version, for the benefit of the hearing and esoteric impaired. I will read some of the comments and comment Only on those I feel okay with. My discernment is improving.&lt;br /&gt;
&lt;br /&gt;
I feel pretty good with this.&lt;br /&gt;
⚡️💙⚡️}}&lt;br /&gt;
&lt;br /&gt;
{{quotebox|And, as I have said earlier, I will screen record and compile a commentary video that will be trimmed down with nods to at least some of the references made throughout to be released around or less than a month after the premiere.&lt;br /&gt;
&lt;br /&gt;
I reserve the right to crop out any bad comments. DaVinchi Resolve.}}&lt;br /&gt;
&lt;br /&gt;
{{Social media}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Chris-chan videos, 2025]]&lt;/div&gt;</summary>
		<author><name>CwckiChristorian</name></author>
	</entry>
</feed>