{"id":96,"date":"2026-05-12T19:33:54","date_gmt":"2026-05-12T19:33:54","guid":{"rendered":"https:\/\/raye2028.smtchs.org\/blog\/home-2\/"},"modified":"2026-05-15T14:07:45","modified_gmt":"2026-05-15T14:07:45","slug":"home-2","status":"publish","type":"page","link":"https:\/\/raye2028.smtchs.org\/blog\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nWelcome to TRUTH CENTRAL\n\n\n\n\n\nWordPress is Bad and we all know it.\n\n\n\n<p><span style=\"font-size: 16px; color: rgb(0, 0, 0);\">I<\/span>t Sucks. It is Bad. It lacks any form of joy givingness whatsoever. I would rather type this entire paragraph than use this entire thing its so mean I hate it. Because of my extreme dislike over this particular subject, I will be entering Perl Code for the rest of this text info.<\/p>\n\n\n\n<p><font color=\"#000000\" style=\"font-size: 16px;\">!\/usr\/bin\/perl<br>use warnings;<br>use strict;<br>print &#8220;I am Parrot Bot\\n&#8221;;<br>print &#8220;Enter a string here: &#8220;;<br>chomp(my $parrotText = );<br>if ($parrotText=~ \/word\\s*press\/i){<br>$parrotText =~ s\/fun\/bad and horrible\/gi;<br>$parrotText =~ s\/not\\sbad\\sand\\shorrible\/not bad and horrible, it&#8217;s worse\/gi;<br>}<br>print($parrotText);<\/font><\/p>\n\n\n\n\n\n\n\n<p>Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s.<\/p>\n\n\n\n\n\nPerl Code:\n\n\n\n<p><font color=\"#000000\" style=\"font-size: 16px;\">!\/usr\/bin\/perl<br>use warnings;<br>use strict;<br>my @hispanoFamosoList=(&#8220;Miguel De Cervantes&#8221;,&#8221;Simon Bolivar&#8221;,&#8221;Jose  de San Martin&#8221;,&#8221;Benito Juarez&#8221;,&#8221;Francisco de Goya&#8221;,&#8221;Diego Rivera&#8221;,&#8221;Frida Kahlo&#8221;,&#8221;Evita Peron&#8221;,&#8221;Joan Miro&#8221;,&#8221;Roberto Clemente&#8221;,&#8221;Cesar Chavez&#8221;,&#8221;Antoni Gaudi&#8221;,&#8221;Pablo Picasso&#8221;,&#8221;Salvador Dali&#8221;,&#8221;Carlos Fuentes&#8221;,&#8221;Rigoberta Menchu Tum&#8221;);<br>my @factList=(&#8220;Born in Espana&#8221;, &#8220;Wrote Don Quixote&#8221;, &#8220;Kidnapped by Turkish Pirates&#8221;,&#8221;Born in Venezuela&#8221;,&#8221;Known as El Libertador&#8221;,&#8221;Bolivia named after him&#8221;,&#8221;Born in Argentina&#8221;,&#8221;Soldier saved his life in his first battle&#8221;,&#8221;Helped save Argentina&#8221;,&#8221;Born in Mexico&#8221;,&#8221;Became President of Mexico&#8221;,&#8221;Made the Juarez Laws&#8221;,&#8221;Born in Espana&#8221;,&#8221;Made the Dark Room Paintings&#8221;,&#8221;People question his mental state when he was old&#8221;,&#8221;Born in Mexico&#8221;,&#8221;Famous Muralist&#8221;,&#8221;Married to Frida Kahlo&#8221;,&#8221;Born in Mexico&#8221;,&#8221;Famous for her Unibrow&#8221;,&#8221;Married to Diego Rivera&#8221;,&#8221;Born in Argentina&#8221;,&#8221;First Argentine to undergo Chemotherapy&#8221;,&#8221;First lady to Juan Peron&#8221;,&#8221;Born in Spain&#8221;,&#8221;Born on April 20th (My Birthday!!!)&#8221;,&#8221;Made Bleu II&#8221;,&#8221;Born in Puerto Rico&#8221;,&#8221;Famous Baseball Player&#8221;,&#8221;Roberto Clemente Award named after him&#8221;,&#8221;Born in the US&#8221;,&#8221;Fought for Farmer&#8217;s rights&#8221;,&#8221;Is now in a large controversy&#8221;,&#8221;Born in Spain&#8221;,&#8221;Inspired by Nature&#8221;,&#8221;Worked on the Sagrada Familia&#8221;,&#8221;Born in Spain&#8221;,&#8221;Made Guernica&#8221;,&#8221;Founded the Cubist movement&#8221;,&#8221;Born in Spain&#8221;,&#8221;Famous Dali Mustache&#8221;,&#8221;Worked with Walt Disney on Destino&#8221;,&#8221;Born in Panama&#8221;,&#8221;Parents were diplomats&#8221;,&#8221;Famous Author&#8221;,&#8221;Born in Guatemala&#8221;,&#8221;Fought for Indigenous rights&#8221;,&#8221;Won a Nobel Peace Prize&#8221;);<br>my $freedom=0;<br>my $previousRand=0;<br>my $randPerson=0;<br>until ($freedom){<br>until ($randPerson !=$previousRand){<br>$randPerson=int(rand($#hispanoFamosoList));<br>}<br>print($hispanoFamosoList[$randPerson],&#8221;\\n&#8221;);<br>my $userInp=;<br>chomp($userInp);<br>if ($userInp =~ m\\quit\\i){<br>print $userInp;<br>$freedom=1;<br>} else{<br>$previousRand=$randPerson;<br>my $firstVal=3*$randPerson;<br>for (0..2){<br>print($factList[$firstVal+$_],&#8221;\\n&#8221;);<br>}<br>print(&#8220;\\n&#8221;x2);<br>}<br>}<\/font><\/p>\n\n\n\n<p>!\/usr\/bin\/perl<br>use warnings;<br>use strict;<br>my @codeList = ();<br>my $codeListStr = &#8220;&#8221;;<br>my @userGuessArray;<br>print(&#8220;Enter desired length of code here: &#8220;);<br>chomp(my $lengthOfCode = int());<br>my $randNum;<br>for (0 .. ($lengthOfCode-1)){<br>$randNum=int(rand(10));<br>push(@codeList, $randNum);<br>$codeListStr.=$randNum;<br>}<br>my $userGuess;<br>do{<br>print qq\/Enter a guess here: \/;<br>chomp($userGuess = );<br>if ($userGuess eq join(&#8220;&#8221;,@codeList)){<br>print &#8220;Entry Successful, Entry Given&#8221;;<br>} else{<br>@userGuessArray=split(&#8220;&#8221;,$userGuess);<br>my ($greenCount,$yellowCount,$redCount)=(0,0,0);<br>for my $countup (0 .. (length($userGuess)-1)){<br>if (&#8220;$userGuessArray[$countup]&#8221; eq &#8220;$codeList[$countup]&#8221;){<br>$greenCount+=1;<br>} elsif (index($codeListStr,&#8221;$userGuessArray[$countup]&#8221;) != -1){<br>$yellowCount +=1;<br>} else{<br>$redCount+=1;<br>}<br>}<br>print(&#8220;Green: $greenCount&#8221;,&#8221;, Yellow: $yellowCount&#8221;,&#8221;, Red: $redCount \\n&#8221;);<br>}<br>} until ($userGuess eq $codeListStr)<\/p>\n\n\n\n\n\n<p>Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s.<\/p>\n\n\n\n\n\n\n\n<p><span style=\"color: rgb(12, 12, 12); font-size: 16px;\">WordPress<\/span><\/p>\n\n\n\n\n\n<p><span style=\"color: rgb(12, 12, 12); font-size: 16px;\">WordPress<\/span><\/p>\n\n\n\n\n\n<p><span style=\"color: rgb(12, 12, 12); font-size: 16px;\">WordPress<\/span><\/p>\n\n\n\n\n\n<p><span style=\"color: rgb(12, 12, 12); font-size: 16px;\">WordPress<\/span><\/p>\n\n\n\n\n\n\n\nWe Need More Support\n\n\n\nTo Delete WordPress off the face of the internet!\n\n\n\n\n\n\n\n<p>Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s.<\/p>\n\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-96","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/raye2028.smtchs.org\/blog\/wp-json\/wp\/v2\/pages\/96","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raye2028.smtchs.org\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/raye2028.smtchs.org\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/raye2028.smtchs.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raye2028.smtchs.org\/blog\/wp-json\/wp\/v2\/comments?post=96"}],"version-history":[{"count":8,"href":"https:\/\/raye2028.smtchs.org\/blog\/wp-json\/wp\/v2\/pages\/96\/revisions"}],"predecessor-version":[{"id":129,"href":"https:\/\/raye2028.smtchs.org\/blog\/wp-json\/wp\/v2\/pages\/96\/revisions\/129"}],"wp:attachment":[{"href":"https:\/\/raye2028.smtchs.org\/blog\/wp-json\/wp\/v2\/media?parent=96"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}