<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://commentarywiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=M0x0n</id>
	<title>The Commentary Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://commentarywiki.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=M0x0n"/>
	<link rel="alternate" type="text/html" href="https://commentarywiki.org/wiki/Special:Contributions/M0x0n"/>
	<updated>2026-06-06T16:22:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://commentarywiki.org/index.php?title=MediaWiki:Common.css&amp;diff=3069</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=MediaWiki:Common.css&amp;diff=3069"/>
		<updated>2026-05-21T07:49:31Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Fix text wrapping on mobile - ZachTEW page and similar wiki pages */&lt;br /&gt;
.mw-parser-output,&lt;br /&gt;
.mw-content-text,&lt;br /&gt;
.mw-body-content p,&lt;br /&gt;
.mw-body-content li,&lt;br /&gt;
.mw-body-content td {&lt;br /&gt;
    overflow-wrap: break-word !important;   /* modern standard */&lt;br /&gt;
    word-break: break-word !important;      /* fallback for older browsers */&lt;br /&gt;
    hyphens: auto;                          /* helps with long words */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* === STRONGER MOBILE INFObOX FIX (ZachTEW page) === */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
    .infobox,&lt;br /&gt;
    table.infobox {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin: 0 0 1em 0 !important;&lt;br /&gt;
        table-layout: auto !important;          /* changed from fixed → lets content breathe */&lt;br /&gt;
        box-sizing: border-box !important;&lt;br /&gt;
        border-collapse: collapse !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox th,&lt;br /&gt;
    .infobox td,&lt;br /&gt;
    table.infobox th,&lt;br /&gt;
    table.infobox td {&lt;br /&gt;
        display: block !important;              /* stacks label + data vertically on phones */&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        padding: 8px 10px !important;&lt;br /&gt;
        word-break: break-word !important;&lt;br /&gt;
        overflow-wrap: break-word !important;&lt;br /&gt;
        hyphens: auto !important;&lt;br /&gt;
        white-space: normal !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Make the long links row wrap nicely */&lt;br /&gt;
    .infobox td a,&lt;br /&gt;
    .infobox td .external,&lt;br /&gt;
    a[href*=&amp;quot;archive.org&amp;quot;],&lt;br /&gt;
    a[href*=&amp;quot;ghostarchive&amp;quot;],&lt;br /&gt;
    a[href*=&amp;quot;twitter&amp;quot;],&lt;br /&gt;
    a[href*=&amp;quot;ZachTEW&amp;quot;] {&lt;br /&gt;
        word-break: break-all !important;&lt;br /&gt;
        display: inline-block !important;&lt;br /&gt;
        margin: 2px 0 !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Tighten empty rows (profile pic, etc.) */&lt;br /&gt;
    .infobox td:empty,&lt;br /&gt;
    .infobox td[colspan=&amp;quot;2&amp;quot;]:empty {&lt;br /&gt;
        padding: 4px 10px !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Kill any leftover scroll */&lt;br /&gt;
    .mw-body,&lt;br /&gt;
    .mw-content-container {&lt;br /&gt;
        overflow-x: hidden !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Optional: prevent horizontal scroll entirely on mobile */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
    .mw-body {&lt;br /&gt;
        overflow-x: hidden;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Make references and long URLs wrap nicely */&lt;br /&gt;
    .references li,&lt;br /&gt;
    .external {&lt;br /&gt;
        word-break: break-word;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* === STRONGER MOBILE FIX FOR ZachTEW INFObOX &amp;amp; LONG TEXT === */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
    .infobox,&lt;br /&gt;
    table.infobox,&lt;br /&gt;
    table.infobox.wikitable {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin: 0 0 1em 0 !important;&lt;br /&gt;
        table-layout: fixed !important;&lt;br /&gt;
        box-sizing: border-box !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox td,&lt;br /&gt;
    .infobox th,&lt;br /&gt;
    table.infobox td,&lt;br /&gt;
    table.infobox th {&lt;br /&gt;
        word-break: break-word !important;&lt;br /&gt;
        overflow-wrap: break-word !important;&lt;br /&gt;
        hyphens: auto !important;&lt;br /&gt;
        padding: 8px 6px !important;   /* slightly tighter for phones */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Force the long link cells to wrap aggressively */&lt;br /&gt;
    .infobox td a[href*=&amp;quot;archive&amp;quot;],&lt;br /&gt;
    .infobox td a[href*=&amp;quot;ghostarchive&amp;quot;],&lt;br /&gt;
    .infobox td a[href*=&amp;quot;twitter&amp;quot;],&lt;br /&gt;
    .references li a,&lt;br /&gt;
    .external {&lt;br /&gt;
        word-break: break-all !important;&lt;br /&gt;
        white-space: normal !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Kill any remaining scroll */&lt;br /&gt;
    .mw-body,&lt;br /&gt;
    .mw-content-container {&lt;br /&gt;
        overflow-x: hidden !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=MediaWiki:Common.css&amp;diff=3068</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=MediaWiki:Common.css&amp;diff=3068"/>
		<updated>2026-05-21T07:47:26Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Fix text wrapping on mobile - ZachTEW page and similar wiki pages */&lt;br /&gt;
.mw-parser-output,&lt;br /&gt;
.mw-content-text,&lt;br /&gt;
.mw-body-content p,&lt;br /&gt;
.mw-body-content li,&lt;br /&gt;
.mw-body-content td {&lt;br /&gt;
    overflow-wrap: break-word !important;   /* modern standard */&lt;br /&gt;
    word-break: break-word !important;      /* fallback for older browsers */&lt;br /&gt;
    hyphens: auto;                          /* helps with long words */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make the infobox table mobile-friendly */&lt;br /&gt;
.mw-infobox,&lt;br /&gt;
table.infobox,&lt;br /&gt;
table[style*=&amp;quot;float&amp;quot;] {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    table-layout: fixed;                    /* forces cells to respect width */&lt;br /&gt;
    word-break: break-word !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-infobox td,&lt;br /&gt;
table.infobox td {&lt;br /&gt;
    word-break: break-word !important;&lt;br /&gt;
    overflow-wrap: break-word !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Long links &amp;amp; usernames (the real culprits) */&lt;br /&gt;
a[href*=&amp;quot;ZachTEW&amp;quot;],&lt;br /&gt;
a[href*=&amp;quot;AustinNoPowers&amp;quot;],&lt;br /&gt;
a[href*=&amp;quot;aidscastreloadedarchive&amp;quot;] {&lt;br /&gt;
    word-break: break-all;   /* aggressive break only where needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Optional: prevent horizontal scroll entirely on mobile */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
    .mw-body {&lt;br /&gt;
        overflow-x: hidden;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Make references and long URLs wrap nicely */&lt;br /&gt;
    .references li,&lt;br /&gt;
    .external {&lt;br /&gt;
        word-break: break-word;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* === STRONGER MOBILE FIX FOR ZachTEW INFObOX &amp;amp; LONG TEXT === */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
    .infobox,&lt;br /&gt;
    table.infobox,&lt;br /&gt;
    table.infobox.wikitable {&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin: 0 0 1em 0 !important;&lt;br /&gt;
        table-layout: fixed !important;&lt;br /&gt;
        box-sizing: border-box !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .infobox td,&lt;br /&gt;
    .infobox th,&lt;br /&gt;
    table.infobox td,&lt;br /&gt;
    table.infobox th {&lt;br /&gt;
        word-break: break-word !important;&lt;br /&gt;
        overflow-wrap: break-word !important;&lt;br /&gt;
        hyphens: auto !important;&lt;br /&gt;
        padding: 8px 6px !important;   /* slightly tighter for phones */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Force the long link cells to wrap aggressively */&lt;br /&gt;
    .infobox td a[href*=&amp;quot;archive&amp;quot;],&lt;br /&gt;
    .infobox td a[href*=&amp;quot;ghostarchive&amp;quot;],&lt;br /&gt;
    .infobox td a[href*=&amp;quot;twitter&amp;quot;],&lt;br /&gt;
    .references li a,&lt;br /&gt;
    .external {&lt;br /&gt;
        word-break: break-all !important;&lt;br /&gt;
        white-space: normal !important;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Kill any remaining scroll */&lt;br /&gt;
    .mw-body,&lt;br /&gt;
    .mw-content-container {&lt;br /&gt;
        overflow-x: hidden !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=MediaWiki:Common.css&amp;diff=3067</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=MediaWiki:Common.css&amp;diff=3067"/>
		<updated>2026-05-21T07:45:13Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Fix text wrapping on mobile - ZachTEW page and similar wiki pages */&lt;br /&gt;
.mw-parser-output,&lt;br /&gt;
.mw-content-text,&lt;br /&gt;
.mw-body-content p,&lt;br /&gt;
.mw-body-content li,&lt;br /&gt;
.mw-body-content td {&lt;br /&gt;
    overflow-wrap: break-word !important;   /* modern standard */&lt;br /&gt;
    word-break: break-word !important;      /* fallback for older browsers */&lt;br /&gt;
    hyphens: auto;                          /* helps with long words */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make the infobox table mobile-friendly */&lt;br /&gt;
.mw-infobox,&lt;br /&gt;
table.infobox,&lt;br /&gt;
table[style*=&amp;quot;float&amp;quot;] {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    max-width: 100% !important;&lt;br /&gt;
    table-layout: fixed;                    /* forces cells to respect width */&lt;br /&gt;
    word-break: break-word !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-infobox td,&lt;br /&gt;
table.infobox td {&lt;br /&gt;
    word-break: break-word !important;&lt;br /&gt;
    overflow-wrap: break-word !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Long links &amp;amp; usernames (the real culprits) */&lt;br /&gt;
a[href*=&amp;quot;ZachTEW&amp;quot;],&lt;br /&gt;
a[href*=&amp;quot;AustinNoPowers&amp;quot;],&lt;br /&gt;
a[href*=&amp;quot;aidscastreloadedarchive&amp;quot;] {&lt;br /&gt;
    word-break: break-all;   /* aggressive break only where needed */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Optional: prevent horizontal scroll entirely on mobile */&lt;br /&gt;
@media (max-width: 767px) {&lt;br /&gt;
    .mw-body {&lt;br /&gt;
        overflow-x: hidden;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Make references and long URLs wrap nicely */&lt;br /&gt;
    .references li,&lt;br /&gt;
    .external {&lt;br /&gt;
        word-break: break-word;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Ay_Star&amp;diff=3062</id>
		<title>Ay Star</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Ay_Star&amp;diff=3062"/>
		<updated>2026-05-21T07:33:35Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Ay Star&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:AyStarMugShot.png]]&lt;br /&gt;
| caption     = Mug Shot Taken 11/19/2025&lt;br /&gt;
| foo         = *Alistair William Cooper&lt;br /&gt;
*StarTuber&lt;br /&gt;
*StellaVindicta&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://ghostarchive.org/archive/omp2R Sex Offender Registry Archive]&lt;br /&gt;
*[https://www.youtube.com/c/AyStar YouTube]&lt;br /&gt;
*[https://www.twitch.tv/OfficialAyStar Twitch]&lt;br /&gt;
*[https://www.instagram.com/OfficialAyStar/ Instagram]&lt;br /&gt;
*[https://mas.to/@AyStar Mastodon]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;Exiled. Tier 3 Sex Offender&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Ay Star&#039;&#039;&#039; (real name &#039;&#039;&#039;Alistair William Cooper&#039;&#039;&#039;)  was a commentary community orbiter, most known for being friends with [[John Swan]]. He was involved with bringing the evidence that [[Pieman]] was acting inappropriate towards a 12 year old whilst 15.{{Cn}} Then in early 2022, he was a first point of contact for Liz, a girl who said [[Camy]] had groomed her.{{Cn}} He was a target in 2020 for running a parody [[Chris Hansen]] account, he would later be doxxed by [[Anonymous Gene]], with it being discovered that Chris Hansen liked Alistair&#039;s father&#039;s discontinued band page on Facebook. This was revealed in early 2021 in John&#039;s video about the doxxing and harassment he received from Anonymous Gene. While John took down the video after it was revealed that Ay Star was a convicted predator, the video has been archived.&amp;lt;ref&amp;gt;[https://www.youtube.com/watch?v=RxgkZfcX_qw &amp;quot;Chris Hansen&#039;s Hitman: Anon Gene Files (John Swan Archive)&amp;quot;] (Commentary Archivist channel; reupload/archived version of original January 25, 2021 video by John Swan; accessed March 1, 2026).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Lewdness with a child under 14 Conviction=&lt;br /&gt;
[[File:AyStarRegistrySS.png|300px|thumb|left|Registry Screenshot]] On May 2nd, 2025, the North Las Vegas Police Department announced in a FaceBook post that 10 individuals had been arrested for various child sex related crimes as a part of a multi-agency led effort to catch child predators using the internet to find victims. The operation was led by the Nevada Internet Crimes Against Children Task Force, and collaborating agencies included the North Las Vegas Police Department, Las Vegas Metropolitan Police Department, FBI, Henderson PD, Homeland Security, and the Nevada Attorney General&#039;s Office. Among the arrested individuals listed in the post was Alistair Cooper.&amp;lt;ref&amp;gt;[https://ghostarchive.org/archive/EhPr1 North Las Vegas Police Department Facebook post: &amp;quot;Ten Child Sex Predators Arrested During Multi-Agency Operation on April 28–29, 2025&amp;quot;] (archived via Ghostarchive; if the page does not display properly, click the &amp;quot;Archived page not showing up? Click here.&amp;quot; button to switch to the static/noscript version; accessed March 1, 2026).&amp;lt;/ref&amp;gt; The incident was subsequently reported on by local news stations, also mentioning Alistair Cooper.&amp;lt;ref&amp;gt;[https://web.archive.org/web/20250803015023/https://www.8newsnow.com/news/local-news/ten-arrested-in-las-vegas-for-child-sexual-abuse-charges/ &amp;quot;Ten arrested in Las Vegas for child sexual abuse charges&amp;quot;] (8NewsNow, posted May 2, 2025; archived August 3, 2025 via Wayback Machine; accessed March 1, 2026).&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://web.archive.org/web/20260114103836/https://www.ktnv.com/news/crime/multiple-arrests-made-after-multi-agency-investigation-into-child-sex-abuse &amp;quot;Multiple arrests made after multi-agency investigation into child sex abuse&amp;quot;] (KTNV, posted May 2, 2025; archived January 14, 2026 via Wayback Machine; accessed March 1, 2026).&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alistair Cooper was convicted of lewdness with a child under 14 on August 12th, 2025.&amp;lt;ref name=&amp;quot;nv-registry-ghost&amp;quot;&amp;gt;[https://ghostarchive.org/archive/omp2R Public Sex Offender Registry entry] (Ghostarchive archive from nvsexoffenders.gov; click &amp;quot;Archived page not showing up? Click here.&amp;quot; if needed; accessed March 1, 2026).&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;nv-registry&amp;quot;&amp;gt;[https://sexoffenders.nv.gov/SearchOffender.aspx Nevada Public Sex Offender Registry] (official site; search for &amp;quot;Alistair Cooper&amp;quot; or &amp;quot;Alistair William Cooper&amp;quot;; accessed March 1, 2026).&amp;lt;/ref&amp;gt; He is out on probation, likely as a result of a plea deal. Normally the punishment for this conviction would be life in prison with the possibility of parole after 10 years.&amp;lt;ref&amp;gt;[https://www.leg.state.nv.us/nrs/nrs-201.html#NRS201Sec230 NRS 201.230: Lewdness with child under 16 years; penalties] (Nevada Revised Statutes; subsection (1)(b) defines the act for juveniles under 18 with victims under 14, with penalties in subsection 2 as category A felony: life with parole eligibility after 10 years minimum, fine up to $10,000; accessed March 1, 2026).&amp;lt;/ref&amp;gt; The details of this potential plea deal are unknown as of now. As a result of the probation, he is restricted from all use of electronics that could connect to the internet, cannot have access to any social media, cannot leave the state, and cannot have any contact with minors.{{cn}} He was placed on Nevada&#039;s public sex offender registry and will be listed for the rest of his life as a tier 3 sex offender. The sex offender registry can be accessed as an archive or through the official Nevada Sex Offender registry site.&amp;lt;ref name=&amp;quot;nv-registry-ghost&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;nv-registry&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Commentary History=&lt;br /&gt;
NEED INFO HERE&lt;br /&gt;
&lt;br /&gt;
-voice actor stuff with memology&lt;br /&gt;
&lt;br /&gt;
-anon gene&lt;br /&gt;
&lt;br /&gt;
-pieman stuff&lt;br /&gt;
&lt;br /&gt;
-camy stuff&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=E_Skeletoqz&amp;diff=3061</id>
		<title>E Skeletoqz</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=E_Skeletoqz&amp;diff=3061"/>
		<updated>2026-05-21T06:35:50Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = E_Skeletoqz&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:E Skeletoqz.jpg|300px]]&lt;br /&gt;
| caption     = E_Skeletoqz&#039;s Profile Picture&lt;br /&gt;
| foo         = *Koko The Gorilla&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@Official_AftermathNews YouTube (Old)]&lt;br /&gt;
*[https://x.com/ESkeletoqz Twitter]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
E Skeletoqz is a commentary sperg known for spamming an image of American cheese on a shirtless person’s chest[https://x.com/agamids/status/1646672455824556033] and taking an IQ test on stream and scoring lower than Koko the gorilla.&lt;br /&gt;
&lt;br /&gt;
Hypersexual chronic gooner and porn addict.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Raintism&amp;diff=3060</id>
		<title>Raintism</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Raintism&amp;diff=3060"/>
		<updated>2026-05-14T02:04:16Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Raintism&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Raintism.jpg|300px]]&lt;br /&gt;
| caption     = One of Raintism&#039;s Profile Picture&lt;br /&gt;
| foo         = *RainyKingpin &lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@RainyKingpin/videos YouTube]&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;[https://x.com/RainyKinkpin Twitter] NSFW&amp;lt;/span&amp;gt;&lt;br /&gt;
*[https://x.com/RainyKingpin Twitter]&lt;br /&gt;
*[https://www.twitch.tv/rainykingpin Twitch]&lt;br /&gt;
*[https://www.tiktok.com/@rainykingpin TikTok]&lt;br /&gt;
*[https://throne.com/rainykingpin Throne]&lt;br /&gt;
*[https://rainykingpin.carrd.co/ Carrd]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Raintism&#039;&#039;&#039; is a former small commentator who gained his first recognition during the [[Tozier]] drama, being one of her sympathizers at the time and wanting to start a podcast with her. Faked a heart attack because [[John Swan]] called him a simp, paid $2,000 to fly out an e-girl to Vidcon 2020 to stay at an AirBnB, tried to flirt with [[Neoncaffeine]] many times, ran his own hater account, pretended he&#039;d broke his hand after punching a wall over a Discord role, likes to compare himself to people who have committed suicide and MIGHT have lied about being groomed. Since then, he’s moved onto wrestling content. Currently in dire need of a dentist.&lt;br /&gt;
&lt;br /&gt;
Since then Raintism has taken to posting gay porn of himself on Twitter and filming himself peeing.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=AustinNoPowers!&amp;diff=2907</id>
		<title>AustinNoPowers!</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=AustinNoPowers!&amp;diff=2907"/>
		<updated>2026-03-12T23:05:55Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = AustinNoPowers!&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:AustinNoPowersUpscale.png|300px]]&lt;br /&gt;
| caption     = Austin&#039;s Profile Picture&lt;br /&gt;
| foo         = *Austin&lt;br /&gt;
*WiiWick&lt;br /&gt;
*AustinNoLube&lt;br /&gt;
*AustinNoBraincells&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/channel/UChHNiu1K3Zat3COHjfXd3gw YouTube]&lt;br /&gt;
*[https://x.com/WiiWick Twitter]&lt;br /&gt;
*[https://x.com/austinnopower Twitter (Old)]&lt;br /&gt;
*[https://kiwifarms.st/members/austinnopowers.122491/ Kiwi Farms]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;AustinNoPowers!&#039;&#039;&#039; was a 21 year old streamer, part of [[SalvoPancakes]]’ news team. Got a dox threat from [[Natigska]] once. Incredibly autistic.&lt;br /&gt;
==Drama With Aleks Geckmo==&lt;br /&gt;
Wrote an entire google doc about [[Aleks]] [https://docs.google.com/document/d/1clF13a2HWwWvaWwT8GRfqWisXBJEwoHxfVXeSkhoEeE/edit?tab=t.0]&lt;br /&gt;
==Michael Alberto Drama==&lt;br /&gt;
As of 2024, he has been involved in plenty of controversy due to his friendship and defense of [[Michael Alberto]] and his use/defense of doxxing. Also known for having a thing for black women and discussing that his sister got raped on [[Tyrone: The Birth Controller]]’s [[KTS]] live stream.&lt;br /&gt;
&lt;br /&gt;
Left the commentary community but orbits the [[Sektur]] under the alias “WiiWick”.&lt;br /&gt;
&lt;br /&gt;
“I can’t help it, I’m just too good looking”&lt;br /&gt;
-AustinNoPowers!&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=AustinNoPowers!&amp;diff=2906</id>
		<title>AustinNoPowers!</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=AustinNoPowers!&amp;diff=2906"/>
		<updated>2026-03-12T23:05:40Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = AustinNoPowers!&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:AustinNoPowersUpscale.png|300px]]&lt;br /&gt;
| caption     = Austin&#039;s Profile Picture&lt;br /&gt;
| foo         = *Austin&lt;br /&gt;
*WiiWick&lt;br /&gt;
*AustinNoLube&lt;br /&gt;
*AustinNoBraincells&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/channel/UChHNiu1K3Zat3COHjfXd3gw YouTube]&lt;br /&gt;
*[https://x.com/WiiWick Twitter]&lt;br /&gt;
*[https://x.com/austinnopower Twitter (Old)]&lt;br /&gt;
*[https://kiwifarms.st/members/austinnopowers.122491/ Kiwi Farms]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;AustinNoPowers!&#039;&#039;&#039; was a 21 year old streamer, part of [[SalvoPancakes]]’ news team. Got a dox threat from [[Natigska]] once. Incredibly autistic.&lt;br /&gt;
==Drama With Aleks Geckmo==&lt;br /&gt;
Wrote an entire google doc about [[Aleks]][https://docs.google.com/document/d/1clF13a2HWwWvaWwT8GRfqWisXBJEwoHxfVXeSkhoEeE/edit?tab=t.0]&lt;br /&gt;
==Michael Alberto Drama==&lt;br /&gt;
As of 2024, he has been involved in plenty of controversy due to his friendship and defense of [[Michael Alberto]] and his use/defense of doxxing. Also known for having a thing for black women and discussing that his sister got raped on [[Tyrone: The Birth Controller]]’s [[KTS]] live stream.&lt;br /&gt;
&lt;br /&gt;
Left the commentary community but orbits the [[Sektur]] under the alias “WiiWick”.&lt;br /&gt;
&lt;br /&gt;
“I can’t help it, I’m just too good looking”&lt;br /&gt;
-AustinNoPowers!&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=AustinNoPowers!&amp;diff=2905</id>
		<title>AustinNoPowers!</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=AustinNoPowers!&amp;diff=2905"/>
		<updated>2026-03-12T23:05:32Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = AustinNoPowers!&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:File:AustinNoPowersUpscale.png|300px]]&lt;br /&gt;
| caption     = Austin&#039;s Profile Picture&lt;br /&gt;
| foo         = *Austin&lt;br /&gt;
*WiiWick&lt;br /&gt;
*AustinNoLube&lt;br /&gt;
*AustinNoBraincells&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/channel/UChHNiu1K3Zat3COHjfXd3gw YouTube]&lt;br /&gt;
*[https://x.com/WiiWick Twitter]&lt;br /&gt;
*[https://x.com/austinnopower Twitter (Old)]&lt;br /&gt;
*[https://kiwifarms.st/members/austinnopowers.122491/ Kiwi Farms]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;AustinNoPowers!&#039;&#039;&#039; was a 21 year old streamer, part of [[SalvoPancakes]]’ news team. Got a dox threat from [[Natigska]] once. Incredibly autistic.&lt;br /&gt;
==Drama With Aleks Geckmo==&lt;br /&gt;
Wrote an entire google doc about [[Aleks]][https://docs.google.com/document/d/1clF13a2HWwWvaWwT8GRfqWisXBJEwoHxfVXeSkhoEeE/edit?tab=t.0]&lt;br /&gt;
==Michael Alberto Drama==&lt;br /&gt;
As of 2024, he has been involved in plenty of controversy due to his friendship and defense of [[Michael Alberto]] and his use/defense of doxxing. Also known for having a thing for black women and discussing that his sister got raped on [[Tyrone: The Birth Controller]]’s [[KTS]] live stream.&lt;br /&gt;
&lt;br /&gt;
Left the commentary community but orbits the [[Sektur]] under the alias “WiiWick”.&lt;br /&gt;
&lt;br /&gt;
“I can’t help it, I’m just too good looking”&lt;br /&gt;
-AustinNoPowers!&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=File:AustinNoPowersUpscale.png&amp;diff=2904</id>
		<title>File:AustinNoPowersUpscale.png</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=File:AustinNoPowersUpscale.png&amp;diff=2904"/>
		<updated>2026-03-12T23:05:20Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Pescatore&amp;diff=2903</id>
		<title>Pescatore</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Pescatore&amp;diff=2903"/>
		<updated>2026-03-12T23:01:50Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Pescatore&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Pescatore.jpg|300px]]&lt;br /&gt;
| caption     = Pescatore&#039;s Profile Picture&lt;br /&gt;
| foo         = *Josh Pescatore&lt;br /&gt;
*Keemstar Clips&lt;br /&gt;
*ThisIsQualityContent&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/c/Pescatore YouTube]&lt;br /&gt;
*[https://www.youtube.com/@PescatoreLIVE YouTube (Live)]&lt;br /&gt;
*[https://www.youtube.com/channel/UC9eY1UdSVwoXlHeQ0eaYGWA YouTube (3rd)]&lt;br /&gt;
*[https://x.com/JoshPescatore Twitter]&lt;br /&gt;
*[https://www.instagram.com/pescatorelive/ Instagram]&lt;br /&gt;
*[https://streamlabs.com/pescatorelive/tip Streamlabs]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Pescatore&#039;&#039;&#039; real name Josh Pescatore (pronounced pess-ka-tor) is a 40-year-old pimp who got his money from a lawsuit after his dad got killed in South America by the cartel. He became an employee of [[Keemstar]] in 2018, then left after a disagreement and decided to take the KeemstarClips channel. For the next 2 years he tried and failed to turn the decaying channel into online news reporters, and then fell out with the commentary community. In 2020 he threatened to grease up [[Nicholas DeOrio]]&#039;s cheeks and also threatened to show up at his house to fight him. Burn, build, burn.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=AugieRFC&amp;diff=2902</id>
		<title>AugieRFC</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=AugieRFC&amp;diff=2902"/>
		<updated>2026-03-12T21:23:06Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = AugieRFC&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:AugieEgged.png|300px]]&lt;br /&gt;
| caption     = Photo of Augie from &#039;&#039;RFC Mania&#039;&#039; (May 2025)&lt;br /&gt;
| foo         = *RedFoxComms&lt;br /&gt;
*Paint Guy&lt;br /&gt;
*Augustine&lt;br /&gt;
*Mister Rape&lt;br /&gt;
*Augustus&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@AugieRFC YouTube]&lt;br /&gt;
*[https://www.youtube.com/@RedFoxComms YouTube (RedFoxComms)]&lt;br /&gt;
*[https://www.youtube.com/@RFC YouTube (NeoAugie)]&lt;br /&gt;
*[https://www.youtube.com/@Paint_Guy YouTube (Paint Guy)]&lt;br /&gt;
*[https://x.com/AugieRFC Twitter]&lt;br /&gt;
*[https://x.com/RedFoxComms Twitter (RedFoxComms)]&lt;br /&gt;
*[https://x.com/NeoAugie Twitter (NeoAugie)]&lt;br /&gt;
*[https://x.com/MisterRape Twitter (MisterRape)]&lt;br /&gt;
*[https://web.archive.org/web/20210203065711/https://storyfire.com/user/9urdCdx4XJZ9CP5HtY2en4kR5PY2/video StoryFire (Archive)]&lt;br /&gt;
*[https://cozy.tv/augie CozyTV]&lt;br /&gt;
*[https://rumble.com/c/AugieRFC Rumble]&lt;br /&gt;
*[https://odysee.com/@AugieRFC:f Odysee]&lt;br /&gt;
*[https://www.bitchute.com/channel/JIsPhakhkyNf BitChute]&lt;br /&gt;
*[https://www.reddit.com/user/AugieRFC/ Reddit]&lt;br /&gt;
*[https://www.reddit.com/r/ClippedLive/ Subreddit]&lt;br /&gt;
*[https://augierfc.creator-spring.com/ Merch]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;AugieRFC&#039;&#039;&#039; is a commentary streamer and former host of RFC After Hours with [[Bowblax]] as Co-Host.&lt;br /&gt;
&lt;br /&gt;
Augie is widely viewed as being directly responsible for the post 2021 commentary community as the known commentary channels came through a link from him. Took a hiatus, but returned to streaming September 19th, 2024 after over a year of never streaming. Incredibly poor choice in online friends.&lt;br /&gt;
&lt;br /&gt;
In August of 2025, Augie would butt heads with longtime friend [[WillyMacShow]] over his recent video regarding BadEmpanada, in particular the sections talking about [[Kuihman]], [[Jstlk]] and himself. He would go on [[Chud Logic]]&#039;s show the day after the video dropped, right before he went live with his response. According to Augie, in a Discord call a month prior, when Augie was trying to organize a debate between him and Kuihman, he began acting very paranoid, accusing Augie of recording their call, speculating that Augie was there to gather clips or recordings to send to Kuihman. The two are seemingly not on speaking terms. This event was referenced in his 2nd [[Half Baked Podcast]] episode, albeit at the very end.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:AugieRFC.png|200px|thumb|left|One of AugieRFC&#039;s Profile Pictures which features the &amp;quot;RFC&amp;quot; Logo]]&lt;br /&gt;
&lt;br /&gt;
==Pre RFC After Hours==&lt;br /&gt;
November 23rd, 2018&lt;br /&gt;
&lt;br /&gt;
==RFC After Hours==&lt;br /&gt;
Beginning on [https://youtu.be/nTOq71n683A?list=PLTYZCV7ytTObUvtz7Ym5ZV3NqS1HnmIpq January 29th, 2019], RFC After hours was a live show hosted on various social media platforms over the years, hosted by Augie and [[Bowblax]], with a rotating fleet of guests such as [[Nicholas DeOrio]], [[Turkey Tom]], [[Flamenco]], [[Tipster]] and [[Aiden]]. Early episodes featured people like [[ExedPanda]], [[CharmedSkull]], [[Hibanabae]], [[CiscoRFC]] and [[Masturbatory Tales of Wonder]].&lt;br /&gt;
&lt;br /&gt;
[[File:Augie pfp 2.jpg|200px|thumb|left|Drawing of Augie by Plulu]]&lt;br /&gt;
&lt;br /&gt;
==Hiatus from the Internet==&lt;br /&gt;
During his hiatus from the internet, he would indirectly be involved with the [[Tea Party]] leaks. In January 2024, Augie and [[Connor]] would create &#039;&#039;&#039;&#039;&#039;Paint Guy&#039;&#039;&#039;&#039;&#039; a slop channel that would explain certain situations in under 10 minutes, this channel grew very quickly, with its first video reaching a million views in the first day. Not long after would reach 100,000 subscribers. It is worth mentioning that the two had previously attempted to launch a few channels before Paint Guy to very little success.&lt;br /&gt;
&lt;br /&gt;
==Return to the Internet==&lt;br /&gt;
In the summer of 2024, [[Bowblax]], the main co-host of After Hours got in a public spat with other commentary channels, such as [[Nicholas DeOrio]], for reasons including but not limited to: perpetuating false information and not taking responsibility, begging for [[Aleks Geckmo]] to take down his posts making fun of him, and revealing too much sensitive information about him and his family. (See: [[Bowblax&#039;s Exile from The Commentary Community]]). On September 19th, 2024, Augie posted a post on his X account, with an artwork by Psych Draws, implying he will be hosting a debate between Nick and Bowblax to hash out their beef. Though some people speculated the image was posted by someone else who had access to his account, this theory was shattered once Augie appeared live on camera later that day on [https://www.youtube.com/watch?v=PQaIgM0ZNpU episode 330 of After Hours]. Ultimately, the situation was not resolved, and everyone came on to humiliate Bowblax, ending the friendship between him and the rest of the community once and for all. &lt;br /&gt;
This episode titled: &amp;quot;The End w/ Bowblax and Nicholas DeOrio&amp;quot; was the most popular episode of After Hours, with up to 4,600 peak concurrent viewers. It was also the last episode, as now the show was without its main co-host.&lt;br /&gt;
&lt;br /&gt;
==RFC Show==&lt;br /&gt;
The RFC Show is the successor show to RFC After Hours, after that show ended. Like After Hours, it was also a commentary show, but unlike its predecessor, it did not host any scheduled debates, had interviews, and almost never hosted guests. It was hosted live in a physical studio, co-hosted by Augie and [[Connor]]. The first episode aired on December 16th, 2024. The show&#039;s full VODs are paywalled behind the AugieRFC membership program, and instead most viewers would watch parts of the stream through edited clips uploaded later on, mimicking formats done by competitor commentary channels such as [[Nicholas DeOrio]] and [[Chud Logic]]. The RFC Show lasted 12 episodes before ending on April 25th, 2025 as Connor was preparing to move to another state and couldn&#039;t host the show with Augie anymore.&lt;br /&gt;
&lt;br /&gt;
==Current Day==&lt;br /&gt;
After the end of The RFC Show, Augie and [[Connor]] returned live on the morning of May 21st, announcing RFC Mania, a subathon. This was an idea based on a similar stream done by Connor on [[Internet VS]], which lasted 5 days. This was a stream where either $100 in superchats or 20 memberships would spin two wheels that would ultimately give out either humiliating punishments to the hosts or add the amount of time they would stay on stream, all while also covering commentary topics, playing games, and reading chat. The first wheel, the online wheel, would decide what punishments would be dealt (or add time), and the second wheel, the IRL wheel, would decide who would receive it (Augie, Connor, or both). The viewers could also send superchats to be spoken on a loudspeaker while the hosts slept. The sheer amount of support the show got meant the stream lasted the maximum amount of time it could, which was 10 days. The stream lasted about 233 hours and ended at approximately midnight CDT on May 31st. &lt;br /&gt;
&lt;br /&gt;
After yet another hiatus, Augie returned on August 1st, this time hosting his commentary show RFC Live alone. He covered trending topics and dramas of the internet world at the time. The very first episode of RFC Live got Augie into hot water when he criticized [[WillyMacShow]] for his handling of his personal information being doxed. Augie called out Willy for implying that streamers [[Kuihman]] and [[Jstlk]] were running a purposeful doxing campaign against him and his wife, a claim which he had little evidence to back up with. He also called out Willy in his unwillingness to call out [[Destiny]] for his dox to be spread far and wide, but endlessly going after Kuihman for the same reason (Kuihman showing Destiny&#039;s post was actually the reason why Willy was led to believe Kuihman was doxing him). On August 10th, Willy would upload a video doubling down on his claims, now implying members of Kuihman&#039;s community swatted members of Destiny&#039;s and criticizing Augie harshly for taking his statements into scrutiny. This would all culminate into the [[The Commentary Civil War of 2025]], where Augie had to respond on stream against Willy and fight against WillyMacShow&#039;s and Destiny&#039;s fans of the false claims both Willy and Destiny were making. Augie ended up forming an alliance and Kuihman, [[Chud Logic]], and JSTLK, who all agreed that Willy&#039;s claims were ridiculous. There was a distinct lack of support received from [[Nicholas DeOrio]], though Augie and Nick would remain good friends to this day. The friendship with Willy however, has never recovered.&lt;br /&gt;
&lt;br /&gt;
As of November 2025, Augie&#039;s most recent stream was on September 9th, and he has since been inactive on his YouTube, but he occasionally posts on X. His last video appearance was made on the [[Half Baked Podcast]] with Nick and [[Lord Vega]], on the September 25th episode.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*AugieRFC&#039;s username has a multifaceted origin. The &amp;quot;Augie&amp;quot; part is a diminutive of his name, being Augustine. The &amp;quot;RFC&amp;quot; part stands for &amp;quot;Red Fox Comms&amp;quot; which is a reference to BrainScratch Commentaries, a channel which features the YouTuber SomeCallMeJohnny, who Augie was a fan of when he created the username. The &amp;quot;Red Fox&amp;quot; part of the name comes from the name of a debate team that Augie was on in school.&lt;br /&gt;
*The most popular piece of content that Augie has produced under the RFC brand was a 2018 video on the RedFoxComms channel titled [https://www.youtube.com/watch?v=CwXKPGO-l3o &#039;&#039;YouTuber Crushes Cats to Death on Camera (Peluchin Entertainment)&#039;&#039;] which has accrued more than 700k views.&lt;br /&gt;
**On his main channel, &#039;&#039;AugieRFC&#039;&#039;, Augie&#039;s most viewed piece of content is a 2019 video titled [https://www.youtube.com/watch?v=P0Xo5Y9Nw7o &#039;&#039;child abuse live on twitch&#039;&#039;].&lt;br /&gt;
*A persistant rumor has spread throughout the commentary community that Augie is ethnically Korean.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=TwizzFizz&amp;diff=2901</id>
		<title>TwizzFizz</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=TwizzFizz&amp;diff=2901"/>
		<updated>2026-03-12T21:22:03Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| title       = TwizzFizz&lt;br /&gt;
| image       = [[File:TwizzFizz.png|300px]]&lt;br /&gt;
| caption     = TwizzFizz&#039;s Profile Picture&lt;br /&gt;
| foo         = *Breanna Bridges&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/c/TwizzFizz YouTube]&lt;br /&gt;
*[https://x.com/Twizz_Fizz Twitter]&lt;br /&gt;
*[https://www.instagram.com/breanna_bridges/ Instagram]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TwizzFizz&#039;&#039;&#039; (real name &#039;&#039;&#039;Breanna Bridges&#039;&#039;&#039;) was a YouTuber affiliated with members of the commentary community as she made videos satirizing the conduct of online creators which were heavily pushed by [[Keemstar]]. Got into a disagreement with [[John Swan]] over COVID-19, got annoyed at him and his subsequent parody of her, and then left the community. Criticized for not being able to take criticism and exposed for being a social climber and abandoning her old friend Mitch, before leaking her DMs to aid [[Pescatore]] during his drama.  Now all that’s left is a decaying channel.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=MediaWiki:Mobile.css&amp;diff=2775</id>
		<title>MediaWiki:Mobile.css</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=MediaWiki:Mobile.css&amp;diff=2775"/>
		<updated>2026-03-09T03:53:11Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the mobile site */&lt;br /&gt;
&lt;br /&gt;
/* Force better wrapping/breaking for long words in main content */&lt;br /&gt;
.mw-parser-output p,&lt;br /&gt;
.mw-parser-output li,&lt;br /&gt;
.mw-parser-output dd {&lt;br /&gt;
    overflow-wrap: break-word;      /* Breaks long words only when needed */&lt;br /&gt;
    word-wrap: break-word;          /* Legacy support */&lt;br /&gt;
    hyphens: auto;                  /* Adds soft hyphens if language supports (e.g., English) */&lt;br /&gt;
    -webkit-hyphens: auto;          /* Safari/iOS */&lt;br /&gt;
    -ms-hyphens: auto;              /* Edge */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Target the infobox area specifically to prevent squeezing text too much */&lt;br /&gt;
.infobox {                          /* Or use your wiki&#039;s exact infobox class, e.g. .infobox if standard */&lt;br /&gt;
    width: 100% !important;         /* Make infobox full-width on very small screens */&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    float: none !important;         /* Optional: stack infobox above text instead of floating */&lt;br /&gt;
    margin: 0 auto 1em;             /* Center and add bottom margin */&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the infobox has a fixed width causing issues, override it */&lt;br /&gt;
@media (max-width: 720px) {         /* Typical mobile breakpoint */&lt;br /&gt;
    .infobox {&lt;br /&gt;
        width: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Ensure table-like cells in infobox wrap better if needed */&lt;br /&gt;
    .infobox td,&lt;br /&gt;
    .infobox th {&lt;br /&gt;
        overflow-wrap: break-word;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent horizontal scroll on the whole page if any overflow remains */&lt;br /&gt;
body,&lt;br /&gt;
#content {&lt;br /&gt;
    overflow-x: hidden;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* On mobile: Stack the infobox/table above the text so main content gets full width */&lt;br /&gt;
@media (max-width: 720px) {&lt;br /&gt;
    /* Target generic tables that look like infoboxes – adjust selector if needed */&lt;br /&gt;
    table[style*=&amp;quot;float:right&amp;quot;],          /* If any inline float:right */&lt;br /&gt;
    table.infobox,                        /* In case future ones use class */&lt;br /&gt;
    table[align=&amp;quot;right&amp;quot;],                 /* Old align attribute */&lt;br /&gt;
    .mw-parser-output table:first-child { /* Often the first table is the infobox */&lt;br /&gt;
        float: none !important;&lt;br /&gt;
        width: 100% !important;&lt;br /&gt;
        max-width: 100% !important;&lt;br /&gt;
        margin: 0 0 1em 0 !important;&lt;br /&gt;
        clear: both !important;&lt;br /&gt;
        border-collapse: collapse;        /* Cleaner look */&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Make table cells wrap long content */&lt;br /&gt;
    table td,&lt;br /&gt;
    table th {&lt;br /&gt;
        word-break: break-word !important;&lt;br /&gt;
        overflow-wrap: break-word !important;&lt;br /&gt;
        hyphens: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Aggressive mobile text wrapping for paragraphs/lists – prevents mid-word cuts or overflow */&lt;br /&gt;
@media (max-width: 720px) {&lt;br /&gt;
    .mw-parser-output p,&lt;br /&gt;
    .mw-parser-output li,&lt;br /&gt;
    .mw-parser-output dd,&lt;br /&gt;
    .mw-parser-output .mw-content-ltr p {&lt;br /&gt;
        overflow-wrap: break-word !important;&lt;br /&gt;
        word-break: break-word !important;  /* Breaks long compounds */&lt;br /&gt;
        hyphens: auto !important;&lt;br /&gt;
        -webkit-hyphens: auto !important;&lt;br /&gt;
        -ms-hyphens: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Safety nets: No horizontal scroll, better body handling */&lt;br /&gt;
body,&lt;br /&gt;
#content,&lt;br /&gt;
.mw-content-container,&lt;br /&gt;
.mw-parser-output {&lt;br /&gt;
    overflow-x: hidden !important;&lt;br /&gt;
    word-break: normal !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=MediaWiki:Mobile.css&amp;diff=2752</id>
		<title>MediaWiki:Mobile.css</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=MediaWiki:Mobile.css&amp;diff=2752"/>
		<updated>2026-03-09T03:37:02Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the mobile site */&lt;br /&gt;
&lt;br /&gt;
/* Force better wrapping/breaking for long words in main content */&lt;br /&gt;
.mw-parser-output p,&lt;br /&gt;
.mw-parser-output li,&lt;br /&gt;
.mw-parser-output dd {&lt;br /&gt;
    overflow-wrap: break-word;      /* Breaks long words only when needed */&lt;br /&gt;
    word-wrap: break-word;          /* Legacy support */&lt;br /&gt;
    hyphens: auto;                  /* Adds soft hyphens if language supports (e.g., English) */&lt;br /&gt;
    -webkit-hyphens: auto;          /* Safari/iOS */&lt;br /&gt;
    -ms-hyphens: auto;              /* Edge */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Target the infobox area specifically to prevent squeezing text too much */&lt;br /&gt;
.infobox {                          /* Or use your wiki&#039;s exact infobox class, e.g. .infobox if standard */&lt;br /&gt;
    width: 100% !important;         /* Make infobox full-width on very small screens */&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    float: none !important;         /* Optional: stack infobox above text instead of floating */&lt;br /&gt;
    margin: 0 auto 1em;             /* Center and add bottom margin */&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If the infobox has a fixed width causing issues, override it */&lt;br /&gt;
@media (max-width: 720px) {         /* Typical mobile breakpoint */&lt;br /&gt;
    .infobox {&lt;br /&gt;
        width: auto !important;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    /* Ensure table-like cells in infobox wrap better if needed */&lt;br /&gt;
    .infobox td,&lt;br /&gt;
    .infobox th {&lt;br /&gt;
        overflow-wrap: break-word;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent horizontal scroll on the whole page if any overflow remains */&lt;br /&gt;
body,&lt;br /&gt;
#content {&lt;br /&gt;
    overflow-x: hidden;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=MediaWiki:Mobile.css&amp;diff=2751</id>
		<title>MediaWiki:Mobile.css</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=MediaWiki:Mobile.css&amp;diff=2751"/>
		<updated>2026-03-09T03:34:51Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the mobile site */&lt;br /&gt;
&lt;br /&gt;
/* Force better word breaking on long strings without breaking normal text */&lt;br /&gt;
body,&lt;br /&gt;
.mw-parser-output p,&lt;br /&gt;
.mw-parser-output li,&lt;br /&gt;
.mw-parser-output td,&lt;br /&gt;
.mw-parser-output th {&lt;br /&gt;
    overflow-wrap: break-word;      /* modern standard */&lt;br /&gt;
    word-wrap: break-word;          /* legacy */&lt;br /&gt;
    -webkit-hyphens: auto;          /* iOS/Safari */&lt;br /&gt;
    -ms-hyphens: auto;              /* Edge/IE */&lt;br /&gt;
    hyphens: auto;                  /* others */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If you want to allow hyphenation only on very long words */&lt;br /&gt;
.mw-parser-output {&lt;br /&gt;
    hyphens: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For tables that overflow horizontally */&lt;br /&gt;
.mw-parser-output table {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    table-layout: fixed;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=MediaWiki:Mobile.css&amp;diff=2747</id>
		<title>MediaWiki:Mobile.css</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=MediaWiki:Mobile.css&amp;diff=2747"/>
		<updated>2026-03-09T03:33:18Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: Created page with &amp;quot;/* All CSS here will be loaded for users of the mobile site */ /* Force better word breaking on long strings without breaking normal text */ body, .mw-parser-output p, .mw-parser-output li, .mw-parser-output td, .mw-parser-output th {     overflow-wrap: break-word;      /* modern standard */     word-wrap: break-word;          /* legacy */     -webkit-hyphens: auto;          /* iOS/Safari */     -ms-hyphens: auto;              /* Edge/IE */     hyphens: auto;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* All CSS here will be loaded for users of the mobile site */&lt;br /&gt;
/* Force better word breaking on long strings without breaking normal text */&lt;br /&gt;
body,&lt;br /&gt;
.mw-parser-output p,&lt;br /&gt;
.mw-parser-output li,&lt;br /&gt;
.mw-parser-output td,&lt;br /&gt;
.mw-parser-output th {&lt;br /&gt;
    overflow-wrap: break-word;      /* modern standard */&lt;br /&gt;
    word-wrap: break-word;          /* legacy */&lt;br /&gt;
    -webkit-hyphens: auto;          /* iOS/Safari */&lt;br /&gt;
    -ms-hyphens: auto;              /* Edge/IE */&lt;br /&gt;
    hyphens: auto;                  /* others */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* If you want to allow hyphenation only on very long words */&lt;br /&gt;
.mw-parser-output {&lt;br /&gt;
    hyphens: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* For tables that overflow horizontally */&lt;br /&gt;
.mw-parser-output table {&lt;br /&gt;
    width: 100% !important;&lt;br /&gt;
    table-layout: fixed;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Paradise&amp;diff=2608</id>
		<title>Paradise</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Paradise&amp;diff=2608"/>
		<updated>2026-03-04T10:02:30Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Paradise/Funiki&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Funiki.png|300px]]&lt;br /&gt;
| caption     = An example image&lt;br /&gt;
| foo         = *Funiki&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://twitter.com/Funiki14_ Twitter]&lt;br /&gt;
*[http://twitter.com/avibewalker_ Old Twitter]&lt;br /&gt;
*[https://youtu.be/-bqlOzSZmns Interview he did with Timmy]&lt;br /&gt;
*[https://www.youtube.com/@Funiki18_ YouTube]&lt;br /&gt;
*[https://www.youtube.com/watch?v=G6A_nkFZoZs Sp0ndyle Diss]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Paradise aka Funiki was apart of the Small Commentary Community in 2021, there isn&#039;t much was known about Paradise before other than him being a part of the [[Ramains]] story, being friends with [[Grayson]]. That all changed when in March, a mentally ill 13 year old girl dropped a twitter thread revealing that they had traded nudes with Paradise, who was 16. His continued responses and shaky story have led people to dislike him. Has had a tweet about [[Tipster]] go viral.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===2023 Sp0ndyle Diss Track===&lt;br /&gt;
In 2023 he produced a diss track on [[Sp0ndyle]] (with vocals by [[Tyrone: The Birth Controller]]) after Sp0ndyle’s girlfriend [[MrDoorMouse]] broke up with him.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Dead_on_Dave&amp;diff=2607</id>
		<title>Dead on Dave</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Dead_on_Dave&amp;diff=2607"/>
		<updated>2026-03-03T00:13:48Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Dave&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:DeadOnDave.jpg|300px]]&lt;br /&gt;
| caption     = Dave&#039;s Logo&lt;br /&gt;
| foo         = N/A&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://x.com/DeadonDave Twitter]&lt;br /&gt;
*[https://www.youtube.com/@DeadonDaveProductions YouTube]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Dead on Dave is a retired army veteran who signed up to lose weight two months before 9/11 when then he was immediately thrust into service. Got paralyzed needing a permanent spinal cord stimulator when he jumped off a diving board into an empty pool and then jumped out of a moving truck that he was being shot at.&lt;br /&gt;
&lt;br /&gt;
While in hospital, he met [[Tommy C]] who he would become close friends with, as Dave was medically retired to Germany.&lt;br /&gt;
&lt;br /&gt;
==Origins on SFTP==&lt;br /&gt;
Dave ended up appearing on Joe Cronin frequently like Tommy C but expanded his channel to wrestling content to the point where he had surpassed Tommy C despite SFTP originally starting with Tommy and Dave.&lt;br /&gt;
&lt;br /&gt;
Because he would frequently appear on Tommy C, Colossal thought his and Tommy’s back and forth was very organic and when Baited! broke up, Dead on Dave started a podcast with Tommy C and [[Colossal is Crazy]] that was edited by [[Lord Vega]] called “Catch 33” named after the fact that one of the reasons given that [[The Baited! Podcast]] broke up (at the time) was over arguing over the pay dispute with many people claiming it should be 33% for each member (Colossal was the only person on the podcast who held this opinion).&lt;br /&gt;
&lt;br /&gt;
This podcast ended rather abruptly, but Tommy and Dave lived close so they decided to film an in person podcast called “Breakfast and Beer”.&lt;br /&gt;
&lt;br /&gt;
Dave then became prolific as an interviewer of him interviewing many commentators including Mumkey Jones and [[ImAllexx]].&lt;br /&gt;
&lt;br /&gt;
Unfortunately, a lot of the older interviews were removed due to his at the time sponsor “NaturalHealthyCBD”. After a falling out the sponsors owner called “Kimberely” or commonly nicknamed “Chainsaw mouth” led her to copyright and community guideline privacy complaint almost every single video that had him mention her name in there.&lt;br /&gt;
&lt;br /&gt;
During this time, Dave was frequently mocked for being morbidly obese for his aforementioned injuries that he suffered while in the army. However it inspired him to go on a weight loss journey that was inspired by how much he loved going on long walks and playing Pokémon Go. &lt;br /&gt;
&lt;br /&gt;
Dave’s health looked on the up, but unfortunately he would get divorced from his wife and would move to Connecticut where he would work in a Pawn Shop and bring back his channel after around a year long hiatus.&lt;br /&gt;
&lt;br /&gt;
This is also where he met Blossom, also known as [[An Honest Conversation]].&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=John_Swanling&amp;diff=2606</id>
		<title>John Swanling</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=John_Swanling&amp;diff=2606"/>
		<updated>2026-03-02T23:45:41Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: Redirected page to John Swan&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[John Swan]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Lost_Media_Log&amp;diff=2605</id>
		<title>Lost Media Log</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Lost_Media_Log&amp;diff=2605"/>
		<updated>2026-03-02T23:45:21Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Established in 2025, The &#039;&#039;&#039;Commentary Lost Media Log&#039;&#039;&#039; provides information regarding lost commentary videos or streams that are notable to the contributors for one reason or another.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Author&lt;br /&gt;
!Title&lt;br /&gt;
!Staus&lt;br /&gt;
!Links&lt;br /&gt;
!Thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; | [[Grimsy]]&lt;br /&gt;
! THE AUGIERFC INTERVIEW&lt;br /&gt;
| Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
|&lt;br /&gt;
*[https://www.youtube.com/watch?v=vocxgG1WdGA Link]&lt;br /&gt;
*[https://web.archive.org/web/20220910000744/https://www.youtube.com/watch?v=vocxgG1WdGA Watch Page]&lt;br /&gt;
*[https://filmot.com/sidebyside/vocxgG1WdGA/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/THE+AUGIERFC+INTERVIEW/grimsy Transcript]&lt;br /&gt;
*[https://web.archive.org/web/20220909231141/https://i.ytimg.com/vi/vocxgG1WdGA/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:THE AUGIERFC INTERVIEW.jpg|center|thumb|Thumbnail for &#039;&#039;THE AUGIERFC INTERVIEW&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! THE LERIX INTERVIEW&lt;br /&gt;
| Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
|&lt;br /&gt;
*[https://www.youtube.com/watch?v=G5UZ3Ec6Be0 Link]&lt;br /&gt;
*[https://web.archive.org/web/20230314160806/https://www.youtube.com/watch?v=G5UZ3Ec6Be0 Watch Page]&lt;br /&gt;
*[https://filmot.com/sidebyside/G5UZ3Ec6Be0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/THE+LERIX+INTERVIEW/grimsy Transcript]&lt;br /&gt;
*[https://pbs.twimg.com/media/Gb62vYaXUAAsOmu?format=jpg&amp;amp;name=large Thumbnail]&lt;br /&gt;
|[[File:THE LERIX INTERVIEW.jpg|thumb|Thumbnail for &#039;&#039;THE LERIX INTERVIEW&#039;&#039;|center]]&lt;br /&gt;
|-&lt;br /&gt;
! THE TECHNICALS INTERVIEW&lt;br /&gt;
| Totally Found&lt;br /&gt;
|&lt;br /&gt;
*[https://www.youtube.com/watch?v=rLsc4v1bnlU Video]&lt;br /&gt;
*[https://www.youtube.com/watch?v=_zcDQDZuJy0 Link]&lt;br /&gt;
*[https://web.archive.org/web/20220202230830/https://www.youtube.com/watch?v=_zcDQDZuJy0 Watch Page]&lt;br /&gt;
*[https://filmot.com/sidebyside/_zcDQDZuJy0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/THE+TECHNICALS+INTERVIEW/grimsy Transcript]&lt;br /&gt;
*[https://i.ytimg.com/vi/rLsc4v1bnlU/hqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:THE TECHNICALS INTERVIEW.jpg|center|thumb|Thumbnail for &#039;&#039;THE TECHNICALS INTERVIEW&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! [[Hooked!]]&lt;br /&gt;
! HOOKED #4: Was The Underground Railroad Real?&lt;br /&gt;
| Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
* Transcript&lt;br /&gt;
* Thumbnail&lt;br /&gt;
|&lt;br /&gt;
*[https://www.youtube.com/watch?v=pAsJALS8z1s Link]&lt;br /&gt;
*[https://web.archive.org/web/20220916050741/https://www.youtube.com/watch?v=pAsJALS8z1s Watch Page]&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* [https://imgur.com/a/8ktYxzi Dumpy&#039;s Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
![[Def Noodles]]&lt;br /&gt;
!Chatting with AugieRFC, Bowblax And Plainrock124&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Watch Page&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=xwHjBiK0PCg Video (Partial)]&lt;br /&gt;
&lt;br /&gt;
* [https://youtu.be/5dF1VFuT68A Link]&lt;br /&gt;
* [https://filmot.com/sidebyside/5dF1VFuT68A/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Chatting+with+AugieRFC%2C+Bowblax+And+Plainrock124/Def+Noodles Transcript]&lt;br /&gt;
* [https://web.archive.org/web/20230623152449/https://i.ytimg.com/vi/5dF1VFuT68A/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Chatting with AugieRFC, Bowblax And Plainrock124.jpg|center|thumb|Thumbnail for &#039;&#039;Chatting with AugieRFC, Bowblax And Plainrock124&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
![[hahayeah]]&lt;br /&gt;
!Pieman: The Chronicles of a Commentary Lolcow&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=UbHrI1W69uo Video] ([https://odysee.com/@hahayeah:1/pieman-the-chronicles-of-a-commentary:b Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=vpRlE7hSFA0 Link]&lt;br /&gt;
* [https://web.archive.org/web/20220425175659/https://www.youtube.com/watch?v=vpRlE7hSFA0 Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/vpRlE7hSFA0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Pieman%3A+The+Chronicles+of+a+Commentary+Lolcow/hahayeah Transcript]&lt;br /&gt;
* [https://i.ytimg.com/vi/vpRlE7hSFA0/hqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Pieman The Chronicles of a Commentary Lolcow.jpg|center|thumb|Thumbnail for &#039;&#039;Pieman: The Chronicles of a Commentary Lolcow&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
![[Michae1]]&lt;br /&gt;
!My Little Pony: Friendship is Magic - End of An Era (ft. The Brony Fandom)&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/DN1PkaERvSY Video] ([https://hobune.stream/tpa-h/videos/HC4yZOKXII0 Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=HC4yZOKXII0 Link]&lt;br /&gt;
* [https://web.archive.org/web/20201103025718/https://www.youtube.com/watch?v=HC4yZOKXII0&amp;amp;feature=youtu.be Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/HC4yZOKXII0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/My+Little+Pony%3A+Friendship+is+Magic+-+The+End+Of+Generation+4+%28ft.+The+Brony+Fandom%29/Michae1 Transcript]&lt;br /&gt;
* [https://www.theponyarchive.com/archive/quickchive/My_Little_Pony_-_Friendship_is_Magic_-_End_of_An_Era_ft._The_Brony_Fandom-Michae1-20201011-youtube-1920x1080-HC4yZOKXII0.jpg Thumbnail]&lt;br /&gt;
|[[File:My Little Pony Friendship is Magic - End of An Era (ft. The Brony Fandom).jpg|center|thumb|Thumbnail for &#039;&#039;My Little Pony: Friendship is Magic - End of An Era (ft. The Brony Fandom)&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot; |[[SalvoPancakes]]&lt;br /&gt;
!Technicals HUGE Mistake! AugieRFC and Nick DeOrio Recap! Gamers Will ALWAYS be Creepy&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=wmB3NbhHUGc Video] ([https://archive.org/details/2021-11-27_SALVOPANCAKES_Technicals_HUGE_Mistake_AugieRFC_and_Nick_DeOrio_Recap_ Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=aMABOf6mCik Link]&lt;br /&gt;
* [https://web.archive.org/web/20230122195409/https://www.youtube.com/watch?v=aMABOf6mCik Watch Page]&lt;br /&gt;
* [https://filmot.com/video/aMABOf6mCik Transript]&lt;br /&gt;
* [https://web.archive.org/web/20230122195436/https://i.ytimg.com/vi/aMABOf6mCik/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Technicals HUGE Mistake! AugieRFC and Nick DeOrio Recap! Gamers Will ALWAYS be Creepy.jpg|center|thumb|Thumbnail for &#039;&#039;Technicals HUGE Mistake! AugieRFC and Nick DeOrio Recap! Gamers Will ALWAYS be Creepy&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!🔴 FIREBALL - 16 &#039;YouTubers&#039; BATTLE for $1,000,000!&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/LObyhYB7m40 Video] ([https://archive.org/details/2022-09-11_SALVOPANCAKES_FIREBALL_YouTube_Enemies_BATTLE_for_Cash_2022_09_12_02_ Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=WU5ypa_gs8A Link]&lt;br /&gt;
* [https://web.archive.org/web/20220809011552/https://www.youtube.com/watch?v=WU5ypa_gs8A Watch Page]&lt;br /&gt;
* [https://filmot.com/video/WU5ypa_gs8A Transcript]&lt;br /&gt;
* [https://img.youtube.com/vi/LObyhYB7m40/mqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:🔴 FIREBALL - 16 &#039;YouTubers&#039; BATTLE for $1,000,000!.jpg|center|thumb|Thumbnail for &#039;&#039;Fireball I&#039;&#039; (Low Quality)]][[File:Fireball.jpg|center|thumb|Alternate thumbnail for &#039;&#039;Fireball I&#039;&#039; (Low Quality)]]&lt;br /&gt;
|-&lt;br /&gt;
!🔥 FIREBALL：  YouTube Enemies BATTLE for Cash!&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/7uJZwGP0oNs Video] ([https://archive.org/details/2022-09-11_SALVOPANCAKES_FIREBALL_YouTube_Enemies_BATTLE_for_Cash_2022_09_12_02_ Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=BX2BObfcN94 Link]&lt;br /&gt;
* [https://web.archive.org/web/20220912014446/https://www.youtube.com/watch?v=BX2BObfcN94 Watch Page]&lt;br /&gt;
* [https://filmot.com/video/BX2BObfcN94 Transcript]&lt;br /&gt;
* [https://archive.org/download/2022-09-12_SALVOPANCAKES_FIREBALL_Chat_Drawing_LIVE/2022-09-12_SALVOPANCAKES_FIREBALL_Chat_Drawing_LIVE.thumbs/2022-09-12__FIREBALL_Chat_Drawing_LIVE_000060.jpg Thumbnail]&lt;br /&gt;
|[[File:Fireball 2.jpg|center|thumb|Thumbnail for &#039;&#039;Fireball II&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!🔥 FIREBALL：  YouTube Friends and Enemies Compete for Money! (DAY 1)&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://archive.org/details/2022-10-01_SALVOPANCAKES_FIREBALL_YouTube_Friends_and_Enemies_Compete_for_Money_ Video]&lt;br /&gt;
* [https://www.youtube.com/watch?v=4_gZ3gZVfWk Link]&lt;br /&gt;
* [https://web.archive.org/web/20221001190557/https://www.youtube.com/watch?v=4_gZ3gZVfWk Watch Page]&lt;br /&gt;
* [https://filmot.com/video/4_gZ3gZVfWk Transcript]&lt;br /&gt;
* [https://web.archive.org/web/20221003002003/https://i.ytimg.com/vi/4_gZ3gZVfWk/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Fireball 3.jpg|thumb|Thumbnail for &#039;&#039;Fireball III&#039;&#039;|center]]&lt;br /&gt;
|-&lt;br /&gt;
!🔥 FIREBALL 3 Finale：  YouTube Friends and Enemies Compete for Money!&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://archive.org/details/2022-10-03_SALVOPANCAKES_FIREBALL_3_Finale_YouTube_Friends_and_Enemies_Compete_f Video]&lt;br /&gt;
* [https://www.youtube.com/watch?v=UdgkPtM8K1U Link]&lt;br /&gt;
* [https://web.archive.org/web/20221004002700/https://www.youtube.com/watch?v=UdgkPtM8K1U Watch Page]&lt;br /&gt;
* [https://filmot.com/video/UdgkPtM8K1U Transcript]&lt;br /&gt;
* [https://web.archive.org/web/20221003002003/https://i.ytimg.com/vi/4_gZ3gZVfWk/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Fireball 3.jpg|thumb|Thumbnail for &#039;&#039;Fireball III&#039;&#039;|center]]&lt;br /&gt;
|-&lt;br /&gt;
![[Keffals]]&lt;br /&gt;
!Why I’m No Longer Friends with Tipster&lt;br /&gt;
|Partially Lost&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/Bqjq-LZgx8k Video]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;6&amp;quot; |[[Turkey Tom]]&lt;br /&gt;
!50,000 Subscribers&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
* Watch Page&lt;br /&gt;
* Thumbnail&lt;br /&gt;
|&lt;br /&gt;
* [https://youtube.com/watch?v=07VRV69O43Y Link]&lt;br /&gt;
* [https://filmot.com/video/07VRV69O43Y Transcript]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!The Sopranos: Inside The American Mob (&amp;amp; Gabagool)&lt;br /&gt;
|Totallty Found&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/pf3jphWM91g Video] ([https://web.archive.org/web/0id_/http://wayback-fakeurl.archive.org/yt/fIFfgxGHyus Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=fIFfgxGHyus Link]&lt;br /&gt;
* [https://web.archive.org/web/20190709213322/https://www.youtube.com/watch?v=fIFfgxGHyus Watch Page]&lt;br /&gt;
* [https://filmot.com/video/fIFfgxGHyus Transcript]&lt;br /&gt;
* [https://img.youtube.com/vi/pf3jphWM91g/mqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:The Sopranos Inside The American Mob (&amp;amp; Gabagool).jpg|center|thumb|Thumbnail for &#039;&#039;The Sopranos: Inside The American Mob (&amp;amp; Gabagool)&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!Why Does Twitter Hate Me?&lt;br /&gt;
|Partially Lost&lt;br /&gt;
* Video&lt;br /&gt;
* Thumbnail&lt;br /&gt;
|&lt;br /&gt;
* Video&lt;br /&gt;
* [https://www.youtube.com/watch?v=2AYeTBx6tkg Link]&lt;br /&gt;
* [https://web.archive.org/web/20231126203233/https://www.youtube.com/watch?v=2AYeTBx6tkg&amp;amp;gl=US&amp;amp;hl=en Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/2AYeTBx6tkg/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Why+Does+Twitter+Hate+Me%3F Transcript]&lt;br /&gt;
* Thumbnail&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!YouTube Sponsors&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://archive.org/details/youtube-SJRrK7yDpL0 Video] ([https://www.youtube.com/watch?v=gmA4CE8QT-A Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=SJRrK7yDpL0 Link]&lt;br /&gt;
* [https://web.archive.org/web/20200613074448/https://www.youtube.com/watch?v=SJRrK7yDpL0&amp;amp;gl=US&amp;amp;hl=en Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/SJRrK7yDpL0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/YouTube+Sponsors Transcript]&lt;br /&gt;
* [https://img.youtube.com/vi/gmA4CE8QT-A/mqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:YouTube Sponsors-Turkey Tom.jpg|center|thumb|Thumbnail for &#039;&#039;YouTube Sponsors&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;nowiki&amp;gt;The Alex Jones Story | This Is The Infowar&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://web.archive.org/web/0id_/http://wayback-fakeurl.archive.org/yt/TZHxkbxxijc Video] ([https://ghostarchive.org/varchive/TZHxkbxxijc Mirror])&lt;br /&gt;
* [https://youtube.com/watch?v=TZHxkbxxijc Link]&lt;br /&gt;
* [https://web.archive.org/web/20200323202952/https://www.youtube.com/watch?v=TZHxkbxxijc Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/TZHxkbxxijc/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/The+Alex+Jones+Story+%7C+This+Is+The+Infowar/Turkey+Tom Transcript]&lt;br /&gt;
* [https://dn720407.ca.archive.org/0/items/youtube-TZHxkbxxijc/The_Alex_Jones_Story_This_Is_The_Infowar-TZHxkbxxijc.jpg Thumbnail]&lt;br /&gt;
|[[File:The Alex Jones Story This Is The Infowar.jpg|center|thumb|Thumbnail for &#039;&#039;&amp;lt;nowiki&amp;gt;The Alex Jones Story | This Is The Infowar&amp;lt;/nowiki&amp;gt;&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!YouTube&#039;s Most Prolific Deviant: Derp Bubbles&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://archive.org/details/youtube-KjODxwvGRp0 Video]&lt;br /&gt;
* [https://youtube.com/watch?v=KjODxwvGRp0 Link]&lt;br /&gt;
* [https://web.archive.org/web/20230526190211/https://www.youtube.com/watch?v=KjODxwvGRp0&amp;amp;gl=US&amp;amp;hl=en Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/KjODxwvGRp0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/YouTube%27s+Most+Prolific+Deviant%3A+Derp+Bubbles Transcript]&lt;br /&gt;
* [https://dn721803.ca.archive.org/0/items/youtube-KjODxwvGRp0/YouTube_s_Most_Prolific_Deviant_-_Derp_Bubbles-KjODxwvGRp0.jpg Thumbnail]&lt;br /&gt;
|[[File:YouTube&#039;s Most Prolific Deviant Derp Bubbles.jpg|center|thumb|Thumbnail for &#039;&#039;YouTube&#039;s Most Prolific Deviant: Derp Bubbles&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |[[LtCobra]]&lt;br /&gt;
!From Dream to Nightmare - My Greatest Troll&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Link&lt;br /&gt;
* Watch Page&lt;br /&gt;
* Transcript&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=JBKhb2gMDzI Video]&lt;br /&gt;
* [https://i.ytimg.com/vi/yMmwyXuMl00/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:From Dream to Nightmare - My Greatest Troll.jpg|center|thumb|Thumbnail for &#039;&#039;From Dream to Nightmare - My Greatest Troll&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!My Shocking Experience with MaximilianMus - The Untold Horrors&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Link&lt;br /&gt;
* Watch Page&lt;br /&gt;
* Transcript&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=JBKhb2gMDzI Video]&lt;br /&gt;
* [https://i.ytimg.com/vi/JBKhb2gMDzI/hqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:My Shocking Experience with MaximilianMus - The Untold Horrors.png|center|thumb|Thumbnail for &#039;&#039;My Shocking Experience with MaximilianMus - The Untold Horrors&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |[[John Swan]]&lt;br /&gt;
!Gabbie Hanna vs The World - ft Nicholas DeOrio&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=3q2etkrN-9c Link]&lt;br /&gt;
* [https://web.archive.org/web/20210702104506/https://www.youtube.com/watch?v=3q2etkrN-9c Watch Page]&lt;br /&gt;
* [https://filmot.com/video/3q2etkrN-9c Transcript]&lt;br /&gt;
* [https://web.archive.org/web/20220512193242/https://i.ytimg.com/vi/3q2etkrN-9c/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE%3D&amp;amp;rs=AOn4CLC2xuqqj9CN-zf1ZC29y41jXZh0sA Thumbnail]&lt;br /&gt;
|[[File:Gabbie Hanna vs The World - ft Nicholas DeOrio.jpg|center|thumb|Thumbnail for &#039;&#039;Gabbie Hanna vs The World - ft Nicholas DeOrio&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |[[John Swanling]]&lt;br /&gt;
!&#039;evidence.zip 2&#039; but when Hax makes a good point the stream ends ft. @Nicholas DeOrio&lt;br /&gt;
|Partially Lost&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/RhpvLvIwHgg Video]&lt;br /&gt;
* [https://www.youtube.com/watch?v=b2Jg7WmQ_Hc Link]&lt;br /&gt;
* [https://web.archive.org/web/20220109182228/https://www.youtube.com/watch?v=b2Jg7WmQ_Hc Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/b2Jg7WmQ_Hc/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/%27evidence.zip+2%27+but+when+Hax+makes+a+good+point+the+stream+ends+ft.+%40Nicholas+DeOrio/John+Swanling Transcript]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!JOHN SWAN EXPOSED! - Reacting to your exposed videos on me&lt;br /&gt;
|Partially Lost &lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=jiuOc7R7V98 Link]&lt;br /&gt;
* [https://web.archive.org/web/20210330152440/https://i.ytimg.com/vi/jiuOc7R7V98/hqdefault.jpg?sqp=-oaymwEZCPYBEIoBSFXyq4qpAwsIARUAAIhCGAFwAQ%3D%3D&amp;amp;rs=AOn4CLC1ZEzXU2S0oi6xsLXbTfvABgRaHQ Thumbnail]&lt;br /&gt;
|[[File:JOHN SWAN EXPOSED! - Reacting to your exposed videos on me.png|center|thumb|Thumbnail for &#039;&#039;JOHN SWAN EXPOSED! - Reacting to your exposed videos on me&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!Australian tries AMERICAN FOODS for the first time...&lt;br /&gt;
|Partially Lost&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=VoYOy_3Hf4U Link]&lt;br /&gt;
* [https://filmot.com/sidebyside/VoYOy_3Hf4U/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Australian+tries+AMERICAN+FOODS+for+the+first+time.../John+Swanling Meta]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Main_Page&amp;diff=2601</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Main_Page&amp;diff=2601"/>
		<updated>2026-03-02T02:15:34Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: Reverted edit by 2pacalypse (talk) to last revision by AllEyezOnMe&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==The Commentary Community Wiki==&lt;br /&gt;
&lt;br /&gt;
Created by: [[The Unseen]], [[TheConfusingOpinion]] and [[Aleks Geckmo]]&lt;br /&gt;
Based on [[The Commentary Bible]], initially developed by: [[Aleks Geckmo]] and [[Toastify]]. Further developed by [[SmaggleDagle]], [[ck.]], [[Tyrone: The Birth Controller]], [[The Unseen]] and [[Sp0ndyle]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Main Page will be developed more soon.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To get started, maybe click random page on the main menu sidebar!&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Lost_Media_Log&amp;diff=2594</id>
		<title>Lost Media Log</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Lost_Media_Log&amp;diff=2594"/>
		<updated>2026-03-01T22:17:01Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Established in 2025, provides information regarding lost commentary videos or streams that are notable to the contributors for one reason or another.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
!Author&lt;br /&gt;
!Title&lt;br /&gt;
!Staus&lt;br /&gt;
!Links&lt;br /&gt;
!Thumbnail&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; | [[Grimsy]]&lt;br /&gt;
! THE AUGIERFC INTERVIEW&lt;br /&gt;
| Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
|&lt;br /&gt;
*[https://www.youtube.com/watch?v=vocxgG1WdGA Link]&lt;br /&gt;
*[https://web.archive.org/web/20220910000744/https://www.youtube.com/watch?v=vocxgG1WdGA Watch Page]&lt;br /&gt;
*[https://filmot.com/sidebyside/vocxgG1WdGA/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/THE+AUGIERFC+INTERVIEW/grimsy Transcript]&lt;br /&gt;
*[https://web.archive.org/web/20220909231141/https://i.ytimg.com/vi/vocxgG1WdGA/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:THE AUGIERFC INTERVIEW.jpg|center|thumb|Thumbnail for &#039;&#039;THE AUGIERFC INTERVIEW&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! THE LERIX INTERVIEW&lt;br /&gt;
| Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
|&lt;br /&gt;
*[https://www.youtube.com/watch?v=G5UZ3Ec6Be0 Link]&lt;br /&gt;
*[https://web.archive.org/web/20230314160806/https://www.youtube.com/watch?v=G5UZ3Ec6Be0 Watch Page]&lt;br /&gt;
*[https://filmot.com/sidebyside/G5UZ3Ec6Be0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/THE+LERIX+INTERVIEW/grimsy Transcript]&lt;br /&gt;
*[https://pbs.twimg.com/media/Gb62vYaXUAAsOmu?format=jpg&amp;amp;name=large Thumbnail]&lt;br /&gt;
|[[File:THE LERIX INTERVIEW.jpg|thumb|Thumbnail for &#039;&#039;THE LERIX INTERVIEW&#039;&#039;|center]]&lt;br /&gt;
|-&lt;br /&gt;
! THE TECHNICALS INTERVIEW&lt;br /&gt;
| Totally Found&lt;br /&gt;
|&lt;br /&gt;
*[https://www.youtube.com/watch?v=rLsc4v1bnlU Video]&lt;br /&gt;
*[https://www.youtube.com/watch?v=_zcDQDZuJy0 Link]&lt;br /&gt;
*[https://web.archive.org/web/20220202230830/https://www.youtube.com/watch?v=_zcDQDZuJy0 Watch Page]&lt;br /&gt;
*[https://filmot.com/sidebyside/_zcDQDZuJy0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/THE+TECHNICALS+INTERVIEW/grimsy Transcript]&lt;br /&gt;
*[https://i.ytimg.com/vi/rLsc4v1bnlU/hqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:THE TECHNICALS INTERVIEW.jpg|center|thumb|Thumbnail for &#039;&#039;THE TECHNICALS INTERVIEW&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! [[Hooked!]]&lt;br /&gt;
! HOOKED #4: Was The Underground Railroad Real?&lt;br /&gt;
| Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
* Transcript&lt;br /&gt;
* Thumbnail&lt;br /&gt;
|&lt;br /&gt;
*[https://www.youtube.com/watch?v=pAsJALS8z1s Link]&lt;br /&gt;
*[https://web.archive.org/web/20220916050741/https://www.youtube.com/watch?v=pAsJALS8z1s Watch Page]&lt;br /&gt;
Other:&lt;br /&gt;
&lt;br /&gt;
* [https://imgur.com/a/8ktYxzi Dumpy&#039;s Comment]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
![[Def Noodles]]&lt;br /&gt;
!Chatting with AugieRFC, Bowblax And Plainrock124&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Watch Page&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=xwHjBiK0PCg Video (Partial)]&lt;br /&gt;
&lt;br /&gt;
* [https://youtu.be/5dF1VFuT68A Link]&lt;br /&gt;
* [https://filmot.com/sidebyside/5dF1VFuT68A/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Chatting+with+AugieRFC%2C+Bowblax+And+Plainrock124/Def+Noodles Transcript]&lt;br /&gt;
* [https://web.archive.org/web/20230623152449/https://i.ytimg.com/vi/5dF1VFuT68A/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Chatting with AugieRFC, Bowblax And Plainrock124.jpg|center|thumb|Thumbnail for &#039;&#039;Chatting with AugieRFC, Bowblax And Plainrock124&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
![[hahayeah]]&lt;br /&gt;
!Pieman: The Chronicles of a Commentary Lolcow&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=UbHrI1W69uo Video] ([https://odysee.com/@hahayeah:1/pieman-the-chronicles-of-a-commentary:b Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=vpRlE7hSFA0 Link]&lt;br /&gt;
* [https://web.archive.org/web/20220425175659/https://www.youtube.com/watch?v=vpRlE7hSFA0 Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/vpRlE7hSFA0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Pieman%3A+The+Chronicles+of+a+Commentary+Lolcow/hahayeah Transcript]&lt;br /&gt;
* [https://i.ytimg.com/vi/vpRlE7hSFA0/hqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Pieman The Chronicles of a Commentary Lolcow.jpg|center|thumb|Thumbnail for &#039;&#039;Pieman: The Chronicles of a Commentary Lolcow&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
![[Michae1]]&lt;br /&gt;
!My Little Pony: Friendship is Magic - End of An Era (ft. The Brony Fandom)&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/DN1PkaERvSY Video] ([https://hobune.stream/tpa-h/videos/HC4yZOKXII0 Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=HC4yZOKXII0 Link]&lt;br /&gt;
* [https://web.archive.org/web/20201103025718/https://www.youtube.com/watch?v=HC4yZOKXII0&amp;amp;feature=youtu.be Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/HC4yZOKXII0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/My+Little+Pony%3A+Friendship+is+Magic+-+The+End+Of+Generation+4+%28ft.+The+Brony+Fandom%29/Michae1 Transcript]&lt;br /&gt;
* [https://www.theponyarchive.com/archive/quickchive/My_Little_Pony_-_Friendship_is_Magic_-_End_of_An_Era_ft._The_Brony_Fandom-Michae1-20201011-youtube-1920x1080-HC4yZOKXII0.jpg Thumbnail]&lt;br /&gt;
|[[File:My Little Pony Friendship is Magic - End of An Era (ft. The Brony Fandom).jpg|center|thumb|Thumbnail for &#039;&#039;My Little Pony: Friendship is Magic - End of An Era (ft. The Brony Fandom)&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;5&amp;quot; |[[SalvoPancakes]]&lt;br /&gt;
!Technicals HUGE Mistake! AugieRFC and Nick DeOrio Recap! Gamers Will ALWAYS be Creepy&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=wmB3NbhHUGc Video] ([https://archive.org/details/2021-11-27_SALVOPANCAKES_Technicals_HUGE_Mistake_AugieRFC_and_Nick_DeOrio_Recap_ Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=aMABOf6mCik Link]&lt;br /&gt;
* [https://web.archive.org/web/20230122195409/https://www.youtube.com/watch?v=aMABOf6mCik Watch Page]&lt;br /&gt;
* [https://filmot.com/video/aMABOf6mCik Transript]&lt;br /&gt;
* [https://web.archive.org/web/20230122195436/https://i.ytimg.com/vi/aMABOf6mCik/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Technicals HUGE Mistake! AugieRFC and Nick DeOrio Recap! Gamers Will ALWAYS be Creepy.jpg|center|thumb|Thumbnail for &#039;&#039;Technicals HUGE Mistake! AugieRFC and Nick DeOrio Recap! Gamers Will ALWAYS be Creepy&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!🔴 FIREBALL - 16 &#039;YouTubers&#039; BATTLE for $1,000,000!&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/LObyhYB7m40 Video] ([https://archive.org/details/2022-09-11_SALVOPANCAKES_FIREBALL_YouTube_Enemies_BATTLE_for_Cash_2022_09_12_02_ Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=WU5ypa_gs8A Link]&lt;br /&gt;
* [https://web.archive.org/web/20220809011552/https://www.youtube.com/watch?v=WU5ypa_gs8A Watch Page]&lt;br /&gt;
* [https://filmot.com/video/WU5ypa_gs8A Transcript]&lt;br /&gt;
* [https://img.youtube.com/vi/LObyhYB7m40/mqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:🔴 FIREBALL - 16 &#039;YouTubers&#039; BATTLE for $1,000,000!.jpg|center|thumb|Thumbnail for &#039;&#039;Fireball I&#039;&#039; (Low Quality)]][[File:Fireball.jpg|center|thumb|Alternate thumbnail for &#039;&#039;Fireball I&#039;&#039; (Low Quality)]]&lt;br /&gt;
|-&lt;br /&gt;
!🔥 FIREBALL：  YouTube Enemies BATTLE for Cash!&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/7uJZwGP0oNs Video] ([https://archive.org/details/2022-09-11_SALVOPANCAKES_FIREBALL_YouTube_Enemies_BATTLE_for_Cash_2022_09_12_02_ Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=BX2BObfcN94 Link]&lt;br /&gt;
* [https://web.archive.org/web/20220912014446/https://www.youtube.com/watch?v=BX2BObfcN94 Watch Page]&lt;br /&gt;
* [https://filmot.com/video/BX2BObfcN94 Transcript]&lt;br /&gt;
* [https://archive.org/download/2022-09-12_SALVOPANCAKES_FIREBALL_Chat_Drawing_LIVE/2022-09-12_SALVOPANCAKES_FIREBALL_Chat_Drawing_LIVE.thumbs/2022-09-12__FIREBALL_Chat_Drawing_LIVE_000060.jpg Thumbnail]&lt;br /&gt;
|[[File:Fireball 2.jpg|center|thumb|Thumbnail for &#039;&#039;Fireball II&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!🔥 FIREBALL：  YouTube Friends and Enemies Compete for Money! (DAY 1)&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://archive.org/details/2022-10-01_SALVOPANCAKES_FIREBALL_YouTube_Friends_and_Enemies_Compete_for_Money_ Video]&lt;br /&gt;
* [https://www.youtube.com/watch?v=4_gZ3gZVfWk Link]&lt;br /&gt;
* [https://web.archive.org/web/20221001190557/https://www.youtube.com/watch?v=4_gZ3gZVfWk Watch Page]&lt;br /&gt;
* [https://filmot.com/video/4_gZ3gZVfWk Transcript]&lt;br /&gt;
* [https://web.archive.org/web/20221003002003/https://i.ytimg.com/vi/4_gZ3gZVfWk/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Fireball 3.jpg|thumb|Thumbnail for &#039;&#039;Fireball III&#039;&#039;|center]]&lt;br /&gt;
|-&lt;br /&gt;
!🔥 FIREBALL 3 Finale：  YouTube Friends and Enemies Compete for Money!&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://archive.org/details/2022-10-03_SALVOPANCAKES_FIREBALL_3_Finale_YouTube_Friends_and_Enemies_Compete_f Video]&lt;br /&gt;
* [https://www.youtube.com/watch?v=UdgkPtM8K1U Link]&lt;br /&gt;
* [https://web.archive.org/web/20221004002700/https://www.youtube.com/watch?v=UdgkPtM8K1U Watch Page]&lt;br /&gt;
* [https://filmot.com/video/UdgkPtM8K1U Transcript]&lt;br /&gt;
* [https://web.archive.org/web/20221003002003/https://i.ytimg.com/vi/4_gZ3gZVfWk/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:Fireball 3.jpg|thumb|Thumbnail for &#039;&#039;Fireball III&#039;&#039;|center]]&lt;br /&gt;
|-&lt;br /&gt;
![[Keffals]]&lt;br /&gt;
!Why I’m No Longer Friends with Tipster&lt;br /&gt;
|Partially Lost&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/Bqjq-LZgx8k Video]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;6&amp;quot; |[[Turkey Tom]]&lt;br /&gt;
!50,000 Subscribers&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
* Watch Page&lt;br /&gt;
* Thumbnail&lt;br /&gt;
|&lt;br /&gt;
* [https://youtube.com/watch?v=07VRV69O43Y Link]&lt;br /&gt;
* [https://filmot.com/video/07VRV69O43Y Transcript]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!The Sopranos: Inside The American Mob (&amp;amp; Gabagool)&lt;br /&gt;
|Totallty Found&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/pf3jphWM91g Video] ([https://web.archive.org/web/0id_/http://wayback-fakeurl.archive.org/yt/fIFfgxGHyus Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=fIFfgxGHyus Link]&lt;br /&gt;
* [https://web.archive.org/web/20190709213322/https://www.youtube.com/watch?v=fIFfgxGHyus Watch Page]&lt;br /&gt;
* [https://filmot.com/video/fIFfgxGHyus Transcript]&lt;br /&gt;
* [https://img.youtube.com/vi/pf3jphWM91g/mqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:The Sopranos Inside The American Mob (&amp;amp; Gabagool).jpg|center|thumb|Thumbnail for &#039;&#039;The Sopranos: Inside The American Mob (&amp;amp; Gabagool)&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!Why Does Twitter Hate Me?&lt;br /&gt;
|Partially Lost&lt;br /&gt;
* Video&lt;br /&gt;
* Thumbnail&lt;br /&gt;
|&lt;br /&gt;
* Video&lt;br /&gt;
* [https://www.youtube.com/watch?v=2AYeTBx6tkg Link]&lt;br /&gt;
* [https://web.archive.org/web/20231126203233/https://www.youtube.com/watch?v=2AYeTBx6tkg&amp;amp;gl=US&amp;amp;hl=en Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/2AYeTBx6tkg/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Why+Does+Twitter+Hate+Me%3F Transcript]&lt;br /&gt;
* Thumbnail&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!YouTube Sponsors&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://archive.org/details/youtube-SJRrK7yDpL0 Video] ([https://www.youtube.com/watch?v=gmA4CE8QT-A Mirror])&lt;br /&gt;
* [https://www.youtube.com/watch?v=SJRrK7yDpL0 Link]&lt;br /&gt;
* [https://web.archive.org/web/20200613074448/https://www.youtube.com/watch?v=SJRrK7yDpL0&amp;amp;gl=US&amp;amp;hl=en Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/SJRrK7yDpL0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/YouTube+Sponsors Transcript]&lt;br /&gt;
* [https://img.youtube.com/vi/gmA4CE8QT-A/mqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:YouTube Sponsors-Turkey Tom.jpg|center|thumb|Thumbnail for &#039;&#039;YouTube Sponsors&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!&amp;lt;nowiki&amp;gt;The Alex Jones Story | This Is The Infowar&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://web.archive.org/web/0id_/http://wayback-fakeurl.archive.org/yt/TZHxkbxxijc Video] ([https://ghostarchive.org/varchive/TZHxkbxxijc Mirror])&lt;br /&gt;
* [https://youtube.com/watch?v=TZHxkbxxijc Link]&lt;br /&gt;
* [https://web.archive.org/web/20200323202952/https://www.youtube.com/watch?v=TZHxkbxxijc Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/TZHxkbxxijc/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/The+Alex+Jones+Story+%7C+This+Is+The+Infowar/Turkey+Tom Transcript]&lt;br /&gt;
* [https://dn720407.ca.archive.org/0/items/youtube-TZHxkbxxijc/The_Alex_Jones_Story_This_Is_The_Infowar-TZHxkbxxijc.jpg Thumbnail]&lt;br /&gt;
|[[File:The Alex Jones Story This Is The Infowar.jpg|center|thumb|Thumbnail for &#039;&#039;&amp;lt;nowiki&amp;gt;The Alex Jones Story | This Is The Infowar&amp;lt;/nowiki&amp;gt;&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!YouTube&#039;s Most Prolific Deviant: Derp Bubbles&lt;br /&gt;
|Totally Found&lt;br /&gt;
|&lt;br /&gt;
* [https://archive.org/details/youtube-KjODxwvGRp0 Video]&lt;br /&gt;
* [https://youtube.com/watch?v=KjODxwvGRp0 Link]&lt;br /&gt;
* [https://web.archive.org/web/20230526190211/https://www.youtube.com/watch?v=KjODxwvGRp0&amp;amp;gl=US&amp;amp;hl=en Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/KjODxwvGRp0/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/YouTube%27s+Most+Prolific+Deviant%3A+Derp+Bubbles Transcript]&lt;br /&gt;
* [https://dn721803.ca.archive.org/0/items/youtube-KjODxwvGRp0/YouTube_s_Most_Prolific_Deviant_-_Derp_Bubbles-KjODxwvGRp0.jpg Thumbnail]&lt;br /&gt;
|[[File:YouTube&#039;s Most Prolific Deviant Derp Bubbles.jpg|center|thumb|Thumbnail for &#039;&#039;YouTube&#039;s Most Prolific Deviant: Derp Bubbles&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |[[LtCobra]]&lt;br /&gt;
!From Dream to Nightmare - My Greatest Troll&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Link&lt;br /&gt;
* Watch Page&lt;br /&gt;
* Transcript&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=JBKhb2gMDzI Video]&lt;br /&gt;
* [https://i.ytimg.com/vi/yMmwyXuMl00/maxresdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:From Dream to Nightmare - My Greatest Troll.jpg|center|thumb|Thumbnail for &#039;&#039;From Dream to Nightmare - My Greatest Troll&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!My Shocking Experience with MaximilianMus - The Untold Horrors&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Link&lt;br /&gt;
* Watch Page&lt;br /&gt;
* Transcript&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=JBKhb2gMDzI Video]&lt;br /&gt;
* [https://i.ytimg.com/vi/JBKhb2gMDzI/hqdefault.jpg Thumbnail]&lt;br /&gt;
|[[File:My Shocking Experience with MaximilianMus - The Untold Horrors.png|center|thumb|Thumbnail for &#039;&#039;My Shocking Experience with MaximilianMus - The Untold Horrors&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; |John Swan&lt;br /&gt;
!Gabbie Hanna vs The World - ft Nicholas DeOrio&lt;br /&gt;
|Partially Lost&lt;br /&gt;
&lt;br /&gt;
* Video&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=3q2etkrN-9c Link]&lt;br /&gt;
* [https://web.archive.org/web/20210702104506/https://www.youtube.com/watch?v=3q2etkrN-9c Watch Page]&lt;br /&gt;
* [https://filmot.com/video/3q2etkrN-9c Transcript]&lt;br /&gt;
* [https://web.archive.org/web/20220512193242/https://i.ytimg.com/vi/3q2etkrN-9c/hqdefault.jpg?sqp=-oaymwEjCPYBEIoBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE%3D&amp;amp;rs=AOn4CLC2xuqqj9CN-zf1ZC29y41jXZh0sA Thumbnail]&lt;br /&gt;
|[[File:Gabbie Hanna vs The World - ft Nicholas DeOrio.jpg|center|thumb|Thumbnail for &#039;&#039;Gabbie Hanna vs The World - ft Nicholas DeOrio&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; |John Swanling&lt;br /&gt;
!&#039;evidence.zip 2&#039; but when Hax makes a good point the stream ends ft. @Nicholas DeOrio&lt;br /&gt;
|Partially Lost&lt;br /&gt;
|&lt;br /&gt;
* [https://youtu.be/RhpvLvIwHgg Video]&lt;br /&gt;
* [https://www.youtube.com/watch?v=b2Jg7WmQ_Hc Link]&lt;br /&gt;
* [https://web.archive.org/web/20220109182228/https://www.youtube.com/watch?v=b2Jg7WmQ_Hc Watch Page]&lt;br /&gt;
* [https://filmot.com/sidebyside/b2Jg7WmQ_Hc/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/%27evidence.zip+2%27+but+when+Hax+makes+a+good+point+the+stream+ends+ft.+%40Nicholas+DeOrio/John+Swanling Transcript]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
!JOHN SWAN EXPOSED! - Reacting to your exposed videos on me&lt;br /&gt;
|Partially Lost &lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=jiuOc7R7V98 Link]&lt;br /&gt;
* [https://web.archive.org/web/20210330152440/https://i.ytimg.com/vi/jiuOc7R7V98/hqdefault.jpg?sqp=-oaymwEZCPYBEIoBSFXyq4qpAwsIARUAAIhCGAFwAQ%3D%3D&amp;amp;rs=AOn4CLC1ZEzXU2S0oi6xsLXbTfvABgRaHQ Thumbnail]&lt;br /&gt;
|[[File:JOHN SWAN EXPOSED! - Reacting to your exposed videos on me.png|center|thumb|Thumbnail for &#039;&#039;JOHN SWAN EXPOSED! - Reacting to your exposed videos on me&#039;&#039;]]&lt;br /&gt;
|-&lt;br /&gt;
!Australian tries AMERICAN FOODS for the first time...&lt;br /&gt;
|Partially Lost&lt;br /&gt;
|&lt;br /&gt;
* [https://www.youtube.com/watch?v=VoYOy_3Hf4U Link]&lt;br /&gt;
* [https://filmot.com/sidebyside/VoYOy_3Hf4U/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Australian+tries+AMERICAN+FOODS+for+the+first+time.../John+Swanling Meta]&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=User:2pacalypse&amp;diff=2593</id>
		<title>User:2pacalypse</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=User:2pacalypse&amp;diff=2593"/>
		<updated>2026-03-01T22:15:43Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: Redirected page to Aleks Geckmo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT[[Aleks Geckmo]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=The_Commentary_Bible&amp;diff=2484</id>
		<title>The Commentary Bible</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=The_Commentary_Bible&amp;diff=2484"/>
		<updated>2026-02-28T07:50:12Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoEvents&lt;br /&gt;
| title       = The Commentary Bible&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:CBibForeward.png|300px]]&lt;br /&gt;
| caption     = The Foreward of the Commentary Bible&lt;br /&gt;
|  foo        = September 17th, 2022&lt;br /&gt;
|  bar       = *[https://docs.google.com/document/d/1sKZkAB4po_VmK6xMfQP82knFHPXBoc95DdjnhhXhOUw/edit?tab=t.0 Google Document]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Commentary Bible&#039;&#039;&#039; is a Google Document created on September 17th, 2022 by [[Aleks Geckmo]] and [[Toastify]] that set out to catolouge the many controversies, mostly on the more obscure side, of the commentary community in short-form blurbs.&lt;br /&gt;
&lt;br /&gt;
After the document&#039;s innitial creation, [[Sp0ndyle]], [[SmaggleDagle]], and [[Ck.]] were all added to the document as contributors four days after the document&#039;s creation on September 21st with [[Tyrone: The Birth Controller]] being added as a contributor the day after on the 22nd. After a lapse in the updating of the document, [[The Unseen]] was added as a contributor on December 21st, 2023.&lt;br /&gt;
&lt;br /&gt;
This document would be featured in two now deleted [[Doc on the Radio]] streams and would become the basis for the Commentary Community Wiki in 2025.&lt;br /&gt;
&lt;br /&gt;
==The Commentary Bible Foreward==&lt;br /&gt;
&lt;br /&gt;
The following is the foreward to the Commentary Bible as taken from the Google document, innitially written by Toastify but added on to by Aleks, Tyrone, and The Unseen:&lt;br /&gt;
&lt;br /&gt;
Foreword&lt;br /&gt;
&lt;br /&gt;
This document was created by Aleks and Toastify. This is not a log of all commentary channels that have existed, but rather a tracker of the numerous controversies that have gone on in the community.&lt;br /&gt;
Some of the rows are still empty. That’s because we’re leaving them for a later date from where we can put in more information.&lt;br /&gt;
We also don’t take any responsibility for any harassment caused as a result of this document. This has been made purely as a passion project to archive drama in the commentary community. Entries from 2024 onwards were mostly created by Tyrone: The Birth Controller &amp;amp; The Unseen.&lt;br /&gt;
&lt;br /&gt;
To find who you’re looking for, do Command F / Control F and search the name. &#039;&#039;&#039;If they’re not there, DM @agamids , @TheUnseenTM or @TyroneMegante on Twitter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A link to the accompanying Tiermaker template will be placed [https://tiermaker.com/create/the-official-commentary-bible-tierlist-2024-17145409-2 here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;IF SOMETHING IS WRONG REACH OUT TO US &lt;br /&gt;
SO WE CAN CORRECT IT&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Ck. is responsible for writing for two entries; one of those being her own&lt;br /&gt;
&lt;br /&gt;
*An accompanying Tiermaker tierlist was created featuring every single entry of the Commentary Bible[https://tiermaker.com/create/the-official-commentary-bible-tierlist-2024-17145409-2]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=The_Commentary_Bible&amp;diff=2483</id>
		<title>The Commentary Bible</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=The_Commentary_Bible&amp;diff=2483"/>
		<updated>2026-02-28T07:50:04Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoEvents&lt;br /&gt;
| title       = The Commentary Bible&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:CBibForeward.png|300px]]&lt;br /&gt;
| caption     = The Foreward of the Commentary Bible&lt;br /&gt;
|  foo        = September 17th, 2022&lt;br /&gt;
|  bar       = *[https://docs.google.com/document/d/1sKZkAB4po_VmK6xMfQP82knFHPXBoc95DdjnhhXhOUw/edit?tab=t.0 Google Document]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Commentary Bible&#039;&#039;&#039; is a Google Document created on September 17th, 2022 by [[Aleks Geckmo]] and [[Toastify]] that set out to catolouge the many controversies, mostly on the more obscure side, of the commentary community in short-form blurbs.&lt;br /&gt;
&lt;br /&gt;
After the document&#039;s innitial creation, [[Sp0ndyle]], [[SmaggleDagle]], and [[Ck.]] were all added to the document as contributors four days after the document&#039;s creation on September 21st with [[Tyrone: The Birth Controller]] being added as a contributor the day after on the 22nd. After a lapse in the updating of the document, [[The Unseen]] was added as a contributor on December 21st, 2023.&lt;br /&gt;
&lt;br /&gt;
This document would be featured in two now deleted [[Doc On The Radio]] streams and would become the basis for the Commentary Community Wiki in 2025.&lt;br /&gt;
&lt;br /&gt;
==The Commentary Bible Foreward==&lt;br /&gt;
&lt;br /&gt;
The following is the foreward to the Commentary Bible as taken from the Google document, innitially written by Toastify but added on to by Aleks, Tyrone, and The Unseen:&lt;br /&gt;
&lt;br /&gt;
Foreword&lt;br /&gt;
&lt;br /&gt;
This document was created by Aleks and Toastify. This is not a log of all commentary channels that have existed, but rather a tracker of the numerous controversies that have gone on in the community.&lt;br /&gt;
Some of the rows are still empty. That’s because we’re leaving them for a later date from where we can put in more information.&lt;br /&gt;
We also don’t take any responsibility for any harassment caused as a result of this document. This has been made purely as a passion project to archive drama in the commentary community. Entries from 2024 onwards were mostly created by Tyrone: The Birth Controller &amp;amp; The Unseen.&lt;br /&gt;
&lt;br /&gt;
To find who you’re looking for, do Command F / Control F and search the name. &#039;&#039;&#039;If they’re not there, DM @agamids , @TheUnseenTM or @TyroneMegante on Twitter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A link to the accompanying Tiermaker template will be placed [https://tiermaker.com/create/the-official-commentary-bible-tierlist-2024-17145409-2 here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;IF SOMETHING IS WRONG REACH OUT TO US &lt;br /&gt;
SO WE CAN CORRECT IT&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Ck. is responsible for writing for two entries; one of those being her own&lt;br /&gt;
&lt;br /&gt;
*An accompanying Tiermaker tierlist was created featuring every single entry of the Commentary Bible[https://tiermaker.com/create/the-official-commentary-bible-tierlist-2024-17145409-2]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=The_Commentary_Bible&amp;diff=2482</id>
		<title>The Commentary Bible</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=The_Commentary_Bible&amp;diff=2482"/>
		<updated>2026-02-28T07:49:54Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoEvents&lt;br /&gt;
| title       = The Commentary Bible&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:CBibForeward.png|300px]]&lt;br /&gt;
| caption     = The Foreward of the Commentary Bible&lt;br /&gt;
|  foo        = September 17th, 2022&lt;br /&gt;
|  bar       = *[https://docs.google.com/document/d/1sKZkAB4po_VmK6xMfQP82knFHPXBoc95DdjnhhXhOUw/edit?tab=t.0 Google Document]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Commentary Bible&#039;&#039;&#039; is a Google Document created on September 17th, 2022 by [[Aleks Geckmo]] and [[Toastify]] that set out to catolouge the many controversies, mostly on the more obscure side, of the commentary community in short-form blurbs.&lt;br /&gt;
&lt;br /&gt;
After the document&#039;s innitial creation, [[Sp0ndyle]], [[SmaggleDagle]], and [[Ck.]] were all added to the document as contributors four days after the document&#039;s creation on September 21st with [[Tyrone: The Birth Controller]] being added as a contributor the day after on the 22nd. After a lapse in the updating of the document, [[The Unseen]] was added as a contributor on December 21st, 2023.&lt;br /&gt;
&lt;br /&gt;
This document would be featured in two now deleted [[DocOnTheRadio]] streams and would become the basis for the Commentary Community Wiki in 2025.&lt;br /&gt;
&lt;br /&gt;
==The Commentary Bible Foreward==&lt;br /&gt;
&lt;br /&gt;
The following is the foreward to the Commentary Bible as taken from the Google document, innitially written by Toastify but added on to by Aleks, Tyrone, and The Unseen:&lt;br /&gt;
&lt;br /&gt;
Foreword&lt;br /&gt;
&lt;br /&gt;
This document was created by Aleks and Toastify. This is not a log of all commentary channels that have existed, but rather a tracker of the numerous controversies that have gone on in the community.&lt;br /&gt;
Some of the rows are still empty. That’s because we’re leaving them for a later date from where we can put in more information.&lt;br /&gt;
We also don’t take any responsibility for any harassment caused as a result of this document. This has been made purely as a passion project to archive drama in the commentary community. Entries from 2024 onwards were mostly created by Tyrone: The Birth Controller &amp;amp; The Unseen.&lt;br /&gt;
&lt;br /&gt;
To find who you’re looking for, do Command F / Control F and search the name. &#039;&#039;&#039;If they’re not there, DM @agamids , @TheUnseenTM or @TyroneMegante on Twitter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A link to the accompanying Tiermaker template will be placed [https://tiermaker.com/create/the-official-commentary-bible-tierlist-2024-17145409-2 here].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;&#039;&#039;&#039;IF SOMETHING IS WRONG REACH OUT TO US &lt;br /&gt;
SO WE CAN CORRECT IT&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
&lt;br /&gt;
*Ck. is responsible for writing for two entries; one of those being her own&lt;br /&gt;
&lt;br /&gt;
*An accompanying Tiermaker tierlist was created featuring every single entry of the Commentary Bible[https://tiermaker.com/create/the-official-commentary-bible-tierlist-2024-17145409-2]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=%CE%94_Audio_Test_Page&amp;diff=2477</id>
		<title>Δ Audio Test Page</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=%CE%94_Audio_Test_Page&amp;diff=2477"/>
		<updated>2026-02-28T07:43:23Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Audio Test&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Styro.jpg|300px]]&lt;br /&gt;
| caption     = Placeholder&lt;br /&gt;
| foo         = *Audio Test&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *Audio Test&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mp3 Test:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Mp3_Test_1.mp3]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ogg Test:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:.ogg]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=%CE%94_Audio_Test_Page&amp;diff=2476</id>
		<title>Δ Audio Test Page</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=%CE%94_Audio_Test_Page&amp;diff=2476"/>
		<updated>2026-02-28T07:43:16Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Audio Test&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Styro.jpg|300px]]&lt;br /&gt;
| caption     = Placeholder&lt;br /&gt;
| foo         = *Audio Test&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *Audio Test&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Mp3 Test:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:Mp3_Test_1.mp3 lol]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ogg Test:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:.ogg]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Lerix&amp;diff=2405</id>
		<title>Lerix</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Lerix&amp;diff=2405"/>
		<updated>2026-02-24T06:16:08Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Liam Donovan&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:LerixPFP.jpg|300px]]&lt;br /&gt;
| caption     = Lerix&#039;s Profile Picture Circa 2024&lt;br /&gt;
| foo         = *Liam Donovan&lt;br /&gt;
*Laraze&lt;br /&gt;
*LarazeHD&lt;br /&gt;
*CyberEyes&lt;br /&gt;
*Hollow Out&lt;br /&gt;
*Lolicon Liam&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/c/Lerixgreenbeanmachine Lerix YouTube]&lt;br /&gt;
*[https://www.youtube.com/@larazelol Laraze YouTube]&lt;br /&gt;
*[https://www.youtube.com/@larazehd Laraze HD YouTube]&lt;br /&gt;
*[https://www.youtube.com/@larazeshorts Laraze Shorts YouTube]&lt;br /&gt;
*[https://www.youtube.com/@hollowoutt Hollow Out YouTube]&lt;br /&gt;
*[https://www.youtube.com/@liamdonovanmusic Liam Donovan YouTube]&lt;br /&gt;
*[https://www.tiktok.com/@larazehd Laraze TikTok]&lt;br /&gt;
*[https://twitter.com/luhrixx Old Twitter]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Lerix, now more popularly known as Liam Donovan, was a YouTuber active in commentary between 2020 and 2025, with him being most well known for his coverage of the YouTuber [[Jalyn]], his humorous messages with the late YouTuber [[Twomad]], and the controversy surrounding his relationship with [[Turkey Tom]]&#039;s ex girlfriend [[Kai]]. Lerix was also apart of the &amp;quot;New Commentary Community&amp;quot; of 2021 along with fellow commentators [[AugieRFC]], [[Turkey Tom]], and [[Dumpy]], which was an effort to return to a more casual form of video akin to what [[LeafyIsHere]] produced in [[2016]]. Lerix would go through multiple waves of popularity and absense on his channel, abandoning his main channel multiple times and delisting all of his videos as he went. Dispite this, Lerix would keep finding himself returning with this cycle of leaving commentary, delisting his videos, returning, and relisting them eventually culminating in him leaving the Commentary Community in 2025 and persuing a more mainstream audience on his music critique channel bearing his real name, &amp;quot;Liam Donovan&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Beginnings==&lt;br /&gt;
&lt;br /&gt;
Lerix began his channel in July of 2018 with his first upload being gameplay of the popular battle royale game Fortnite. He would follow this up in February of the next year with a slew of videos surrounding the basketball video game NBA 2k19. He would continue posting sports themed content all throughout 2019 with notable outliers being a video discussing his predictions for the [https://filmot.com/sidebyside/j9E-zgMrsUM/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/NETS+WINNING+THE+CHAMPIONSHIP%21%21+BOLD+NBA+PLAYOFF+PREDICTIONS%21%21%21 2019 NBA Playoffs] and a video in which he seemingly pranks people by spoiling the plot for the newly released movie Avengers: Endgame titled [https://filmot.com/sidebyside/lo4Gl-QmhUo/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/SPOILING+AVENGERS+ENDGAME+TO+RANDOM+PEOPLE+PRANK%21%21+%28GONE+WRONG%29+ALMOST+GOT+BEAT+UP%21%21%21 &amp;quot;SPOILING AVENGERS ENDGAME TO RANDOM PEOPLE PRANK!! (GONE WRONG) ALMOST GOT BEAT UP!!!&amp;quot;].&lt;br /&gt;
&lt;br /&gt;
Lerix would upload his first commentary video on [https://filmot.com/sidebyside/tS_IExZwX6A/auto.en/auto.en/English+%28auto-generated%29/English+%28auto-generated%29/Onision+just+ENDED+his+CAREER January 4th, 2020], aimed at the controversial YouTuber [[Onision]] who was in the news cycle at the time for his interactions with the disgraced TV journalist [[Chris Hansen]]. This video did quite well for Lerix netting him nineteen thousand views. Lerix would continue to upload commentary videos throughout 2020 up into early 2021. These were short facecam style videos, with many being under ten minutes, adorned with sensationalist titles which often made liberal use of capitalization.&lt;br /&gt;
&lt;br /&gt;
Notable highlights from this period being the YouTuber [[ImJayStation]] striking down a video of Lerix&#039;s that was critical of him and him getting into drama with [[Deji]]&#039;s girlfriend [[Dunjahh]]. Biggest of all was his coverage of drama surrounding the channel [[2Hype]] with his [https://www.youtube.com/watch?v=0xTjKUr6j8Q initial upload] about the situation accruing 109k views and a subsequent video of his discussing a leaked call aquiring [https://www.youtube.com/watch?v=P3ZRK2DxAaA 234.4k views]. Lerix would go on to continue continue covering the channel with him uploading 33 videos discussing the topic racking up over 2,000,000 views in total.&lt;br /&gt;
&lt;br /&gt;
After this Lerix would continue to upload commentary videos up until April of 2021 where he would swich up his content to now focus on the late website Omegle. The subject of these videos were often either trolling or attempts to pick up girls with many of the attempts seeming to go awry as many of the titles of these videos indicate that some of the girls he saw on Omegle were [https://www.youtube.com/watch?v=H7tHsE-qfa4 underage], [https://www.youtube.com/watch?v=NkOQdJLf1So transgender], or stright up [https://www.youtube.com/watch?v=QDyOfhnQwOE men].&lt;br /&gt;
&lt;br /&gt;
After this, Lerix spent September and October uploading videos centering on the anime Demon Slayer with many of these videos having him playing Demon Slayer themed Minecraft mods.&lt;br /&gt;
&lt;br /&gt;
==2021 Return==&lt;br /&gt;
&lt;br /&gt;
On November 25th, 2021, Lerix retuned to commentary with a video titled &lt;br /&gt;
&lt;br /&gt;
==Loli Controversy==&lt;br /&gt;
&lt;br /&gt;
==2022 Return==&lt;br /&gt;
&lt;br /&gt;
==2023 Return==&lt;br /&gt;
&lt;br /&gt;
==Cheating Controversy==&lt;br /&gt;
&lt;br /&gt;
Slept with [[Kai]], the ex-girlfriend of [[Turkey Tom]] who he banged and had Turkey Tom’s mother drive her home. As of November 2025, the two are dating as revealed in a Liam Donovan stream [https://x.com/TheOmniEdger/status/1982790246719717508 1] [https://x.com/agamids/status/1981891017478644101 2]&lt;br /&gt;
&lt;br /&gt;
==Exit From Commentary==&lt;br /&gt;
&lt;br /&gt;
Lerix started out as a small commentator, then had a video struck down by [[JayStation]] and got into drama with [[Deji]]’s girlfriend [[Dunjahh]]. Had a big spike in popularity with his coverage of [[2hype]] drama. Took a break before coming back in 2020 and making 2016-esque commentary videos for a bit. Since then, Lerix left commentary and went on a bit of an anime arc, got criticized for liking anime girls that are visually similar to loli on Twitter, got in a few arguments and left the community.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Other Channels==&lt;br /&gt;
Had a 4th channel originally named “Cyber Eyes” where he would upload music. This was later changed to “hollow out” and finally to Liam Donovan and was switched to a music commentary streaming channel.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=TheConfusingOpinion&amp;diff=2404</id>
		<title>TheConfusingOpinion</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=TheConfusingOpinion&amp;diff=2404"/>
		<updated>2026-02-24T06:13:30Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = TheConfusingOpinion&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Confusing2024.png|300px]]&lt;br /&gt;
| caption     = Confusing&#039;s Profile Picture circa 2023&lt;br /&gt;
| foo         = *Spenser&lt;br /&gt;
*Confusing&lt;br /&gt;
*TheCuckfusingOpinion&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@TheConfusingOpinion YouTube]&lt;br /&gt;
*[https://x.com/ConfusinOpinion Twitter]&lt;br /&gt;
*[https://bsky.app/profile/confusingopinion.bsky.social Bluesky]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
TheConfusingOpinion is a commentary orbiter and editor, he was first introduced to the RFC Community via [[John Swan]], while taking his video editing classes, John had released his video on Smash Bros. Player [[ZeRo]]. While he had no interest in the Smash Bros. Community, he was still drawn in with John&#039;s storytelling and editing. The video features clips from [[AugieRFC]]&#039;s interview with [[Technicals]] over his ZeRo video. &lt;br /&gt;
&lt;br /&gt;
He is the editor for [[ChrisTheNarc]] and Co-Founder of [[Internet VS]], former editors for [[Doc on the Radio]], [[KeidBoi]], [[Half Baked Podcast]], AugieRFC, and [[Bowblax]]. &lt;br /&gt;
&lt;br /&gt;
Was the creator of a successful string of videos featuring United States Presidents playing video games. These videos have around a combined total of 1.1 million views. According to him, he made about $3,000.00 just from AdSense. (Clip from a deleted Doc On The Radio stream.)&lt;br /&gt;
&lt;br /&gt;
Once stole $150 from [[AugieRFC]]&lt;br /&gt;
&lt;br /&gt;
Known for his irl relationship drama. &lt;br /&gt;
&lt;br /&gt;
Former Co-Host of the [[Cucked!]] Podcast with [[Sp0ndyle]], [[Realm]] and [[The Unseen]].&lt;br /&gt;
&lt;br /&gt;
Did a poll where he asked “Who was the best commentary jew?” Out of Confusing, [[Tannansa]], and [[Poser]], Confusing ended up winning.&lt;br /&gt;
&lt;br /&gt;
Has done a lot of A.I. Music covers outside his popular A.I. Presidents series, many in the community have asked his assistance with giving them A.I. covers. Including [[MikeTheBike]] and [[Nicholas DeOrio]].&lt;br /&gt;
&lt;br /&gt;
Additionally keeps on simping and devoting himself to women who end up being lesbians.&lt;br /&gt;
&lt;br /&gt;
Once played an awkward game of Among Us in The Cabal Discord with [[Bowblax]], [[Core]] and [[Stardust]]. Bowblax was mad at [[Xylie Gets Real]] and [[Nicholas DeOrio]] for not joining in the game. &#039;&#039;This happened two months before [[Bowblax&#039;s Exile from The Commentary Community]]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Officially apart of the Halo Clan &#039;&#039;&#039;&#039;&#039;BrutalEdge&#039;&#039;&#039;&#039;&#039; created by [[Dumpy]], alongside [[Aleks Geckmo]], [[Realm]], [[OGLofi]], [[StyroNo1]], [[AugieRFC]] and [[Sp0ndyle]].&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Dumpy&amp;diff=2403</id>
		<title>Dumpy</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Dumpy&amp;diff=2403"/>
		<updated>2026-02-24T06:12:42Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Dumpy&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Dumpy.jpg|300px]]&lt;br /&gt;
| caption     = Dumpy&#039;s PFP&lt;br /&gt;
| foo         = *Dumperman&lt;br /&gt;
*Riot Bro&lt;br /&gt;
*Dump&lt;br /&gt;
*Eric&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://x.com/dumperman Twitter]&lt;br /&gt;
*[https://www.youtube.com/@dumpylol YouTube]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Dumpy is a commentary channel a part of the 2021 “[[New Commentary Community]]” along with [[TomDark]], [[Lerix]], and [[AugieRFC]]. Got popular with his videos on [[JellyBean]].&lt;br /&gt;
Once got Augie into controversy by starting an N-word tower in his chat.&lt;br /&gt;
&lt;br /&gt;
==Feud With Pancho==&lt;br /&gt;
&lt;br /&gt;
==Streaming Career==&lt;br /&gt;
yt, rumble &amp;amp; kick - 2023 &amp;amp; 2025&lt;br /&gt;
&lt;br /&gt;
==BrutalEdge==&lt;br /&gt;
&lt;br /&gt;
In September of 2025, he would form the Halo Clan &#039;&#039;&#039;&#039;&#039;BrutalEdge&#039;&#039;&#039;&#039;&#039; with [[AugieRFC]], [[StyroNo1]], [[TheConfusingOpinion]], [[OGLofi]], [[Realm]] and [[Sp0ndyle]].&lt;br /&gt;
&lt;br /&gt;
In October, they would add [[Aleks Geckmo]].&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Tannansa&amp;diff=2399</id>
		<title>Tannansa</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Tannansa&amp;diff=2399"/>
		<updated>2026-02-24T06:06:34Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Tannansa&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Tannansa.png|300px]]&lt;br /&gt;
| caption     = Tannansa&#039;s Profile Picture&lt;br /&gt;
| foo         = *Natannsa&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://x.com/tannansa01 Twitter]&lt;br /&gt;
*[https://x.com/tannansa1 Twitter (Old)]&lt;br /&gt;
*[https://www.youtube.com/watch?v=KxXELsNDeCk Video of him with his cat]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:tan;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Tannansa, he&#039;s the only known practicing jew in the commentary community. Was a member of the [[AIDS cast]] with [[AustinNoPowers]], [[ZachTEW]]. and [[Sp0ndyle]].&lt;br /&gt;
&lt;br /&gt;
For some unknown reason there is a video of him rubbing his cat on his old podcast’s archive channel.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2363</id>
		<title>ZachTEW</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2363"/>
		<updated>2026-02-17T22:24:00Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = ZachTEW&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:ZachTEW.png|300px]]&lt;br /&gt;
| caption     = Zach&#039;s Profile Picture&lt;br /&gt;
| foo         = Zoey&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@ZachTEW YouTube (Old)]&lt;br /&gt;
*[https://web.archive.org/web/20220530001602/https://twitter.com/ZachTEW Twitter (Archive)]&lt;br /&gt;
*[https://www.reddit.com/user/ZachTEW1/ Reddit]&lt;br /&gt;
*[https://ghostarchive.org/archive/Zr7HL Aids Cast Archive with New Name] &lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ZachTEW (pronounced Zach Too) was an RFC orbiter who left the community after people ([[Sp0ndyle]]) joked that he had [https://www.youtube.com/watch?v=dt2CAtY4Czg sex with his sister]. Used to be a member of the commentary podcast “[[AIDS CAST]]” alongside Sp0ndyle, [[AustinNoPowers]] and [[Tannansa]].&lt;br /&gt;
&lt;br /&gt;
On February 9th, 2026, [[Aleks]] would discover in the old Dead Trees Discord Sever that Zack&#039;s profile was updated and featured a trans flag in the bio. Further digging would be done and showed that the [https://www.youtube.com/@aidscastreloadedarchive3975 channel] that was formerly &amp;quot;ZackTEW&amp;quot; had been changed to Zoey.&lt;br /&gt;
&lt;br /&gt;
[[File:ZoeyTEW.png|300px|thumb|left|Zach&#039;s New PFP]]&lt;br /&gt;
&lt;br /&gt;
Broke down in tears after someone photoshopped his face onto a gif of Ronnie McNutt.&lt;br /&gt;
&lt;br /&gt;
[[File:Aleks confronting Zoey.png|300px|thumb|left|Confrontation]]&lt;br /&gt;
&lt;br /&gt;
[[File:AidsCast Reloaded.png|300px|thumb|center|Aids Cast Channel Page]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2362</id>
		<title>ZachTEW</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2362"/>
		<updated>2026-02-17T22:23:17Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = ZachTEW&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:ZachTEW.png|300px]]&lt;br /&gt;
| caption     = Zach&#039;s Profile Picture&lt;br /&gt;
| foo         = Zoey&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@ZachTEW YouTube (Old)]&lt;br /&gt;
*[https://web.archive.org/web/20220530001602/https://twitter.com/ZachTEW Twitter (Archive)]&lt;br /&gt;
*[https://www.reddit.com/user/ZachTEW1/ Reddit]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ZachTEW (pronounced Zach Too) was an RFC orbiter who left the community after people ([[Sp0ndyle]]) joked that he had [https://www.youtube.com/watch?v=dt2CAtY4Czg sex with his sister]. Used to be a member of the commentary podcast “[[AIDS CAST]]” alongside Sp0ndyle, [[AustinNoPowers]] and [[Tannansa]].&lt;br /&gt;
&lt;br /&gt;
On February 9th, 2026, [[Aleks]] would discover in the old Dead Trees Discord Sever that Zack&#039;s profile was updated and featured a trans flag in the bio. Further digging would be done and showed that the [https://www.youtube.com/@aidscastreloadedarchive3975 channel] [https://ghostarchive.org/archive/Zr7HL] that was formerly &amp;quot;ZackTEW&amp;quot; had been changed to Zoey.&lt;br /&gt;
&lt;br /&gt;
[[File:ZoeyTEW.png|300px|thumb|left|Zach&#039;s New PFP]]&lt;br /&gt;
&lt;br /&gt;
Broke down in tears after someone photoshopped his face onto a gif of Ronnie McNutt.&lt;br /&gt;
&lt;br /&gt;
[[File:Aleks confronting Zoey.png|300px|thumb|left|Confrontation]]&lt;br /&gt;
&lt;br /&gt;
[[File:AidsCast Reloaded.png|300px|thumb|center|Aids Cast Channel Page]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2361</id>
		<title>ZachTEW</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2361"/>
		<updated>2026-02-17T22:21:54Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = ZachTEW&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:ZachTEW.png|300px]]&lt;br /&gt;
| caption     = Zach&#039;s Profile Picture&lt;br /&gt;
| foo         = Zoey&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@ZachTEW YouTube (Old)]&lt;br /&gt;
*[https://web.archive.org/web/20220530001602/https://twitter.com/ZachTEW Twitter (Archive)]&lt;br /&gt;
*[https://www.reddit.com/user/ZachTEW1/ Reddit]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ZachTEW (pronounced Zach Too) was an RFC orbiter who left the community after people ([[Sp0ndyle]]) joked that he had [https://www.youtube.com/watch?v=dt2CAtY4Czg sex with his sister]]. Used to be a member of the commentary podcast “[[AIDS CAST]]” alongside Sp0ndyle, [[AustinNoPowers]] and [[Tannansa]].&lt;br /&gt;
&lt;br /&gt;
On February 9th, 2026, [[Aleks]] would discover in the old Dead Trees Discord Sever that Zack&#039;s profile was updated and featured a trans flag in the bio. Further digging would be done and showed that the [https://www.youtube.com/@aidscastreloadedarchive3975] channel [https://ghostarchive.org/archive/Zr7HL] that was formerly &amp;quot;ZackTEW&amp;quot; had been changed to Zoey.&lt;br /&gt;
&lt;br /&gt;
[[File:ZoeyTEW.png|300px|thumb|left|Zach&#039;s New PFP]]&lt;br /&gt;
&lt;br /&gt;
Broke down in tears after someone photoshopped his face onto a gif of Ronnie McNutt.&lt;br /&gt;
&lt;br /&gt;
[[File:Aleks confronting Zoey.png|300px|thumb|left|Confrontation]]&lt;br /&gt;
&lt;br /&gt;
[[File:AidsCast Reloaded.png|300px|thumb|center|Aids Cast Channel Page]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2360</id>
		<title>ZachTEW</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2360"/>
		<updated>2026-02-17T22:21:32Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = ZachTEW&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:ZachTEW.png|300px]]&lt;br /&gt;
| caption     = Zach&#039;s Profile Picture&lt;br /&gt;
| foo         = Zoey&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@ZachTEW YouTube (Old)]&lt;br /&gt;
*[https://web.archive.org/web/20220530001602/https://twitter.com/ZachTEW Twitter (Archive)]&lt;br /&gt;
*[https://www.reddit.com/user/ZachTEW1/ Reddit]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ZachTEW (pronounced Zach Too) was an RFC orbiter who left the community after people ([[Sp0ndyle]]) joked that he had sex with his sister.[https://www.youtube.com/watch?v=dt2CAtY4Czg] Used to be a member of the commentary podcast “[[AIDS CAST]]” alongside Sp0ndyle, [[AustinNoPowers]] and [[Tannansa]].&lt;br /&gt;
&lt;br /&gt;
On February 9th, 2026, [[Aleks]] would discover in the old Dead Trees Discord Sever that Zack&#039;s profile was updated and featured a trans flag in the bio. Further digging would be done and showed that the [https://www.youtube.com/@aidscastreloadedarchive3975] channel [https://ghostarchive.org/archive/Zr7HL] that was formerly &amp;quot;ZackTEW&amp;quot; had been changed to Zoey.&lt;br /&gt;
&lt;br /&gt;
[[File:ZoeyTEW.png|300px|thumb|left|Zach&#039;s New PFP]]&lt;br /&gt;
&lt;br /&gt;
Broke down in tears after someone photoshopped his face onto a gif of Ronnie McNutt.&lt;br /&gt;
&lt;br /&gt;
[[File:Aleks confronting Zoey.png|300px|thumb|left|Confrontation]]&lt;br /&gt;
&lt;br /&gt;
[[File:AidsCast Reloaded.png|300px|thumb|center|Aids Cast Channel Page]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=File:ZoeyTEW.png&amp;diff=2359</id>
		<title>File:ZoeyTEW.png</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=File:ZoeyTEW.png&amp;diff=2359"/>
		<updated>2026-02-17T22:20:17Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2358</id>
		<title>ZachTEW</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2358"/>
		<updated>2026-02-17T22:18:47Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = ZachTEW&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:ZachTEW.png|300px]]&lt;br /&gt;
| caption     = Zach&#039;s Profile Picture&lt;br /&gt;
| foo         = Zoey&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@ZachTEW YouTube (Old)]&lt;br /&gt;
*[https://web.archive.org/web/20220530001602/https://twitter.com/ZachTEW Twitter (Archive)]&lt;br /&gt;
*[https://www.reddit.com/user/ZachTEW1/ Reddit]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ZachTEW (pronounced Zach Too) was an RFC orbiter who left the community after people ([[Sp0ndyle]]) joked that he had sex with his sister.[https://www.youtube.com/watch?v=dt2CAtY4Czg] Used to be a member of the commentary podcast “[[AIDS CAST]]” alongside Sp0ndyle, [[AustinNoPowers]] and [[Tannansa]].&lt;br /&gt;
&lt;br /&gt;
On February 9th, 2026, [[Aleks]] would discover in the old Dead Trees Discord Sever that Zack&#039;s profile was updated and featured a trans flag in the bio. Further digging would be done and showed that the [https://www.youtube.com/@aidscastreloadedarchive3975] channel [https://ghostarchive.org/archive/Zr7HL] that was formerly &amp;quot;ZackTEW&amp;quot; had been changed to Zoey.&lt;br /&gt;
&lt;br /&gt;
Broke down in tears after someone photoshopped his face onto a gif of Ronnie McNutt.&lt;br /&gt;
&lt;br /&gt;
[[File:Aleks confronting Zoey.png|300px|thumb|left|Confrontation]]&lt;br /&gt;
&lt;br /&gt;
[[File:AidsCast Reloaded.png|300px|thumb|center|Aids Cast Channel Page]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2357</id>
		<title>ZachTEW</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=ZachTEW&amp;diff=2357"/>
		<updated>2026-02-17T22:18:39Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = ZachTEW&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:ZachTEW.png|300px]]&lt;br /&gt;
| caption     = Zach&#039;s Profile Picture&lt;br /&gt;
| foo         = Zoey&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@ZachTEW YouTube (Old)]&lt;br /&gt;
*[https://web.archive.org/web/20220530001602/https://twitter.com/ZachTEW Twitter (Archive)]&lt;br /&gt;
*[https://www.reddit.com/user/ZachTEW1/ Reddit]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
ZachTEW (pronounced Zach Too) was an RFC orbiter who left the community after people ([[Sp0ndyle]]) joked that he had sex with his sister.[https://www.youtube.com/watch?v=dt2CAtY4Czg] Used to be a member of the commentary podcast “[[AIDS CAST]]” alongside Sp0ndyle, [[AustinNoPowers]] and [[Tannansa]].&lt;br /&gt;
&lt;br /&gt;
On February 9th, 2026, [[Aleks]] would discover in the old Dead Trees Discord Sever that Zack&#039;s profile was updated and featured a trans flag in the bio. Further digging would be done and showed that the [https://www.youtube.com/@aidscastreloadedarchive3975] channel [https://ghostarchive.org/archive/Zr7HL] that was formerly &amp;quot;ZackTEW&amp;quot; had been changed to Zoey.&lt;br /&gt;
&lt;br /&gt;
Broke down in tears after someone photoshopped his face onto a gif of Ronnie McNutt.&lt;br /&gt;
&lt;br /&gt;
[[File:Aleks confronting Zoey.png|300px|thumb|left|Confrontation]]&lt;br /&gt;
&lt;br /&gt;
[[File:AidsCast Reloaded.png|300px|thumb|right|Aids Cast Channel Page]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=File:AidsCast_Reloaded.png&amp;diff=2356</id>
		<title>File:AidsCast Reloaded.png</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=File:AidsCast_Reloaded.png&amp;diff=2356"/>
		<updated>2026-02-17T22:17:07Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=File:Aleks_confronting_Zoey.png&amp;diff=2355</id>
		<title>File:Aleks confronting Zoey.png</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=File:Aleks_confronting_Zoey.png&amp;diff=2355"/>
		<updated>2026-02-17T22:15:58Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Internet_VS&amp;diff=2354</id>
		<title>Internet VS</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Internet_VS&amp;diff=2354"/>
		<updated>2026-02-17T22:11:42Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Internet VS&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:InternetVS.png|300px]]&lt;br /&gt;
| caption     = Internet VS&#039;s Profile Picture&lt;br /&gt;
| foo         = N/A&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@InternetVS YouTube]&lt;br /&gt;
*[https://www.x.com/InternetVS_YT Twitter]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Internet VS is a channel created by [[Connor]] and [[TheConfusingOpinion]] in the wake of [[Bowblax]]’s [[2024 exile from the commentary community]]. Uses the same format for videos as Bowblax’s ‘Twitter VS’.&lt;br /&gt;
&lt;br /&gt;
Would host a &amp;quot;docuthon&amp;quot; a constant running live stream in April of 2025, where Connor would attempt to read all 700 pages of the [[ImAllexx]] document written by his former girlfriend [[Alice]]. Making almost $6,000.00 and promoted by many creators in the community. This would go on to inspire [[Augie]] to make RFC Mania however it would not center around trying to finish reading a document, instead leaning more into the challenges.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=E_Skeletoqz&amp;diff=2353</id>
		<title>E Skeletoqz</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=E_Skeletoqz&amp;diff=2353"/>
		<updated>2026-02-17T22:09:24Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = E_Skeletoqz&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:E Skeletoqz.jpg|300px]]&lt;br /&gt;
| caption     = E_Skeletoqz&#039;s Profile Picture&lt;br /&gt;
| foo         = *Koko The Gorilla&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@e_skeletoqz58/featured YouTube (Old)]&lt;br /&gt;
*[https://x.com/ESkeletoqz Twitter]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
E Skeletoqz is a commentary sperg known for spamming an image of American cheese on a shirtless person’s chest[https://x.com/agamids/status/1646672455824556033] and taking an IQ test on stream and scoring lower than Koko the gorilla.&lt;br /&gt;
&lt;br /&gt;
Hypersexual chronic gooner and porn addict.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=BlareTV&amp;diff=2352</id>
		<title>BlareTV</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=BlareTV&amp;diff=2352"/>
		<updated>2026-02-17T22:09:10Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = BlareTV&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:BlareTV.jpg|300px]]&lt;br /&gt;
| caption     = BlareTV&#039;s Profile Picture&lt;br /&gt;
| foo         = *Blare&lt;br /&gt;
*BlareTelevision&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/c/blaretv0 YouTube]&lt;br /&gt;
*[https://x.com/blaretelevision Twitter]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
BlareTV was a 16 year old known most on Twitter for their tweets about commentary/Doctor Who, associated with [[Jay Exci]] and [[Cartoonshi]]. Once made a misjudged Twitter space about [[Vexx]] followed by a document correcting their mistakes.&lt;br /&gt;
&lt;br /&gt;
Blare was also wrapped up in a recent controversy regarding them allegedly sexually harassing [[PogFrog]].&lt;br /&gt;
&lt;br /&gt;
Blare also notoriously announces videos with release dates months from then, and never finishes them.’&lt;br /&gt;
&lt;br /&gt;
In late 2023, they released a nearly seven hour video on [[Piegirl]] and subsequently released another video on Piegirl claiming that they threatened to rape someone.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Finn_East&amp;diff=2351</id>
		<title>Finn East</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Finn_East&amp;diff=2351"/>
		<updated>2026-02-17T22:08:07Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Finn East&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Mockery.jpg|300px]]&lt;br /&gt;
| caption     = Finn East&#039;s Profile Picture as &amp;quot;Mockery&amp;quot;&lt;br /&gt;
| foo         = *EastTheEgg&lt;br /&gt;
*Mockery&lt;br /&gt;
*Mockery McGillicutty&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://x.com/mockery_man Twitter]&lt;br /&gt;
*[https://x.com/mockery_alt Twitter (Alt)]&lt;br /&gt;
*[https://x.com/mockery_finn Twitter (Old)]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Finn East is a Twitter user orbiting the community that had a public meltdown in late 2022, which included his bizarre hatred for [[ZipZap]] and a [[Ad30]] Twitter Space where he told [[Angry Slug]] to kill himself. Has a block list over 28k strong.&lt;br /&gt;
&lt;br /&gt;
Left the commentary community a few months after being the butt of the joke, especially on streams such as [[KTS]] that include how he cleans his bathtub which subsequently  became his iconic moment.&lt;br /&gt;
&lt;br /&gt;
In September of 2024, he returned to the community and mended the bridge with [[Tyrone Meganté]] and other members after a road of Damascus moment and reappeared on a stream with him again.  Finn also started calling himself Mockery as he continues to draw and self admitted  “goon to Transformers”.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=AugieRFC&amp;diff=2350</id>
		<title>AugieRFC</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=AugieRFC&amp;diff=2350"/>
		<updated>2026-02-17T22:03:09Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = AugieRFC&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:AugieEgged.png|300px]]&lt;br /&gt;
| caption     = Photo of Augie from RFC Mania (May 2025)&lt;br /&gt;
| foo         = *RedFoxComms&lt;br /&gt;
*Paint Guy&lt;br /&gt;
*Augustine&lt;br /&gt;
*Mister Rape&lt;br /&gt;
*Augustus&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@AugieRFC YouTube]&lt;br /&gt;
*[https://www.youtube.com/@RedFoxComms YouTube (RedFoxComms)]&lt;br /&gt;
*[https://www.youtube.com/@RFC YouTube (NeoAugie)]&lt;br /&gt;
*[https://www.youtube.com/@Paint_Guy YouTube (Paint Guy)]&lt;br /&gt;
*[https://x.com/AugieRFC Twitter]&lt;br /&gt;
*[https://x.com/RedFoxComms Twitter (RedFoxComms)]&lt;br /&gt;
*[https://x.com/NeoAugie Twitter (NeoAugie)]&lt;br /&gt;
*[https://x.com/MisterRape Twitter (MisterRape)]&lt;br /&gt;
*[https://cozy.tv/augie CozyTV]&lt;br /&gt;
*[https://rumble.com/c/AugieRFC Rumble]&lt;br /&gt;
*[https://odysee.com/@AugieRFC:f Odysee]&lt;br /&gt;
*[https://www.bitchute.com/channel/JIsPhakhkyNf BitChute]&lt;br /&gt;
*[https://www.reddit.com/user/AugieRFC/ Reddit]&lt;br /&gt;
*[https://www.reddit.com/r/ClippedLive/ Subreddit]&lt;br /&gt;
*[https://augierfc.creator-spring.com/ Merch]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
AugieRFC a commentary streamer and host of RFC After Hours with formally with [[Bowblax]] as Co-Host. RFC stands for “Red Fox Comms”. &lt;br /&gt;
&lt;br /&gt;
Directly responsible for the post 2021 commentary community as the known commentary channels came through a link from him. Took a hiatus, but returned to streaming September 19th, 2024 after over a year of never streaming. Incredibly poor choice in online friends.&lt;br /&gt;
&lt;br /&gt;
In August of 2025, Augie would butt heads with longtime friend [[WillyMacShow]] over his recent video regarding BadEmpanada, in particular the sections talking about [[Kuihman]], [[Jstlk]] and himself. He would go on [[Chud Logic]]&#039;s show the day after the video dropped, right before he went live with his response. According to Augie, in a Discord call a month prior, when Augie was trying to organize a debate between him and Kuihman, he began acting very paranoid, accusing Augie of recording their call, speculating that Augie was there to gather clips or recordings to send to Kuihman. The two are seemingly not on speaking terms. This event was referenced in his 2nd [[Half Baked Podcast]] episode, albeit at the very end.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:AugieRFC.png|200px|thumb|left|One of AugieRFC&#039;s Profile Pictures which features the &amp;quot;RFC&amp;quot; Logo]]&lt;br /&gt;
&lt;br /&gt;
==Pre RFC After Hours==&lt;br /&gt;
&lt;br /&gt;
==RFC After Hours==&lt;br /&gt;
Beginning on [https://youtu.be/nTOq71n683A?list=PLTYZCV7ytTObUvtz7Ym5ZV3NqS1HnmIpq January 29th, 2019], RFC After hours was a live show hosted on various social media platforms over the years, hosted by Augie and [[Bowblax]], with a rotating fleet of guests such as [[Nicholas DeOrio]], [[Turkey Tom]], [[Flamenco]], [[Tipster]] and [[Aiden]]. Early episodes featured people like [[ExedPanda]], [[CharmedSkull]], [[Hibanabae]], [[CiscoRFC]] and [[Masturbatory Tales of Wonder]].&lt;br /&gt;
&lt;br /&gt;
[[File:Augie pfp 2.jpg|200px|thumb|left|Drawing of Augie by Plulu]]&lt;br /&gt;
&lt;br /&gt;
==Hiatus from the Internet==&lt;br /&gt;
During his hiatus from the internet, he would indirectly be involved with the [[Tea Party]] leaks. In January 2024, Augie and [[Connor]] would create &#039;&#039;&#039;&#039;&#039;Paint Guy&#039;&#039;&#039;&#039;&#039; a slop channel that would explain certain situations in under 10 minutes, this channel grew very quickly, with its first video reaching a million views in the first day. Not long after would reach 100,000 subscribers. It is worth mentioning that the two had previously attempted to launch a few channels before Paint Guy to very little success.&lt;br /&gt;
&lt;br /&gt;
==Return to the Internet==&lt;br /&gt;
In the summer of 2024, [[Bowblax]], the main co-host of After Hours got in a public spat with other commentary channels, such as [[Nicholas DeOrio]], for reasons including but not limited to: perpetuating false information and not taking responsibility, begging for [[Aleks Geckmo]] to take down his posts making fun of him, and revealing too much sensitive information about him and his family. (See: [[Bowblax&#039;s Exile from The Commentary Community]]). On September 19th, 2024, Augie posted a post on his X account, with an artwork by Psych Draws, implying he will be hosting a debate between Nick and Bowblax to hash out their beef. Though some people speculated the image was posted by someone else who had access to his account, this theory was shattered once Augie appeared live on camera later that day on [https://www.youtube.com/watch?v=PQaIgM0ZNpU episode 330 of After Hours]. Ultimately, the situation was not resolved, and everyone came on to humiliate Bowblax, ending the friendship between him and the rest of the community once and for all. &lt;br /&gt;
This episode titled: &amp;quot;The End w/ Bowblax and Nicholas DeOrio&amp;quot; was the most popular episode of After Hours, with up to 4,600 peak concurrent viewers. It was also the last episode, as now the show was without its main co-host.&lt;br /&gt;
&lt;br /&gt;
==RFC Show==&lt;br /&gt;
The RFC Show is the successor show to RFC After Hours, after that show ended. Like After Hours, it was also a commentary show, but unlike its predecessor, it did not host any scheduled debates, had interviews, and almost never hosted guests. It was hosted live in a physical studio, co-hosted by Augie and [[Connor]]. The first episode aired on December 16th, 2024. The show&#039;s full VODs are paywalled behind the AugieRFC membership program, and instead most viewers would watch parts of the stream through edited clips uploaded later on, mimicking formats done by competitor commentary channels such as [[Nicholas DeOrio]] and [[Chud Logic]]. The RFC Show lasted 12 episodes before ending on April 25th, 2025 as Connor was preparing to move to another state and couldn&#039;t host the show with Augie anymore.&lt;br /&gt;
&lt;br /&gt;
==Current Day==&lt;br /&gt;
After the end of The RFC Show, Augie and [[Connor]] returned live on the morning of May 21st, announcing RFC Mania, a subathon. This was an idea based on a similar stream done by Connor on [[Internet VS]], which lasted 5 days. This was a stream where either $100 in superchats or 20 memberships would spin two wheels that would ultimately give out either humiliating punishments to the hosts or add the amount of time they would stay on stream, all while also covering commentary topics, playing games, and reading chat. The first wheel, the online wheel, would decide what punishments would be dealt (or add time), and the second wheel, the IRL wheel, would decide who would receive it (Augie, Connor, or both). The viewers could also send superchats to be spoken on a loudspeaker while the hosts slept. The sheer amount of support the show got meant the stream lasted the maximum amount of time it could, which was 10 days. The stream lasted about 233 hours and ended at approximately midnight CDT on May 31st. &lt;br /&gt;
&lt;br /&gt;
After yet another hiatus, Augie returned on August 1st, this time hosting his commentary show RFC Live alone. He covered trending topics and dramas of the internet world at the time. The very first episode of RFC Live got Augie into hot water when he criticized [[WillyMacShow]] for his handling of his personal information being doxed. Augie called out Willy for implying that streamers [[Kuihman]] and [[Jstlk]] were running a purposeful doxing campaign against him and his wife, a claim which he had little evidence to back up with. He also called out Willy in his unwillingness to call out [[Destiny]] for his dox to be spread far and wide, but endlessly going after Kuihman for the same reason (Kuihman showing Destiny&#039;s post was actually the reason why Willy was led to believe Kuihman was doxing him). On August 10th, Willy would upload a video doubling down on his claims, now implying members of Kuihman&#039;s community swatted members of Destiny&#039;s and criticizing Augie harshly for taking his statements into scrutiny. This would all culminate into the [[The Commentary Civil War of 2025]], where Augie had to respond on stream against Willy and fight against WillyMacShow&#039;s and Destiny&#039;s fans of the false claims both Willy and Destiny were making. Augie ended up forming an alliance and Kuihman, [[Chud Logic]], and JSTLK, who all agreed that Willy&#039;s claims were ridiculous. There was a distinct lack of support received from [[Nicholas DeOrio]], though Augie and Nick would remain good friends to this day. The friendship with Willy however, has never recovered.&lt;br /&gt;
&lt;br /&gt;
As of November 2025, Augie&#039;s most recent stream was on September 9th, and he has since been inactive on his YouTube, but he occasionally posts on X. His last video appearance was made on the [[Half Baked Podcast]] with Nick and [[Lord Vega]], on the September 25th episode.&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Neoncaffeine&amp;diff=2349</id>
		<title>Neoncaffeine</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Neoncaffeine&amp;diff=2349"/>
		<updated>2026-02-17T21:57:27Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Neoncaffeine&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Neoncaffine.jpg|300px]]&lt;br /&gt;
| caption     = Neoncaffeine&#039;s Profile Picture&lt;br /&gt;
| foo         = *Mango&lt;br /&gt;
*Risk&lt;br /&gt;
*кочівник&lt;br /&gt;
*Nomad&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/c/Neoncaffeine YouTube]&lt;br /&gt;
*[https://bsky.app/profile/neoncaffeine.bsky.social Bluesky]&lt;br /&gt;
*[https://twitter.com/Neoncaffeine Twitter]&lt;br /&gt;
*[https://www.youtube.com/@Mutedcaffeine Urbex Channel]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt; (Mostly Disliked)&lt;br /&gt;
}}&lt;br /&gt;
Neoncaffeine is a 17.6k subscriber commentator who&#039;s been fairly linked in and around the commentary community. Associated with [[Tipster]], [[JustJargon]], [[Pan Pizza]] and [[Smeef]].&lt;br /&gt;
&lt;br /&gt;
Is currently living Ukraine with a new boyfriend.&lt;br /&gt;
&lt;br /&gt;
Once commented on the size of JustJargon’s cock.&lt;br /&gt;
==ElectricBlake Situation==&lt;br /&gt;
Once went with a friend, [[ElectricBlake]], and blew thousands of dollars on a budget road trip across America to Vidcon. Exact details are unclear because ElectricBlake kept saying different shit.&lt;br /&gt;
==Sp0ndyle Video==&lt;br /&gt;
&lt;br /&gt;
On November , 2024 [[Sp0ndyle]] and [[TheConfusingOpinion]] would publish a video essay&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Sp0ndyle&amp;diff=2348</id>
		<title>Sp0ndyle</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Sp0ndyle&amp;diff=2348"/>
		<updated>2026-02-17T21:57:02Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Sp0ndyle&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Sp0ndyle.jpg|300px]]&lt;br /&gt;
| caption     = Sp0ndyle&#039;s Profile Picture&lt;br /&gt;
| foo         = *Kaleb&lt;br /&gt;
*Sp0ndiddled&lt;br /&gt;
*Sp0ndiddy&lt;br /&gt;
*Sp0ndussy&lt;br /&gt;
*TheOmniPedo&lt;br /&gt;
*Dead69Trees&lt;br /&gt;
*The Mulatto Micro&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@sp0ndyle YouTube]&lt;br /&gt;
*[https://www.youtube.com/@neosp0n YouTube (Second Channel)]&lt;br /&gt;
*[https://x.com/TheOmniEdger Twitter]&lt;br /&gt;
*[https://bsky.app/profile/dogpack404.bsky.social Bluesky]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;Active&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
Sp0ndyle is a commentary sperg with a foot fetish black pedophiles [[Paradise]] on different dramas, well known for being nearly doxxed by [[Ash]] and TheOmniPedo twitter account. ½ of the Mulatto Ministry with [[Tyrone: The Birth Controller]]. Made 1 commentary video on Community bicycle [[Mango]]. Member of BrutalEdge.&lt;br /&gt;
&lt;br /&gt;
==The Cuck Saga (2023)==&lt;br /&gt;
Had his ex-girlfriend [[MrDoorMouse]] temporarily stolen by [[TomatoeMan]] in 2023. Got into drama with [[Michael Alberto]] in 2023 when Alberto claimed that Sp0ndyle doxed him.&lt;br /&gt;
&lt;br /&gt;
==The Alberto Saga(2023)==&lt;br /&gt;
Got into drama with Michael Alberto in 2023 when Alberto claimed that Sp0ndyle doxed him. &lt;br /&gt;
==Podcasts==&lt;br /&gt;
Was in many podcasts starting with the [[AIDS CAST]] AKA The “Dead Trees” podcast with [[AustinNoPowers]], [[Tannansa]] and [[ZachTEW]] and later with “Cucked!” with [[Realm]], [[TheConfusingOpinion]], and [[The Unseen]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cuck&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
	<entry>
		<id>https://commentarywiki.org/index.php?title=Flavio&amp;diff=2347</id>
		<title>Flavio</title>
		<link rel="alternate" type="text/html" href="https://commentarywiki.org/index.php?title=Flavio&amp;diff=2347"/>
		<updated>2026-02-17T21:56:29Z</updated>

		<summary type="html">&lt;p&gt;M0x0n: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{CapiuntoTest&lt;br /&gt;
| title       = Flavio&lt;br /&gt;
| headerstyle = (defaults to background-color:grey)&lt;br /&gt;
| image       = [[File:Flavio.png|300px]]&lt;br /&gt;
| caption     = Flavio&#039;s Profile Picture&lt;br /&gt;
| foo         = *Flupster&lt;br /&gt;
*WhereIsFlupster&lt;br /&gt;
*Flantavius&lt;br /&gt;
*LazyFlavio&lt;br /&gt;
| (&amp;quot;A header between the data rows&amp;quot;)&lt;br /&gt;
| bar         = *[https://www.youtube.com/@Flantavius YouTube (Flavio)]&lt;br /&gt;
*[https://www.youtube.com/channel/UCUj35rawfbT5mxnlPVRDkiw YouTube (Flupster)]&lt;br /&gt;
*[https://x.com/WhereIsFlupster Twitter (Flupster)]&lt;br /&gt;
| sta         = &amp;lt;span style=&amp;quot;color:orange;&amp;quot;&amp;gt;Inactive&amp;lt;/span&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Flavio was a troll in the Commentary Community in 2022, known for calling [[ZipZap]] a whore, and having [[PogFrog]]/[[Tyrone Meganté]] do his homework. Also went by the name ‘Flupster’ for the later part of his time in the community.&lt;br /&gt;
&lt;br /&gt;
[[File:Flupster.png|200px|thumb|left|Flavio&#039;s Profile Picture as &amp;quot;Flupster&amp;quot;]]&lt;/div&gt;</summary>
		<author><name>M0x0n</name></author>
	</entry>
</feed>