<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>linux &#8211; Set Side B</title>
	<atom:link href="https://setsideb.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://setsideb.com</link>
	<description>The Flipside of Gaming</description>
	<lastBuildDate>Thu, 26 Mar 2026 03:29:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://setsideb.com/wp-content/uploads/2022/04/cropped-mascot512-32x32.png</url>
	<title>linux &#8211; Set Side B</title>
	<link>https://setsideb.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Code Adventures: fancypants, a Command-Line Text Conversion Utility</title>
		<link>https://setsideb.com/code-adventures-a-command-line-text-conversion-utility/</link>
					<comments>https://setsideb.com/code-adventures-a-command-line-text-conversion-utility/#respond</comments>
		
		<dc:creator><![CDATA[rodneylives]]></dc:creator>
		<pubDate>Thu, 26 Mar 2026 14:00:00 +0000</pubDate>
				<category><![CDATA[niche]]></category>
		<category><![CDATA[CodeAdventures]]></category>
		<category><![CDATA[CommandLine]]></category>
		<category><![CDATA[fancypants]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[unicode]]></category>
		<guid isPermaLink="false">https://setsideb.com/?p=11880</guid>

					<description><![CDATA[𝕋𝕙𝕚𝕤 𝕨𝕖𝕚𝕣𝕕 𝕥𝕖𝕩𝕥 𝕨𝕒𝕤 𝕔𝕠𝕟𝕤𝕥𝕣𝕦𝕔𝕥𝕖𝕕 𝕨𝕚𝕥𝕙 𝕥𝕙𝕖 𝕦𝕥𝕚𝕝𝕚𝕥𝕪 𝕞𝕖𝕟𝕥𝕚𝕠𝕟𝕖𝕕 𝕚𝕟 𝕥𝕙𝕖 𝕥𝕚𝕥𝕝𝕖. 𝓢𝓸 𝔀𝓪𝓼 𝓽𝓱𝓲𝓼 𝓽𝓮𝔁𝓽 𝓱𝓮𝓻𝓮. 𝗔𝗻𝗱 𝗮𝗹𝘀𝗼 𝘁𝗵𝗶𝘀. 𝕬𝖉𝖉𝖎𝖙𝖎𝖔𝖓𝖆𝖑𝖞, 𝖙𝖍𝖎𝖘. Can you read those? There&#8217;s a good chance you can! If you can&#8217;t (like if they all show up as hollow boxes) it&#8217;s because the font you&#8217;re reading this post in doesn&#8217;t support &#8230; <a href="https://setsideb.com/code-adventures-a-command-line-text-conversion-utility/" class="more-link">Continue reading<span class="screen-reader-text"> "Code Adventures: fancypants, a Command-Line Text Conversion Utility"</span></a>]]></description>
										<content:encoded><![CDATA[
<p>𝕋𝕙𝕚𝕤 𝕨𝕖𝕚𝕣𝕕 𝕥𝕖𝕩𝕥 𝕨𝕒𝕤 𝕔𝕠𝕟𝕤𝕥𝕣𝕦𝕔𝕥𝕖𝕕 𝕨𝕚𝕥𝕙 𝕥𝕙𝕖 𝕦𝕥𝕚𝕝𝕚𝕥𝕪 𝕞𝕖𝕟𝕥𝕚𝕠𝕟𝕖𝕕 𝕚𝕟 𝕥𝕙𝕖 𝕥𝕚𝕥𝕝𝕖. 𝓢𝓸 𝔀𝓪𝓼 𝓽𝓱𝓲𝓼 𝓽𝓮𝔁𝓽 𝓱𝓮𝓻𝓮. 𝗔𝗻𝗱 𝗮𝗹𝘀𝗼 𝘁𝗵𝗶𝘀. 𝕬𝖉𝖉𝖎𝖙𝖎𝖔𝖓𝖆𝖑𝖞, 𝖙𝖍𝖎𝖘.</p>



<p>Can you read those? There&#8217;s a good chance you can! If you can&#8217;t (like if they all show up as hollow boxes) it&#8217;s because the font you&#8217;re reading this post in doesn&#8217;t support those kinds of characters, which are from the math symbols section of the Unicode character set. </p>



<p>It&#8217;s a command-line version of a web Unicode text converter, of the sort found at <a href="https://qaz.wtf/u/convert.cgi">the other end of this link</a>. It&#8217;s written in Python, and the source is at the end of this post. I saved it to a file named &#8220;fancypants&#8221; and put it in my home directory&#8217;s bin directory (which you&#8217;ll probably have to make first), where  many Linux distributions are configured to look for things to execute if you type their names at the command prompt. (Yes, all of this assumes you&#8217;re running Linux. It&#8217;s not just for supergeeks anymore! If you&#8217;re running Windows you&#8217;ll have some adjustments to make, including figuring out how to add the script&#8217;s home to your path. It should work on Macs, although I don&#8217;t know if it&#8217;ll look in your home&#8217;s bin either.)</p>



<p>Oh, you will have to run a <strong>chmod +x fancypants</strong> on it. And the script as written assumes Python is at /usr/bin/python, where most distros will put it.</p>



<p>The script expects to be executed in the form:</p>



<pre class="wp-block-preformatted"><strong>fancypants [style] [text to convert]</strong></pre>



<p>The text should probably be in quotes if there&#8217;s any spaces in it, as should the style just in case. So to produce the first text mentioned at the start of the post, I entered:</p>



<pre class="wp-block-preformatted">fancypants "=" "This weird text was constructed with the utility mentioned in the title."</pre>



<p>Usable style specifiers are &#8220;=&#8221; for double-stroke, &#8220;/&#8221; for script, &#8220;!&#8221; for a boldface kind of thing, &#8220;f&#8221; for the medieval script-looking fractur, and a few others that you can pretty easily see in the source code below. In fact each specifier has some synonyms if the single-character versions are too obscure for you to remember. And hey, if you don&#8217;t like the names I gave them you can use your own! The moment you paste it into a text file, this all becomes yours to do with as you please. Think of it as the blog version of a type-in program from an 80s computer magazine.</p>



<p>As a bonus, the names &#8220;r&#8221;, &#8220;rot&#8221; or &#8220;rot13&#8221; will perform a ROT13 code on the letters, useful for encoding spoiler text that readers can decode at <a href="https://rot13.com/">ROT13.com</a>. There are utilities that you can use to send the generated text directly to the clipboard, for pasting wherever you want, but since those differ if you&#8217;re using X.org or Wayland for your display manager (or, sure, Windows or Mac) I&#8217;ll leave those for you to figure out.</p>



<p>And if you can&#8217;t read the characters above, then I&#8217;m sorry that you&#8217;re missing out on the fun. It&#8217;s all pretty whimsical really, it&#8217;s not some huge thing that you&#8217;re missing. Come back tomorrow, I&#8217;m sure we&#8217;ll have a post about Mario or somesuch.</p>



<pre class="wp-block-preformatted">#!/usr/bin/python<br>import sys<br><br>base = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>equals = "𝔸𝔹ℂ𝔻𝔼𝔽𝔾ℍ𝕀𝕁𝕂𝕃𝕄ℕ𝕆ℙℚℝ𝕊𝕋𝕌𝕍𝕎𝕏𝕐ℤ𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛𝕜𝕝𝕞𝕟𝕠𝕡𝕢𝕣𝕤𝕥𝕦𝕧𝕨𝕩𝕪𝕫𝟙𝟚𝟛𝟜𝟝𝟞𝟟𝟠𝟡𝟘!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>script = "𝓐𝓑𝓒𝓓𝓔𝓕𝓖𝓗𝓘𝓙𝓚𝓛𝓜𝓝𝓞𝓟𝓠𝓡𝓢𝓣𝓤𝓥𝓦𝓧𝓨𝓩𝓪𝓫𝓬𝓭𝓮𝓯𝓰𝓱𝓲𝓳𝓴𝓵𝓶𝓷𝓸𝓹𝓺𝓻𝓼𝓽𝓾𝓿𝔀𝔁𝔂𝔃1234567890!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>bold = "𝐀𝐁𝐂𝐃𝐄𝐅𝐆𝐇𝐈𝐉𝐊𝐋𝐌𝐍𝐎𝐏𝐐𝐑𝐒𝐓𝐔𝐕𝐖𝐗𝐘𝐙𝐚𝐛𝐜𝐝𝐞𝐟𝐠𝐡𝐢𝐣𝐤𝐥𝐦𝐧𝐨𝐩𝐪𝐫𝐬𝐭𝐮𝐯𝐰𝐱𝐲𝐳𝟏𝟐𝟑𝟒𝟓𝟔𝟕𝟖𝟗𝟎!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>bolditalic = "𝑨𝑩𝑪𝑫𝑬𝑭𝑮𝑯𝑰𝑱𝑲𝑳𝑴𝑵𝑶𝑷𝑸𝑹𝑺𝑻𝑼𝑽𝑾𝑿𝒀𝒁𝒂𝒃𝒄𝒅𝒆𝒇𝒈𝒉𝒊𝒋𝒌𝒍𝒎𝒏𝒐𝒑𝒒𝒓𝒔𝒕𝒖𝒗𝒘𝒙𝒚𝒛1234567890!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>monospace = "𝙰𝙱𝙲𝙳𝙴𝙵𝙶𝙷𝙸𝙹𝙺𝙻𝙼𝙽𝙾𝙿𝚀𝚁𝚂𝚃𝚄𝚅𝚆𝚇𝚈𝚉𝚊𝚋𝚌𝚍𝚎𝚏𝚐𝚑𝚒𝚓𝚔𝚕𝚖𝚗𝚘𝚙𝚚𝚛𝚜𝚝𝚞𝚟𝚠𝚡𝚢𝚣𝟷𝟸𝟹𝟺𝟻𝟼𝟽𝟾𝟿𝟶!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>block = "𝗔𝗕𝗖𝗗𝗘𝗙𝗚𝗛𝗜𝗝𝗞𝗟𝗠𝗡𝗢𝗣𝗤𝗥𝗦𝗧𝗨𝗩𝗪𝗫𝗬𝗭𝗮𝗯𝗰𝗱𝗲𝗳𝗴𝗵𝗶𝗷𝗸𝗹𝗺𝗻𝗼𝗽𝗾𝗿𝘀𝘁𝘂𝘃𝘄𝘅𝘆𝘇𝟭𝟮𝟯𝟰𝟱𝟲𝟳𝟴𝟵𝟬!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>fraktur = "𝕬𝕭𝕮𝕯𝕰𝕱𝕲𝕳𝕴𝕵𝕶𝕷𝕸𝕹𝕺𝕻𝕼𝕽𝕾𝕿𝖀𝖁𝖂𝖃𝖄𝖅𝖆𝖇𝖈𝖉𝖊𝖋𝖌𝖍𝖎𝖏𝖐𝖑𝖒𝖓𝖔𝖕𝖖𝖗𝖘𝖙𝖚𝖛𝖜𝖝𝖞𝖟1234567890!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>rot = "NOPQRSTUVWXYZABCDEFGHIJKLMnopqrstuvwxyzabcdefghijklm1234567890!@#$%^&amp;*()-_=+[]{};':\",./&lt;>?~"<br>tilde = len(equals)-1<br><br>def convert(convertchar, intext):<br>  outlist = []<br>  match convertchar:<br>    case "=" | "equal" | "equals":<br>      clist = equals<br>    case "/" | "slant" | "script":<br>      clist = script<br>    case "!" | "bold":<br>      clist = bold<br>    case "!/" | "bolditalic" | "boldital":<br>      clist = bolditalic<br>    case "m" | "mono" | "monospace":<br>      clist = monospace<br>    case "b" | "block" | "mathbold":<br>      clist = block<br>    case "f" | "fraktur":<br>      clist = fraktur<br>    case "r" | "rot" | "rot13":<br>      clist = rot<br>    case _:<br>      raise ValueError("Unknown charset " + convertchar)<br>      return intext<br>  for char in intext:<br>    try:<br>      index = base.index(char)<br>    except:<br>      outlist.append(char)<br>      continue<br>    outchr = clist[index]<br>    if outchr != "~":<br>      outlist.append(outchr)<br>    else:<br>      outlist.append(base[index])<br>  return "".join(outlist)<br><br>if __name__ == "__main__":<br>  convertchar = sys.argv[1]<br>  intext = sys.argv[2]<br>  print(convert(convertchar, intext))<br></pre>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='rodneylives' src='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://setsideb.com/author/rodneylives/" class="vcard author" rel="author"><span class="fn">rodneylives</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Twitter" target="_self" href="https://twitter.com/rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Instagram" target="_self" href="https://www.instagram.com/rodneysnotdead/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Html5" target="_self" href="https://www.metafilter.com/user/23306" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-html5" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"></path></svg></span></a><a title="Mastodont" target="_self" href="https://cybre.space/@rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-mastodont" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417 512"><path fill="currentColor" d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg></span></a></div></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://setsideb.com/code-adventures-a-command-line-text-conversion-utility/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Way To Make A PC Startup With The Pokemon PC Noise</title>
		<link>https://setsideb.com/a-way-to-make-a-pc-startup-with-the-pokemon-pc-noise/</link>
					<comments>https://setsideb.com/a-way-to-make-a-pc-startup-with-the-pokemon-pc-noise/#respond</comments>
		
		<dc:creator><![CDATA[rodneylives]]></dc:creator>
		<pubDate>Wed, 25 Mar 2026 14:00:00 +0000</pubDate>
				<category><![CDATA[retro]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pokemon]]></category>
		<category><![CDATA[startup]]></category>
		<guid isPermaLink="false">https://setsideb.com/?p=11870</guid>

					<description><![CDATA[isithran on Mastodon came up with a grub boot line that can make your PC&#8217;s speaker (or whatever substitute it may have) play the classic Pokémon PC startup noise (3 seconds). A demo can be tested here. &#8220;PC&#8221; obviously stands for &#8220;Pokémon Container.&#8221; grub (properly lowercase) is a bootloader for some Linux machines. I can&#8217;t &#8230; <a href="https://setsideb.com/a-way-to-make-a-pc-startup-with-the-pokemon-pc-noise/" class="more-link">Continue reading<span class="screen-reader-text"> "A Way To Make A PC Startup With The Pokemon PC Noise"</span></a>]]></description>
										<content:encoded><![CDATA[
<p><a href="https://social.lkw.tf/display/697d94f6-9769-c2a0-9486-485828719718"><strong>isithran on Mastodon</strong></a> came up with a grub boot line that can make your PC&#8217;s speaker (or whatever substitute it may have) play <a href="https://www.youtube.com/watch?v=fwEzOeeZxUE">the classic Pokémon PC startup noise</a> (3 seconds). <a href="https://breadmaker.github.io/grub-tune-tester/?tune=960+2050+6+0+2+1025+1+512+1+680+1+512+1+1025+1+512+1+2050+1+512+1">A demo can be tested here</a>. &#8220;PC&#8221; obviously stands for &#8220;Pokémon Container.&#8221;</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Pokémon Red/Blue/Yellow - PC Turning On - Sound Effect" width="840" height="473" src="https://www.youtube.com/embed/fwEzOeeZxUE?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div><figcaption class="wp-element-caption">This sound right here.</figcaption></figure>



<p>grub (properly lowercase) is a bootloader for some Linux machines. I can&#8217;t tell you if it&#8217;s easy to add it to a computer&#8217;s startup files, but if you know how to do such things, please enjoy.</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='rodneylives' src='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://setsideb.com/author/rodneylives/" class="vcard author" rel="author"><span class="fn">rodneylives</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Twitter" target="_self" href="https://twitter.com/rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Instagram" target="_self" href="https://www.instagram.com/rodneysnotdead/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Html5" target="_self" href="https://www.metafilter.com/user/23306" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-html5" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"></path></svg></span></a><a title="Mastodont" target="_self" href="https://cybre.space/@rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-mastodont" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417 512"><path fill="currentColor" d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg></span></a></div></div></div>]]></content:encoded>
					
					<wfw:commentRss>https://setsideb.com/a-way-to-make-a-pc-startup-with-the-pokemon-pc-noise/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Action Retro Demonstrates PS2 Linux</title>
		<link>https://setsideb.com/action-retro-demonstrates-ps2-linux/</link>
		
		<dc:creator><![CDATA[rodneylives]]></dc:creator>
		<pubDate>Thu, 18 Dec 2025 15:00:00 +0000</pubDate>
				<category><![CDATA[niche]]></category>
		<category><![CDATA[ActionRetro]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[StupidComputerTricks]]></category>
		<guid isPermaLink="false">https://setsideb.com/?p=11310</guid>

					<description><![CDATA[It&#8217;s a weird bit of console gaming lore than Sony was so proud of the PS2&#8217;s Cell processor that they actually officially ported Linux to it. All you had to do was buy the &#8220;Linux Kit,&#8221; which contained two DVDs, a module that added monitor-capable video out and Ethernet ports, and a &#8220;gigantic&#8221; 40GB hard &#8230; <a href="https://setsideb.com/action-retro-demonstrates-ps2-linux/" class="more-link">Continue reading<span class="screen-reader-text"> "Action Retro Demonstrates PS2 Linux"</span></a>]]></description>
										<content:encoded><![CDATA[
<p>It&#8217;s a weird bit of console gaming lore than Sony was so proud of the PS2&#8217;s Cell processor that they actually officially ported Linux to it. All you had to do was buy the &#8220;Linux Kit,&#8221; which contained two DVDs, a module that added monitor-capable video out and Ethernet ports, and a &#8220;gigantic&#8221; 40GB hard drive.</p>



<p>As it turns out, the PS2 was actually all that great a Linux machine, and it was soon outclassed by PCs. That hasn&#8217;t stopped there from being a Playstation Linux community, with <a href="https://ps2linux.no-ip.info/playstation2-linux.com/">a website</a> that sadly announces that it most soon close down in a post dating to 2009. It feels a bit like one of those &#8220;Closing Liquidation&#8221; signs that sometimes stores that have no plans of shutting down put up, in the hopes of attracting some extra customers. Oh well, I&#8217;m sure it&#8217;ll perish eventually, such is the way of all things. I just hope they can hold out a few extra decades.</p>



<p><a href="https://www.youtube.com/watch?v=FQmenrPioBM">Here is the video</a> (20 minutes), although note that it contains a sponsored segment. <a href="https://youtu.be/FQmenrPioBM&amp;t=230">This link</a> skips past it. <a href="https://www.youtube.com/watch?v=slbnDYFL99g">Michael MJD also tried it out</a> a couple of years ago (27 minutes), if you&#8217;d like to see their reactions. </p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Behold the Infamous PS2 Linux Kit" width="840" height="473" src="https://www.youtube.com/embed/FQmenrPioBM?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>Some observations:</p>



<ul class="wp-block-list">
<li>Buying a complete unopened PS2 Linux box nowadays can cost you well over $1,000.</li>



<li>It was released in 2002; Linux itself was first created in 1991.</li>



<li>It&#8217;s based on the Japanese distribution Kondara, which itself was based off of Red Hat, and it shows due to it using RPM for its package format.</li>



<li>It runs WindowMaker for its GUI, which is based off of NeXTSTEP, the predecessor of the GUI used in current-day macOS.</li>



<li>In 2025 this is very much a <a href="https://setsideb.com/tag/stupidcomputertricks/">Stupid Computer Trick</a>, or perhaps a Stupid Console Trick, but ActionRetro has so much fun running OSes on various unexpected hardware that it&#8217;s difficult to fault him for it.</li>
</ul>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='rodneylives' src='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://setsideb.com/author/rodneylives/" class="vcard author" rel="author"><span class="fn">rodneylives</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Twitter" target="_self" href="https://twitter.com/rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Instagram" target="_self" href="https://www.instagram.com/rodneysnotdead/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Html5" target="_self" href="https://www.metafilter.com/user/23306" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-html5" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"></path></svg></span></a><a title="Mastodont" target="_self" href="https://cybre.space/@rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-mastodont" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417 512"><path fill="currentColor" d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg></span></a></div></div></div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>37C3 Unlocked: Turning Chromebooks into Laptops</title>
		<link>https://setsideb.com/37c3-unlocked-turning-chromebooks-into-laptops/</link>
		
		<dc:creator><![CDATA[rodneylives]]></dc:creator>
		<pubDate>Sat, 20 Sep 2025 14:00:00 +0000</pubDate>
				<category><![CDATA[niche]]></category>
		<category><![CDATA[37c3]]></category>
		<category><![CDATA[chromebook]]></category>
		<category><![CDATA[elly]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sdomi]]></category>
		<category><![CDATA[talk]]></category>
		<guid isPermaLink="false">https://setsideb.com/?p=10739</guid>

					<description><![CDATA[37C3 was the 37th Chaos Communication Congress, held in 2023, and a talk was given there by elly and sdomi on the subject of unlocking and using Chromebooks as regular Linux-running computers. That&#8217;s it. That&#8217;s all for today. It&#8217;s 39 minutes though, so it should keep you going for a while. If you&#8217;d like to &#8230; <a href="https://setsideb.com/37c3-unlocked-turning-chromebooks-into-laptops/" class="more-link">Continue reading<span class="screen-reader-text"> "37C3 Unlocked: Turning Chromebooks into Laptops"</span></a>]]></description>
										<content:encoded><![CDATA[
<p>37C3 was the 37th Chaos Communication Congress, held in 2023, and a talk was given there by elly and sdomi on <a href="https://www.youtube.com/watch?v=7HFIQi835wY">the subject of unlocking and using Chromebooks as regular Linux-running computers</a>.</p>



<p>That&#8217;s it. That&#8217;s all for today. It&#8217;s 39 minutes though, so it should keep you going for a while. If you&#8217;d like to avoid Youtube and its various vagarities, you can also get it directly from <a href="https://media.ccc.de/v/37c3-11929-turning_chromebooks_into_regular_laptops">the event website</a>.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="37C3 -  Turning Chromebooks into regular laptops" width="840" height="473" src="https://www.youtube.com/embed/7HFIQi835wY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='rodneylives' src='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://setsideb.com/author/rodneylives/" class="vcard author" rel="author"><span class="fn">rodneylives</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Twitter" target="_self" href="https://twitter.com/rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Instagram" target="_self" href="https://www.instagram.com/rodneysnotdead/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Html5" target="_self" href="https://www.metafilter.com/user/23306" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-html5" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"></path></svg></span></a><a title="Mastodont" target="_self" href="https://cybre.space/@rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-mastodont" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417 512"><path fill="currentColor" d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg></span></a></div></div></div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>/dev/scream</title>
		<link>https://setsideb.com/dev-scream/</link>
		
		<dc:creator><![CDATA[rodneylives]]></dc:creator>
		<pubDate>Thu, 22 Aug 2024 14:00:00 +0000</pubDate>
				<category><![CDATA[niche]]></category>
		<category><![CDATA[/dev]]></category>
		<category><![CDATA[/dev/one]]></category>
		<category><![CDATA[/dev/scream]]></category>
		<category><![CDATA[/dev/zero]]></category>
		<category><![CDATA[esoteric]]></category>
		<category><![CDATA[Filesystem]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">https://setsideb.com/?p=8099</guid>

					<description><![CDATA[Computer entertainment is a wide field, and it&#8217;s easy to forget that it&#8217;s not all jut vidja gmaes. Por ejemplo. On Linux machines, there is a system &#8220;device&#8221; called /dev/zero. If you pipe its cont ents into something else, like a file, it provides an endless stream of zero bits. Someone, going off of that &#8230; <a href="https://setsideb.com/dev-scream/" class="more-link">Continue reading<span class="screen-reader-text"> "/dev/scream"</span></a>]]></description>
										<content:encoded><![CDATA[
<p>Computer entertainment is a wide field, and it&#8217;s easy to forget that it&#8217;s not all jut vidja gmaes. <em>Por ejemplo</em>.</p>



<p>On Linux machines, there is a system &#8220;device&#8221; called /dev/zero. If you pipe its cont ents into something else, like a file, it provides an endless stream of zero bits.</p>



<p>Someone, going off of that idea, created another virtual device called <a href="https://github.com/tinmarino/dev_one">/dev/one</a>. It produces an endless sequence of 1 bits. Usually this takes the form of 255 bytes, which are binary 11111111.</p>



<p>/dev/zero is more useful than /dev/one, since zero bits also make zero bytes. Usually, if you&#8217;re using /dev/zero, you don&#8217;t actually care much about the data you get anyway. /dev/one is mostly for the entertainment of a weird sort of Linux user, presumably one that makes jokes about vi and Emacs.</p>



<p>Well to that kind of person, <a href="https://github.com/matlink/dev_scream">/dev/scream</a> should be 20% more entertaining still. (A 20% increase should rightfully, I think, be called a &#8220;Dash.&#8221;) It produces an endless randomized sequence of two characters, capital and lowercase A, and capital and lowercase H. So:</p>



<p>&#8220;AHAhaHaAAHHahaaAhAhHAHaAhAAHHhah&#8221;</p>



<p>The fact that it could be interpreted as either a sequence of screaming, or a sequence of laughing, could be taken as either a bug or a feature.</p>



<p><a href="https://github.com/matlink/dev_scream">/dev/scream</a> (GitHub)</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='rodneylives' src='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://setsideb.com/author/rodneylives/" class="vcard author" rel="author"><span class="fn">rodneylives</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Twitter" target="_self" href="https://twitter.com/rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Instagram" target="_self" href="https://www.instagram.com/rodneysnotdead/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Html5" target="_self" href="https://www.metafilter.com/user/23306" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-html5" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"></path></svg></span></a><a title="Mastodont" target="_self" href="https://cybre.space/@rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-mastodont" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417 512"><path fill="currentColor" d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg></span></a></div></div></div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Someone Runs Mac OS 9 on a Nintendo Wii</title>
		<link>https://setsideb.com/someone-runs-mac-os-9-on-a-nintendo-wii/</link>
		
		<dc:creator><![CDATA[rodneylives]]></dc:creator>
		<pubDate>Mon, 08 May 2023 14:00:00 +0000</pubDate>
				<category><![CDATA[niche]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macos9]]></category>
		<category><![CDATA[macosclassic]]></category>
		<category><![CDATA[nintendo]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[system9]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wii]]></category>
		<category><![CDATA[youtube]]></category>
		<guid isPermaLink="false">https://setsideb.com/?p=4442</guid>

					<description><![CDATA[The narrator has a moderate case of Youtuberitis (symptoms evident: over-gesturing with hands, annoying shtick; absent: ending sentences in an undertone like they were John Cleese playing a TV presenter), but it&#8217;s still an interesting and even informative video about making software, and hardware, doing things they really weren&#8217;t designed to do. One piece of &#8230; <a href="https://setsideb.com/someone-runs-mac-os-9-on-a-nintendo-wii/" class="more-link">Continue reading<span class="screen-reader-text"> "Someone Runs Mac OS 9 on a Nintendo Wii"</span></a>]]></description>
										<content:encoded><![CDATA[
<p>The narrator has a moderate case of Youtuberitis (symptoms evident: over-gesturing with hands, annoying shtick; absent: ending sentences in an undertone like they were John Cleese playing a TV presenter), but it&#8217;s still an interesting and even informative video about making software, and hardware, doing things they really weren&#8217;t designed to do.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Installing Mac OS on the Nintendo Wii!" width="840" height="473" src="https://www.youtube.com/embed/mdXQ8rcmF48?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>



<p>One piece of the puzzle for getting this insane project working was Linux on Wii; another piece was the fact that the Wii and late versions of Mac OS Classic both use PowerPC processors. It doesn&#8217;t work perfectly, but as they say, it&#8217;s amazing that the Nintendog talks at all.</p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='rodneylives' src='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://setsideb.com/author/rodneylives/" class="vcard author" rel="author"><span class="fn">rodneylives</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Twitter" target="_self" href="https://twitter.com/rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Instagram" target="_self" href="https://www.instagram.com/rodneysnotdead/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Html5" target="_self" href="https://www.metafilter.com/user/23306" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-html5" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"></path></svg></span></a><a title="Mastodont" target="_self" href="https://cybre.space/@rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-mastodont" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417 512"><path fill="currentColor" d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg></span></a></div></div></div>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>News 6/21/22: Atari Protonic Quakey Pikmin</title>
		<link>https://setsideb.com/news-6-22-22/</link>
		
		<dc:creator><![CDATA[rodneylives]]></dc:creator>
		<pubDate>Tue, 21 Jun 2022 22:00:00 +0000</pubDate>
				<category><![CDATA[news]]></category>
		<category><![CDATA[activision]]></category>
		<category><![CDATA[afrogstale]]></category>
		<category><![CDATA[atarimania]]></category>
		<category><![CDATA[blizzard]]></category>
		<category><![CDATA[breathofthewild]]></category>
		<category><![CDATA[gameboyadvance]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nesremix]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[newsroundup]]></category>
		<category><![CDATA[pikmin]]></category>
		<category><![CDATA[poinpy]]></category>
		<category><![CDATA[proton]]></category>
		<category><![CDATA[quake]]></category>
		<category><![CDATA[segagaga]]></category>
		<category><![CDATA[sexualharassment]]></category>
		<category><![CDATA[smashbros]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[streetfighter]]></category>
		<category><![CDATA[zelda]]></category>
		<guid isPermaLink="false">https://setsideb.com/?p=1166</guid>

					<description><![CDATA[Rich Stanton at PC Gamer: Atari shocks the world with decent-looking game, Atari Mania! He compares it to the Japan-only Segagaga, but what the gameplay description really brings to my protoplasmic mind is NES Remix. We&#8217;re pretty harsh on the company that calls itself Atari on this site, but it&#8217;s really nice to see something &#8230; <a href="https://setsideb.com/news-6-22-22/" class="more-link">Continue reading<span class="screen-reader-text"> "News 6/21/22: Atari Protonic Quakey Pikmin"</span></a>]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="alignleft size-full"><img loading="lazy" decoding="async" width="256" height="256" src="https://setsideb.com/wp-content/uploads/2022/04/drebnar2_big.png" alt="" class="wp-image-381" srcset="https://setsideb.com/wp-content/uploads/2022/04/drebnar2_big.png 256w, https://setsideb.com/wp-content/uploads/2022/04/drebnar2_big-150x150.png 150w" sizes="auto, (max-width: 256px) 85vw, 256px" /></figure></div>



<p><em>&#8220;We scour the Earth web for indie, retro, and niche gaming news so you don&#8217;t have to, drebnar!&#8221;</em> &#8211; your faithful reporter</p>



<p>Rich Stanton at PC Gamer: <a href="https://www.pcgamer.com/atari-shocks-the-world-with-decent-looking-game/">Atari shocks the world with decent-looking game, <em>Atari Mania</em>!</a> He compares it to the Japan-only <em>Segagaga</em>, but what the gameplay description really brings to my protoplasmic mind is <em>NES Remix</em>. We&#8217;re pretty harsh on the company that calls itself Atari on this site, but it&#8217;s really nice to see something genuinely interesting coming from them, that respects and pays homage to their paid-for name instead of just cashing in on it!</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="600" height="337" src="https://setsideb.com/wp-content/uploads/2022/06/atarimania1.jpg" alt="" class="wp-image-1169" srcset="https://setsideb.com/wp-content/uploads/2022/06/atarimania1.jpg 600w, https://setsideb.com/wp-content/uploads/2022/06/atarimania1-300x169.jpg 300w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /><figcaption><em>Atari Mania</em></figcaption></figure>



<p>Ana Diaz, in the virtual pages of Polygon, says that <a href="https://www.polygon.com/23169882/netflix-free-mobile-game-poinpy">Netflix subscribers should download <em>Poinpy</em></a>, a short and fun game that&#8217;s free to subscribers. It&#8217;s a game about climbing and making smoothies for hungry monsters!</p>



<p>Liam Dawe of GamingOnLinux writes about <a href="https://www.gamingonlinux.com/2022/06/proton-70-3-is-out-further-improving-compatibility-on-steam-deck-and-linux/">Proton 7.0-3 further improving Windows games on Steam Deck and Linux running Steam</a>. I anxiously watch for the day when Windows 10 reaches end-of-life, since <em>none</em> of my current machines officially supports Windows 11, drebnar.</p>



<p>Noelle Warner at Destructoid relates that<a href="https://www.destructoid.com/a-frogs-tale-could-be-the-newest-crowdfunded-indie-darling/"> crowdfunded indie game <em>A Frog&#8217;s Tale</em> looks great</a>, with play inspired by games like <em>Mario &amp; Luigi: Superstar Saga</em>.</p>



<p>We usually steer away from speculative news here, but the piece by Jess Reyes at Inverse is too interesting to ignore, that <a href="https://www.inverse.com/gaming/breath-of-the-wild-2-leak-zelda-sheikah-slate-new-game-plus/amp"><em>Breath of the Wild 2</em> leaks suggest Zelda might be playable and a New Game Plus mode</a>. Now that&#8217;s some meaningless hype that we can appreciate, drebnar!</p>



<p>Martin Robinson at Eurogamer suggests that <a href="https://www.eurogamer.net/street-fighter-6s-smash-bros-like-control-system-might-be-its-best-new-feature"><em>Street Fighter 6</em>&#8216;s <em>Smash Bros</em>-like control system might be its best new feature</a>. I&#8217;ve mentioned here in the past a personal grudge I have against fighting games, having never grown to cotton to them back when I was a teenage blobby, but it&#8217;s nice to see the series working to make itself more accessible to new players, even if the article&#8217;s tone verges slightly on the over-enthusiastic, in my amoebic opinion.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="720" height="480" src="https://setsideb.com/wp-content/uploads/2022/06/quakeprototypegba.png" alt="" class="wp-image-1170" srcset="https://setsideb.com/wp-content/uploads/2022/06/quakeprototypegba.png 720w, https://setsideb.com/wp-content/uploads/2022/06/quakeprototypegba-300x200.png 300w" sizes="auto, (max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 984px) 61vw, (max-width: 1362px) 45vw, 600px" /></figure>



<p>Adam Conway at XDA, on <a href="https://www.xda-developers.com/how-quake-ported-game-boy-advance/">how <em>Quake</em> was ported to the GBA</a>. A quick summary: &#8220;with much difficulty.&#8221; But truly, it&#8217;s a very interesting article, with the added detail that the unreleased rom has been preserved! <a href="https://www.youtube.com/watch?v=R43k-p9XdIk">There&#8217;s an attached YouTube video</a>.</p>



<p>Alana Hagues with the one NintendoLife link we&#8217;re allowing ourselves this time, a reminder that <a href="https://www.nintendolife.com/news/2022/06/random-its-been-five-years-since-weve-heard-anything-about-pikmin-4">it&#8217;s been five years since last word of progress on <em>Pikmin 4</em></a>.</p>



<p>And, honestly, a lot of the pieces that make the page here are light and fluffy, but here&#8217;s one a bit more important than usual. I love the headline applied to Ethan Gach&#8217;s bit for Kotaku, entitled <a href="https://kotaku.com/activision-blizzard-call-duty-sexual-harassment-lawsuit-1849071892">Activision Blizzard Clears Itself of Any Wrongdoing</a>. And the tagline reads, &#8220;The <em>Call of Duty</em> publisher says it’s the victim of an &#8216;unrelenting barrage of media criticism'&#8221; I WONDER WHY THAT IS, ACTIVISION BLIZZARD. HOW COULD THAT HAPPEN?</p>



<p></p>
<div class="saboxplugin-wrap" itemtype="http://schema.org/Person" itemscope itemprop="author"><div class="saboxplugin-tab"><div class="saboxplugin-gravatar"><img alt='rodneylives' src='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=100&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/cb688ada8b517e838b06bdbcddb8d1ea3dd56de2e66848938e8c6568002a4fa9?s=200&#038;d=mm&#038;r=g 2x' class='avatar avatar-100 photo' height='100' width='100' itemprop="image"/></div><div class="saboxplugin-authorname"><a href="https://setsideb.com/author/rodneylives/" class="vcard author" rel="author"><span class="fn">rodneylives</span></a></div><div class="saboxplugin-desc"><div itemprop="description"></div></div><div class="clearfix"></div><div class="saboxplugin-socials "><a title="Twitter" target="_self" href="https://twitter.com/rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-twitter" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M26.37,26l-8.795-12.822l0.015,0.012L25.52,4h-2.65l-6.46,7.48L11.28,4H4.33l8.211,11.971L12.54,15.97L3.88,26h2.65 l7.182-8.322L19.42,26H26.37z M10.23,6l12.34,18h-2.1L8.12,6H10.23z" /></svg></span></a><a title="Instagram" target="_self" href="https://www.instagram.com/rodneysnotdead/" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-instagram" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg></span></a><a title="Html5" target="_self" href="https://www.metafilter.com/user/23306" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-html5" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="currentColor" d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"></path></svg></span></a><a title="Mastodont" target="_self" href="https://cybre.space/@rodneylives" rel="nofollow noopener" class="saboxplugin-icon-grey"><svg aria-hidden="true" class="sab-mastodont" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 417 512"><path fill="currentColor" d="M417.8 179.1c0-97.2-63.7-125.7-63.7-125.7-62.5-28.7-228.5-28.4-290.4 0 0 0-63.7 28.5-63.7 125.7 0 115.7-6.6 259.4 105.6 289.1 40.5 10.7 75.3 13 103.3 11.4 50.8-2.8 79.3-18.1 79.3-18.1l-1.7-36.9s-36.3 11.4-77.1 10.1c-40.4-1.4-83-4.4-89.6-54-.6-4.4-.9-9-.9-13.9 85.6 20.9 158.6 9.1 178.7 6.7 56.1-6.7 105-41.3 111.2-72.9 9.8-49.8 9-121.5 9-121.5zm-75.1 125.2h-46.6V190.1c0-49.7-64-51.6-64 6.9v62.5h-46.3V197c0-58.5-64-56.6-64-6.9v114.2H75.1c0-122.1-5.2-147.9 18.4-175 25.9-28.9 79.8-30.8 103.8 6.1l11.6 19.5 11.6-19.5c24.1-37.1 78.1-34.8 103.8-6.1 23.7 27.3 18.4 53 18.4 175z"></path></svg></span></a></div></div></div>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
