<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.restless.systems/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TwoPizza9621536</id>
	<title>DisNCord Community Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.restless.systems/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TwoPizza9621536"/>
	<link rel="alternate" type="text/html" href="https://wiki.restless.systems/wiki/Special:Contributions/TwoPizza9621536"/>
	<updated>2026-04-29T11:26:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_Tools&amp;diff=905</id>
		<title>Useful Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_Tools&amp;diff=905"/>
		<updated>2023-01-24T16:53:40Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Add link to 7-zip homepage ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File System Manipulation ==&lt;br /&gt;
* [https://github.com/aaru-dps/Aaru Aaru] supports a fairly comprehensive collection of disk image, partition table, and file system formats, and is built with the Microsoft .NET Framework - builds exist, for several operating systems.&lt;br /&gt;
* [https://linux.die.net/man/8/kpartx kpartx] is a fairly standard command to automatically create loop devices for whole disk images (assuming regular partition table types Linux can understand).&lt;br /&gt;
* [https://osxfuse.github.io/ macFUSE] allows you to use FUSE filesystems on macOS.&lt;br /&gt;
&lt;br /&gt;
== Archive Manipulation == &lt;br /&gt;
* [https://www.7-zip.org/ 7-Zip] supports the Windows Imaging format (&amp;lt;code&amp;gt;.WIM&amp;lt;/code&amp;gt;) disk images, with LZX compression, as used by Windows 8.1.&lt;br /&gt;
* [https://github.com/MacPaw/XADMaster XADMaster] supports a fairly comprehensive collection of compression, and archival formats, and can also expand some disk image formats - this seems to be the basis of the &amp;quot;unar&amp;quot; utility, provided for Ubuntu, and some other Linux distributions.&lt;br /&gt;
* [https://github.com/twogood/unshield unshield] is a CLI tool, for unpacking various flavours of InstallShield archive.&lt;br /&gt;
&lt;br /&gt;
== Firmware Image Extraction ==&lt;br /&gt;
* The [http://marksmods.com/Hack-the-L7/zip/random.zip RandomSHX] utility, for Windows will extract the contents of some Motorola P2K (e.g. A835) &amp;quot;UNIX Generated SuperFile&amp;quot; firmware archives - this requires Windows, and does not work with UNC paths.&lt;br /&gt;
* The &amp;lt;code&amp;gt;srecord&amp;lt;/code&amp;gt; package, under Ubuntu contains a utility, that can convert Motorola S-Record files, into plain binaries: (for example &amp;lt;code&amp;gt;srec_cat C139_V1.0.03.E.m0 -Output C139_V1.0.03.E.bin -Binary&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* BinWalk is extremely useful, for extracting files, and resources out of firmware images, executables, and file system structures.&lt;br /&gt;
&lt;br /&gt;
== Binary reverse engineering ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.dependencywalker.com/ Dependency Walker] for understanding Windows program dependencies and what&#039;s used by the program, helpful for software archaeology.&lt;br /&gt;
* [https://ghidra-sre.org/ Ghidra] is an open-source set of RE tools, including a set of decompilers and disassemblers for most binary formats.&lt;br /&gt;
&lt;br /&gt;
== Development tools ==&lt;br /&gt;
* [https://github.com/davidgiven/ack The Amsterdam Compiler Kit] is one of the few (mostly) C99 compilers around that can still target a PDP-11 Unix v7 target.&lt;br /&gt;
* [https://github.com/JuliaHubOSS/llvm-cbe llvm-cbe] is the C backend for LLVM -- it can convert LLVM bytecode into C (useful for compiling modern C++ targeting systems that don&#039;t have a functional modern C++ compiler, for example).&lt;br /&gt;
* [https://www.ibiblio.org/pub/micro/pc-stuff/freedos/gnuish/gnuish_t.htm GNUish Project] is a port of UNIX standard utilities for DOS with family mode support (useful for replacing equivalent utilities that cannot be ran under OS/2).&lt;br /&gt;
&lt;br /&gt;
[[Category:Preservation and Documentation]]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_Tools&amp;diff=903</id>
		<title>Useful Tools</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_Tools&amp;diff=903"/>
		<updated>2023-01-24T16:28:58Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Add the Gunish Project, mainly for compiling Word 1.01 under OS/2 ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File System Manipulation ==&lt;br /&gt;
* [https://github.com/aaru-dps/Aaru Aaru] supports a fairly comprehensive collection of disk image, partition table, and file system formats, and is built with the Microsoft .NET Framework - builds exist, for several operating systems.&lt;br /&gt;
* [https://linux.die.net/man/8/kpartx kpartx] is a fairly standard command to automatically create loop devices for whole disk images (assuming regular partition table types Linux can understand).&lt;br /&gt;
* [https://osxfuse.github.io/ macFUSE] allows you to use FUSE filesystems on macOS.&lt;br /&gt;
&lt;br /&gt;
== Archive Manipulation == &lt;br /&gt;
* 7-Zip supports the Windows Imaging format (&amp;lt;code&amp;gt;.WIM&amp;lt;/code&amp;gt;) disk images, with LZX compression, as used by Windows 8.1.&lt;br /&gt;
* [https://github.com/MacPaw/XADMaster XADMaster] supports a fairly comprehensive collection of compression, and archival formats, and can also expand some disk image formats - this seems to be the basis of the &amp;quot;unar&amp;quot; utility, provided for Ubuntu, and some other Linux distributions.&lt;br /&gt;
* [https://github.com/twogood/unshield unshield] is a CLI tool, for unpacking various flavours of InstallShield archive.&lt;br /&gt;
&lt;br /&gt;
== Firmware Image Extraction ==&lt;br /&gt;
* The [http://marksmods.com/Hack-the-L7/zip/random.zip RandomSHX] utility, for Windows will extract the contents of some Motorola P2K (e.g. A835) &amp;quot;UNIX Generated SuperFile&amp;quot; firmware archives - this requires Windows, and does not work with UNC paths.&lt;br /&gt;
* The &amp;lt;code&amp;gt;srecord&amp;lt;/code&amp;gt; package, under Ubuntu contains a utility, that can convert Motorola S-Record files, into plain binaries: (for example &amp;lt;code&amp;gt;srec_cat C139_V1.0.03.E.m0 -Output C139_V1.0.03.E.bin -Binary&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
* BinWalk is extremely useful, for extracting files, and resources out of firmware images, executables, and file system structures.&lt;br /&gt;
&lt;br /&gt;
== Binary reverse engineering ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.dependencywalker.com/ Dependency Walker] for understanding Windows program dependencies and what&#039;s used by the program, helpful for software archaeology.&lt;br /&gt;
* [https://ghidra-sre.org/ Ghidra] is an open-source set of RE tools, including a set of decompilers and disassemblers for most binary formats.&lt;br /&gt;
&lt;br /&gt;
== Development tools ==&lt;br /&gt;
* [https://github.com/davidgiven/ack The Amsterdam Compiler Kit] is one of the few (mostly) C99 compilers around that can still target a PDP-11 Unix v7 target.&lt;br /&gt;
* [https://github.com/JuliaHubOSS/llvm-cbe llvm-cbe] is the C backend for LLVM -- it can convert LLVM bytecode into C (useful for compiling modern C++ targeting systems that don&#039;t have a functional modern C++ compiler, for example).&lt;br /&gt;
* [https://www.ibiblio.org/pub/micro/pc-stuff/freedos/gnuish/gnuish_t.htm GNUish Project] is a port of UNIX standard utilities for DOS with family mode support (useful for replacing equivalent utilities that cannot be ran under OS/2).&lt;br /&gt;
&lt;br /&gt;
[[Category:Preservation and Documentation]]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=How_Do_I_Get_Involved&amp;diff=255</id>
		<title>How Do I Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=How_Do_I_Get_Involved&amp;diff=255"/>
		<updated>2022-11-13T21:03:25Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Edit How Do I Get Involved for wording. ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
TODO: Better getting involved instructions]&lt;br /&gt;
TODO: Create Rules page and link it&lt;br /&gt;
Remove this comment when the above TODOs are completed. ~Samuel&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Before you get involved with contributing to the DisNCord Wiki, it is recommended to create an account, because we will log public IP addresses to monitor any changes added to the Wiki. Before creating an account though, please review the [[Project:Privacy policy|Privacy Policy]] and the Wiki&#039;s rules. Any violation of the rules will result in a permanent block from the Wiki.  &lt;br /&gt;
&lt;br /&gt;
==Creating An Account==&lt;br /&gt;
To create an account, click on [[Special:CreateAccount|Create account]] on the top right corner of the wiki. Next you will be shown a page to enter your username and password, enter both of these into the corresponding fields. You may add an email address in case if you lose your password, the email address will also be used for communications from other users and [[Project:Administrators|Administrators]]. There is an additional field to add your name for attribution. Lastly, to prevent automated spam account creations, solve the given CAPTCHA and click &amp;quot;Create your account&amp;quot;. Now you can create and edit wiki pages, but please review the [[Project:Copyrights|Copyright Policy]] as all contributions to the Wiki will be licensed under the Creative Commons Attribution-ShareAlike. If you are new user on using the wiki software, see the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
== Uploading and Adding Images ==&lt;br /&gt;
To [[Special:Upload|upload]] or add images to a page, you must have the uploadaccess permission. This is to prevent anybody upload any images that violates the Wiki&#039;s rules. Contact an [[Project:Administrators|Administrator]] for upload permission.&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Project:Administrators&amp;diff=254</id>
		<title>Project:Administrators</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Project:Administrators&amp;diff=254"/>
		<updated>2022-11-13T21:01:38Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Edit Administrators for wording. ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Administrators are users with special permissions to: upload images, protect and delete pages, grant permissions, and block users. You can use this page to contact administrators for reporting users who violate the rules. Only a few users are administrators, as they are the moderators of the DisNCord channel whom are trusted to keep the community safe. If you request that you want to become an administrator, you will not become an administrator, and any subsequent requests may result in a block.&lt;br /&gt;
&lt;br /&gt;
=Current Administrators=&lt;br /&gt;
&lt;br /&gt;
* [[User:NCommander|NCommander]] - Main Wiki Manager&lt;br /&gt;
* [[User:BlackCoffeeDrinker|BlackCoffeeDrinker]]&lt;br /&gt;
* [[User:Sadmac356|Sadmac356]]&lt;br /&gt;
* [[User:Elisia|Elisia]]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Project:Administrators&amp;diff=253</id>
		<title>Project:Administrators</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Project:Administrators&amp;diff=253"/>
		<updated>2022-11-13T20:41:28Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Edit link to direct to the correct page. ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Administrators are [[Project:Users|Users]] with special permissions to: upload images, protect and delete pages, grant permissions, and block users. You can use this page to contact administrators to report users who violate the rules. Only a few users are administrators as they are the moderators of the DisNCord channel whom are trusted to keep the community safe. If you request that you want to become an administrator, you will not become an administrator, and any subsequent request may result in a block.&lt;br /&gt;
&lt;br /&gt;
=Current Administrators=&lt;br /&gt;
&lt;br /&gt;
* [[User:NCommander|NCommander]] - Main Wiki Manager&lt;br /&gt;
* [[User:BlackCoffeeDrinker|BlackCoffeeDrinker]]&lt;br /&gt;
* [[User:Sadmac356|Sadmac356]]&lt;br /&gt;
* [[User:Elisia|Elisia]]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=How_Do_I_Get_Involved&amp;diff=252</id>
		<title>How Do I Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=How_Do_I_Get_Involved&amp;diff=252"/>
		<updated>2022-11-13T20:40:44Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Edit links to direct to the correct page. ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
TODO: Better getting involved instructions]&lt;br /&gt;
TODO: Create Rules page and link it&lt;br /&gt;
Remove this comment when the above TODOs are completed. ~Samuel&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Before you get involved with contributing to the DisNCord Wiki, it is recommended to create an account as we will log public IP addresses for any changes added to the Wiki. Before creating an account though, please review the [[Project:Privacy policy|Privacy Policy]] and the Wiki&#039;s rules. Any violation of the rules will result in a permanent ban/block from the Wiki.  &lt;br /&gt;
&lt;br /&gt;
==Creating An Account==&lt;br /&gt;
To create an account, click on [[Special:CreateAccount|Create account]] on the top right corner of the wiki. Next you will be shown a page to enter your username and password, enter both of these into the corresponding boxes. You may add an email address in case if you lose your password, the email address will also be used for communication from [[Project:Users|Users]] and [[Project:Administrators|Administrators]]. You may also add your name for attribution. Lastly, to prevent automated spam account creation, solve the CAPTCHA and click &amp;quot;Create your account&amp;quot;. Now you can create and edit wiki pages, but please review the [[Project:Copyrights|Copyright Policy]] as all contributions to the Wiki will be licensed under the Creative Commons Attribution-ShareAlike. If you are new user on using the wiki software, see the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
== Uploading and Adding Images ==&lt;br /&gt;
To [[Special:Upload|upload]] or add images to a page, you must have the uploadaccess permission. This is to prevent anybody upload any images that violates the Wiki&#039;s rules. To request upload permission, contact an [[Project:Administrators|Administrator]].&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Administrators&amp;diff=251</id>
		<title>Administrators</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Administrators&amp;diff=251"/>
		<updated>2022-11-13T20:38:45Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: TwoPizza9621536 moved page Administrators to Project:Administrators: Move Administrators to Project category to represent Administrators. ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Project:Administrators]]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Project:Administrators&amp;diff=250</id>
		<title>Project:Administrators</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Project:Administrators&amp;diff=250"/>
		<updated>2022-11-13T20:38:45Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: TwoPizza9621536 moved page Administrators to Project:Administrators: Move Administrators to Project category to represent Administrators. ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Administrators are [[Users]] with special permissions to: upload images, protect and delete pages, grant permissions, and block users. You can use this page to contact administrators to report users who violate the rules. Only a few users are administrators as they are the moderators of the DisNCord channel whom are trusted to keep the community safe. If you request that you want to become an administrator, you will not become an administrator, and any subsequent request may result in a block.&lt;br /&gt;
&lt;br /&gt;
=Current Administrators=&lt;br /&gt;
&lt;br /&gt;
* [[User:NCommander|NCommander]] - Main Wiki Manager&lt;br /&gt;
* [[User:BlackCoffeeDrinker|BlackCoffeeDrinker]]&lt;br /&gt;
* [[User:Sadmac356|Sadmac356]]&lt;br /&gt;
* [[User:Elisia|Elisia]]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Project:Administrators&amp;diff=249</id>
		<title>Project:Administrators</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Project:Administrators&amp;diff=249"/>
		<updated>2022-11-13T20:36:07Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Create Administrators, add current admins and policy about admins. ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Administrators are [[Users]] with special permissions to: upload images, protect and delete pages, grant permissions, and block users. You can use this page to contact administrators to report users who violate the rules. Only a few users are administrators as they are the moderators of the DisNCord channel whom are trusted to keep the community safe. If you request that you want to become an administrator, you will not become an administrator, and any subsequent request may result in a block.&lt;br /&gt;
&lt;br /&gt;
=Current Administrators=&lt;br /&gt;
&lt;br /&gt;
* [[User:NCommander|NCommander]] - Main Wiki Manager&lt;br /&gt;
* [[User:BlackCoffeeDrinker|BlackCoffeeDrinker]]&lt;br /&gt;
* [[User:Sadmac356|Sadmac356]]&lt;br /&gt;
* [[User:Elisia|Elisia]]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=How_Do_I_Get_Involved&amp;diff=246</id>
		<title>How Do I Get Involved</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=How_Do_I_Get_Involved&amp;diff=246"/>
		<updated>2022-11-13T19:11:01Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Add How Do I Get Involved page for newcomers with basic information on creating an account and requesting upload access. ~Samuel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!--&lt;br /&gt;
TODO: Better getting involved instructions]&lt;br /&gt;
TODO: Create Rules page and link it&lt;br /&gt;
Remove this comment when the above TODOs are completed. ~Samuel&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Before you get involved with contributing to the DisNCord Wiki, it is recommended to create an account as we will log public IP addresses for any changes added to the Wiki. Before creating an account though, please review the [[Project:Privacy policy|Privacy Policy]] and the Wiki&#039;s rules. Any violation of the rules will result in a permanent ban/block from the Wiki.  &lt;br /&gt;
&lt;br /&gt;
==Creating An Account==&lt;br /&gt;
To create an account, click on [[Special:CreateAccount|Create account]] on the top right corner of the wiki. Next you will be shown a page to enter your username and password, enter both of these into the corresponding boxes. You may add an email address in case if you lose your password, the email address will also be used for communication from [[Users]] and [[Administrators]]. You may also add your name for attribution. Lastly, to prevent automated spam account creation, solve the CAPTCHA and click &amp;quot;Create your account&amp;quot;. Now you can create and edit wiki pages, but please review the [[Project:Copyrights|Copyright Policy]] as all contributions to the Wiki will be licensed under the Creative Commons Attribution-ShareAlike. If you are new user on using the wiki software, see the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User&#039;s Guide].&lt;br /&gt;
&lt;br /&gt;
== Uploading and Adding Images ==&lt;br /&gt;
To [[Special:Upload|upload]] or add images to a page, you must have the uploadaccess permission. This is to prevent anybody upload any images that violates the Wiki&#039;s rules. To request upload permission, contact an [[Administrators|Administrator]].&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=204</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=204"/>
		<updated>2022-11-04T23:05:57Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Place the sunrise image right next to the correct quote&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Add new quotes at the bottom (at least for now, can discuss what&#039;s better).&lt;br /&gt;
&lt;br /&gt;
== The most normal sentence said in DisNCord ==&lt;br /&gt;
[[File:Sunrise_720p.png|200px|thumb|right|the SUN rises]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
nicco1690: Sunrise&lt;br /&gt;
Restless Yankee: I also want to post that to /r/minecraft&lt;br /&gt;
nicco1690: wait, lemme flip the sun back around&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The gift that keeps giving ==&lt;br /&gt;
 NCommander: I really keep @YAGPDB.xyz because the thank you counter is always hilarious when it goes off&lt;br /&gt;
 YAGPDB.xyz: Gave +1 Rep to @YAGPDB.xyz&lt;br /&gt;
 NCommander: ...&lt;br /&gt;
 NCommander: you know, kinda like that&lt;br /&gt;
&lt;br /&gt;
== On N&#039;s Life ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
volatilefluid: We&#039;re all just files mounted into your namespace, presumably Plan 9-style.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== On Bad Ideas ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: ... why is that a normal sentence ...&lt;br /&gt;
pJowok: it&#039;s not a normal sentence, it&#039;s a coherent sentence that is grammatically valid&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NCommander on Stream ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: We&#039;re only using 32GB of ram! I can open 2 more chrome tabs!&lt;br /&gt;
&#039;&#039;long pause and quieter&#039;&#039;&lt;br /&gt;
I&#039;m going to hell for that...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Really puts stuff in perspective ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: you know, the Queen outlasted PAL broadcasting&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
== Ah yes, IBM dynasty ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vmlemon: OS/2 is kinda like a Ming vase, or something - fragile, opaque, and awkward to repair, when it breaks&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Probably one of the less insane things ever said here ==&lt;br /&gt;
 mineman: is it bad that &amp;quot;cross compiling bash for iOS&amp;quot; is a completely normal sentence here?&lt;br /&gt;
&lt;br /&gt;
== Additional Quotes ==&lt;br /&gt;
[https://github.com/TwoPizza9621536/ncommander-quotes Unofficial NCommander quotes file]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=119</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=119"/>
		<updated>2022-09-24T13:20:17Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Provide a link to the quotes file instead of migrating&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The most normal sentence said in DisNCord ==&lt;br /&gt;
&lt;br /&gt;
[[File:Sunrise_720p.png|200px|thumb|right|the SUN rises]]&amp;lt;pre&amp;gt;&lt;br /&gt;
nicco1690: Sunrise&lt;br /&gt;
Restless Yankee: I also want to post that to /r/minecraft&lt;br /&gt;
nicco1690: wait, lemme flip the sun back around&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Additional Quotes ==&lt;br /&gt;
[https://github.com/TwoPizza9621536/ncommander-quotes Unofficial NCommander quotes file]&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=User:TwoPizza9621536&amp;diff=85</id>
		<title>User:TwoPizza9621536</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=User:TwoPizza9621536&amp;diff=85"/>
		<updated>2022-09-03T16:58:04Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Created page with &amp;quot;Hi. I am Samuel Wu, an Chinese American, and I like (Cursed) Technology, (Video) Games and Art.  Here is a link to my [https://twopizza9621536.github.io Github Pages] site, currently it is inactive.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi. I am Samuel Wu, an Chinese American, and I like (Cursed) Technology, (Video) Games and Art.&lt;br /&gt;
&lt;br /&gt;
Here is a link to my [https://twopizza9621536.github.io Github Pages] site, currently it is inactive.&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=84</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=84"/>
		<updated>2022-09-03T16:40:59Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Undo migration&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The most normal sentence said in DisNCord ==&lt;br /&gt;
&lt;br /&gt;
[[File:Sunrise_720p.png|200px|thumb|right|the SUN rises]]&amp;lt;pre&amp;gt;&lt;br /&gt;
nicco1690: Sunrise&lt;br /&gt;
Restless Yankee: I also want to post that to /r/minecraft&lt;br /&gt;
nicco1690: wait, lemme flip the sun back around&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=81</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=81"/>
		<updated>2022-09-03T14:44:23Z</updated>

		<summary type="html">&lt;p&gt;TwoPizza9621536: Beginning to migrate quotes from the quotes file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The most normal sentence said in DisNCord ==&lt;br /&gt;
&lt;br /&gt;
[[File:Sunrise_720p.png|200px|thumb|right|the SUN rises]]&amp;lt;pre&amp;gt;&lt;br /&gt;
nicco1690: Sunrise&lt;br /&gt;
Restless Yankee: I also want to post that to /r/minecraft&lt;br /&gt;
nicco1690: wait, lemme flip the sun back around&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Not so normal sentences said in DisNCord ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: My revenge against those who quoth me is giving them choice&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Don&#039;t worry, web design is my passion(tm), and I use Frontpage 98 for a less bloated Internet&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Death by platonic snoo snoo&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: ... god my entire channel is one man&#039;s exploration into BDSM&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: I&#039;M GOING TO DEBUG THE INSTALLER&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: The best way to explain the neigherhood was a bunch of people who bought their personalities from a Sears catalog&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: ... what the hell would an NCard even do?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: NBunboy?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Most discord servers don&#039;t talk about building a Token Ring network so I can prove that you can run Windows 95 without a hard drive&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: I&#039;m pretty sure the quotes file is going to be used as key evidence when I&#039;m held on crimes against computing.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: DIsNCord: Either we broaden your horizons, or drive you mad in the attempt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: I just ordered an EISA Token Ring card ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Pain is my eternal friend&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Reinstalling Minecraft was a mistake&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: &#039;&#039;laughs in Intel Professional Workstation&#039;&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Let&#039;s not make the Portable actually portable 😛&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Sometime between now, and Boston falling into the ocean 😉&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: There&#039;s a difference between a healthy relationship and using AWS&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>TwoPizza9621536</name></author>
	</entry>
</feed>