<?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=Mineman3000</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=Mineman3000"/>
	<link rel="alternate" type="text/html" href="https://wiki.restless.systems/wiki/Special:Contributions/Mineman3000"/>
	<updated>2026-05-29T17:24:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=1232</id>
		<title>Homebrew OS Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=1232"/>
		<updated>2024-09-06T23:09:39Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: updated SeshOS section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
This is a general summary of what OSes are being developed on DisNCord.&lt;br /&gt;
&lt;br /&gt;
=== Open Computing Kit (OCK) ===&lt;br /&gt;
A joint project between Elisia, Sadmac356, Griffin, Europa, and others, [https://github.com/open-computing-kit Open Computing Kit] is an operating system that aims to be as GNU-independent as possible, including a [https://github.com/open-computing-kit/ockernel kernel written in Rust] and its [https://github.com/open-computing-kit/OCKcore own set of coreutils]. It is presently in the very early stages of active development.&lt;br /&gt;
[[File:SeshOS3.png|thumb|SeshOS as of August 6th, 2024]]&lt;br /&gt;
&lt;br /&gt;
=== SeshOS ===&lt;br /&gt;
Written by Mineman, SeshOS is one of the more esoteric OSes on DisNCord. As of 10/15/2022 it has a working malloc thanks to Krabs and Mathewnd.&lt;br /&gt;
&lt;br /&gt;
SeshOS has support for one filesystem: tar ramfs. &lt;br /&gt;
&lt;br /&gt;
Has very basic SMP setup, and has support for the PC Speaker. &lt;br /&gt;
&lt;br /&gt;
Its source code is located at https://github.com/mine-man3000/SeshOS.&lt;br /&gt;
&lt;br /&gt;
Techflash also rewrote the entire thing in C and ported bits of his OS to this.&lt;br /&gt;
=== Pics Of Bread Awful scRipting Interpreter System for Neat Architectures (POBARISNA) ===&lt;br /&gt;
Written by Krabs, POBARISNA is an operating system with a JavaScript-based microkernel design that currently only runs on PowerPC macs. There are prospective plans for ports to other &amp;quot;Neat Architectures&amp;quot; (which Krabs defines as &amp;quot;not a PC/BIOS/UEFI x86 system&amp;quot;), such as SPARC variants and ARM.&lt;br /&gt;
&lt;br /&gt;
The project can be found on [https://gitlab.com/sarahcrowle/pobarisna GitLab].&lt;br /&gt;
&lt;br /&gt;
The JavaScript interpreter used in POBARISNA is [https://duktape.org/ Duktape], an easily embeddable interpreter with a nice API. However, Duktape 2.x has some awkward tooling and a lack of solid control over execution. Therefore, there are plans to replace it with [https://gitlab.com/christiancrowle/dorktape Dorktape], which will hopefully serve as a modernized fork of the engine.&lt;br /&gt;
&lt;br /&gt;
Being that PowerPC OpenFirmware is a slightly under-documented platform, [[PowerPC OpenFirmware Implementation Details]] should serve as helpful to anyone looking to do something similar.&lt;br /&gt;
[[File:POBARISNA running duktape on bare metal.jpg|alt=An early screenshot of POBARISNA running Duktape in OpenFirmware|thumb|An early screenshot of POBARISNA running Duktape in OpenFirmware]]&lt;br /&gt;
&lt;br /&gt;
=== picotalk ===&lt;br /&gt;
Written by Waterpear, picotalk is a Smalltalk interpreter that aims to be a bare-metal system for embedded use. It is currently in a very limited state; only the base object model and a preliminary bytecode VM are operational.&lt;br /&gt;
&lt;br /&gt;
=== Rotom OS ===&lt;br /&gt;
Written by SED, [https://github.com/SED4906/rotomos Rotom OS] is an operating system with little information to glean from anything except for its code and a few images. It attempts to be as simple as possible, with ring 3 not yet being implemented.&lt;br /&gt;
[[File:RotomOS.png|thumb|Rotom OS]]&lt;br /&gt;
&lt;br /&gt;
=== styx ===&lt;br /&gt;
Written by Sirocyl and others, styx is an operating system with many ideas, some of which will be listed here:&lt;br /&gt;
* Applications will be double-click to run, much like Windows or macOS.&lt;br /&gt;
* Libraries should live with their application in packaging, similar to Windows.&lt;br /&gt;
* Installation will be done through drag-and-drop, taken from macOS.&lt;br /&gt;
* The system will be as (trans)portable as possible, similar to Classic macOS.&lt;br /&gt;
* The word &amp;quot;styx&amp;quot; is not an acronym, nor will the operating system&#039;s governing body ever be comprised of one member.&lt;br /&gt;
* The system will be consent-first, something that flies in the face of traditional operating systems like Windows and macOS.&lt;br /&gt;
There are many more than are stated here in their Discord server, due to there being too many to list here effectively.&lt;br /&gt;
&lt;br /&gt;
=== Astral ===&lt;br /&gt;
Written by Mathewnd, [https://github.com/Mathewnd/Astral Astral] is a monolithic kernel written in C. It is still at its early stages of development and has the beginnings of a userland.&lt;br /&gt;
&lt;br /&gt;
It has a growing port collection with a few examples being Bash, Doom, Binutils, Coreutils and NASM.&lt;br /&gt;
&lt;br /&gt;
Its current main goal is to have a usable command line interface while also having fun developing the system.&lt;br /&gt;
[[File:Astral neofetch.png|alt=Astral running Neofetch on Oct 11, 2022|thumb|Astral running Neofetch on Oct 11, 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Techflash OS (TFOS) ===&lt;br /&gt;
Written by Techflash, [https://github.com/techflashYT/Techflash-OS Techflash OS] is an operating system that is still very early in development.&lt;br /&gt;
&lt;br /&gt;
It current has very little implemented except for the following:&lt;br /&gt;
&lt;br /&gt;
* A basic boot procedure&lt;br /&gt;
* Enabling a few CPU features&lt;br /&gt;
* Support of a few basic interrupts, such as the [[wikipedia:Intel_8253|PIT]] and keyboard.&lt;br /&gt;
* A very basic framebuffer console&lt;br /&gt;
* Starts of an ELF loader&lt;br /&gt;
* Serial and Parallel support for logging&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:SeshOS3.png&amp;diff=1231</id>
		<title>File:SeshOS3.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:SeshOS3.png&amp;diff=1231"/>
		<updated>2024-09-06T22:59:29Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: Uploaded own work with UploadWizard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=={{int:filedesc}}==&lt;br /&gt;
{{Information&lt;br /&gt;
|description={{en|1=A picture}}&lt;br /&gt;
|date=2024-09-06&lt;br /&gt;
|source={{own}}&lt;br /&gt;
|author=[[User:Mineman3000|Mineman3000]]&lt;br /&gt;
|permission=&lt;br /&gt;
|other versions=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=={{int:license-header}}==&lt;br /&gt;
{{self|cc-by-sa-4.0}}&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=1229</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=1229"/>
		<updated>2024-06-30T08:49:05Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: fixed grammer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Fluff]]&lt;br /&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;
&amp;lt;pre&amp;gt;&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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How Inoichi 2D was started ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Luna the Foxgirl: But yeah, it started as a subsystem for my lesbian foxgirl mahjong game engine&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NCommander being on fire ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Maybe if the fire asked me out to dinner first&lt;br /&gt;
Mineman and sadmac: *bursts out into laughter*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Simple Truth ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: The saying in rehab circles is &amp;quot;fake it til you make it&amp;quot;&lt;br /&gt;
NCommander: but by and large, the difference between online you and real life you is more confidence&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Limits ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Waterpear — Today at 12:46 AM&lt;br /&gt;
&amp;gt;open os/2 stream vod&lt;br /&gt;
&amp;gt;see comment talking about visual j++&lt;br /&gt;
&amp;gt;close os/2 stream vod&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Software Lifecycle ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FreeFull: Oh boy, it&#039;s time to build perl&lt;br /&gt;
Lunathir: Ran into a bit of software gore&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== When The Void Stares Back ==&lt;br /&gt;
On occasion, the eldritch lore makes itself known ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dr. Shuppet: As of the MDOS4 toolchain thing, I tried MASM 4.0, and it produced an object file that is accepted by LINK4&lt;br /&gt;
S: However, LINK4 wants an automatic data segment, and I&#039;m not sure how to make one &lt;br /&gt;
S: MASM certainly supports it, since it&#039;s needed for any NE binary, including Windows 1.0&lt;br /&gt;
Restless Yankee: You usually need a DEF file&lt;br /&gt;
RY: ... I suffered through this in Watcom/wasm/wlink, and I got a cold shiver trying to figure it out with what little survives of early Microsoft documentation&lt;br /&gt;
S: Ah, I didn&#039;t think of that, since I&#039;m neither building a DLL nor I&#039;m importing any symbols&lt;br /&gt;
RY: 16-bit EXEs have a DEF file&lt;br /&gt;
RY: There&#039;s a default, but I think I even had one for FLAGGEN&lt;br /&gt;
RY: https://github.com/NCommander/progress-pride-win16/blob/main/source/flaggen.def&lt;br /&gt;
RY: ... how is it I have the cold shiver, and then immediately produce a link written by my own hand that is the probable answer ...&lt;br /&gt;
RY: ... fuck it, that one is going on the quotes page ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Paint Drying, Some Assembly Required ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sadmac356: At this point my &amp;quot;paint drying&amp;quot; is more &amp;quot;if you want to make an apple pie from scratch, you must first create the universe&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Tickle Current ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
kraaabs: It’s charging in the way that condensation on a window is flooding your house&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>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=1192</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=1192"/>
		<updated>2023-03-31T02:56:36Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: added new quote&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Fluff]]&lt;br /&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;
&amp;lt;pre&amp;gt;&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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How Inoichi 2D was started ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Luna the Foxgirl: But yeah, it started as a subsystem for my lesbian foxgirl mahjong game engine&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== NCommander being on fire ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: Maybe if the fire asked me out to dinner first&lt;br /&gt;
Mineman and sadmac: *bursts out into laughter*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Simple Truth ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: The saying in rehab circles is &amp;quot;fake it til you make it&amp;quot;&lt;br /&gt;
NCommander: but by and large, the difference between online you and real life you is more confidence&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Limits ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Waterpear — Today at 12:46 AM&lt;br /&gt;
&amp;gt;open os/2 stream vod&lt;br /&gt;
&amp;gt;see comment talking about visual j++&lt;br /&gt;
&amp;gt;close os/2 stream vod&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== The Software Lifecycle ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
FreeFull: Oh boy, it&#039;s time to build perl&lt;br /&gt;
Lunathir: Ran into a bit of software gore&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== When The Void Stairs Back ==&lt;br /&gt;
On occasion, the eldritch lore makes itself known ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Dr. Shuppet: As of the MDOS4 toolchain thing, I tried MASM 4.0, and it produced an object file that is accepted by LINK4&lt;br /&gt;
S: However, LINK4 wants an automatic data segment, and I&#039;m not sure how to make one &lt;br /&gt;
S: MASM certainly supports it, since it&#039;s needed for any NE binary, including Windows 1.0&lt;br /&gt;
Restless Yankee: You usually need a DEF file&lt;br /&gt;
RY: ... I suffered through this in Watcom/wasm/wlink, and I got a cold shiver trying to figure it out with what little survives of early Microsoft documentation&lt;br /&gt;
S: Ah, I didn&#039;t think of that, since I&#039;m neither building a DLL nor I&#039;m importing any symbols&lt;br /&gt;
RY: 16-bit EXEs have a DEF file&lt;br /&gt;
RY: There&#039;s a default, but I think I even had one for FLAGGEN&lt;br /&gt;
RY: https://github.com/NCommander/progress-pride-win16/blob/main/source/flaggen.def&lt;br /&gt;
RY: ... how is it I have the cold shiver, and then immediately produce a link written by my own hand that is the probable answer ...&lt;br /&gt;
RY: ... fuck it, that one is going on the quotes page ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Paint Drying, Some Assembly Required ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sadmac356: At this point my &amp;quot;paint drying&amp;quot; is more &amp;quot;if you want to make an apple pie from scratch, you must first create the universe&amp;quot;&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>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=988</id>
		<title>Slow Computing Speedrunning</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=988"/>
		<updated>2023-02-01T18:13:50Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman) */ I forgor the time&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Competition]]&lt;br /&gt;
Welcome to the Slow Computing any% Speedrunning Contest; also known as watching digital paint dry.&lt;br /&gt;
&lt;br /&gt;
The goal of this contest is simple. To celebrate the long code [https://xkcd.com/303/] times, we&#039;re running an informal contest to celebrate this era of batch processing.&lt;br /&gt;
&lt;br /&gt;
== Objective and Rules ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty simple:&lt;br /&gt;
* Using any vintage computer of your choice, perform a long-running task of some sort&lt;br /&gt;
* Livestream, or otherwise provide regular status updates that show how far you have gotten.&lt;br /&gt;
* Emulators and the like are A-OK; just let us know what it&#039;s doing.&lt;br /&gt;
&lt;br /&gt;
After each run, success or failure, our judges (which is mostly just the regulars in #paint-drying on [https://discord.gg/V8esNah Discord]) will deem what, if any titles such run has earned, and an entirely subjective place on the Wall of Pain. There are absolutely no prizes besides the knowledge that you might be immortalized here for the life of the wiki.&lt;br /&gt;
&lt;br /&gt;
Do you dare step up?&lt;br /&gt;
&lt;br /&gt;
=== Examples of projects ===&lt;br /&gt;
For example, upgrading through every version of OS/2, building GCC, or the like. Livestream or otherwise regularly update the panting drying competition community. For NCommander&#039;s entries, VoDs on YouTube were provided. Europa livestreamed the terminal on Discord throughout the duration. Any sorta long running log with regular updates is acceptable.&lt;br /&gt;
&lt;br /&gt;
= The Wall of Pain =&lt;br /&gt;
New categories will be added as needed&lt;br /&gt;
&lt;br /&gt;
== Idle Pain ==&lt;br /&gt;
Idle Pain refers to tasks where they&#039;re started, and mostly left untouched until they finish (excluding minor tweaks, build failures, etc.)&lt;br /&gt;
&lt;br /&gt;
=== GCC 8 on an Ultra 5 running OpenBSD/sparc64 (Europa) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 5.375 days (4.5 days GCC, 0.875 days CDE)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, updates periodically provided via Discord, [https://twitter.com/europa6502/status/1587304622749876224 Twitter], and Mastodon&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The build that started it all, Europa&#039;s attempt to install CDE which required upgrading GCC, and starting a multiday build process that lead to the creation of the paint drying community ... I&#039;m still wondering how we got here - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
** It finished! She managed to build CDE with her new GCC after some help from NCommander, and is now working on configuring her newly built CDE! - [[User:Kraaabs|Kraaabs]] (([[User talk:Kraaabs|talk]]) 01:56, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Forcing Windows 7 onto a 66MHz CPU (Griffin) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 14 hours&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The first entry to finish, I believe! They used 86box emulating a VIA Samuel, and a lot of trial and error to get the thing to boot at all. Was a fun one to watch. Nice and painful. [https://twitter.com/FOSSfirefighter/status/1588999569593208832 N tweeted about this one, too.] - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:02, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Installing Gentoo in DOSBochs in QEMU on Void Linux on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; &amp;lt;del&amp;gt;Ongoing&amp;lt;/del&amp;gt; Failed :(&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 52 hours so far.&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** Yep, still going. It&#039;s been about 52 hours (~24-ish of which was prep work), and we&#039;re still decompressing the kernel on the Gentoo install CD. In for the long haul, this one. Being that I have to babysit this, is it active pain? There&#039;s a lot of waiting. Hybrid pain, maybe. :^) - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:06, 7 November 2022 (UTC)&lt;br /&gt;
** It failed a while ago, I&#039;m just lazy. Eventually it hit a timeout :&#039;(. Oh well, it was fun. - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 22:46, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling every major release of NetBSD on a SparcStation 2 (Daghdha) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 54 days (as of 2 Jan 2023)&lt;br /&gt;
* &#039;&#039;&#039;Expected to Complete:&#039;&#039;&#039; 15 March 2023 (~73 days)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread. Each release takes a week to build.&lt;br /&gt;
&lt;br /&gt;
=== Installing Windows 98 inside of Windows XP inside of Windows Vista inside of Windows 8 inside of Windows 10 (Autumn) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 13 days (as of 1/12/23)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Discord live stream + milestones in the corresponding channel&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** FFS the XP installer took 11 straight days to boot &#039;&#039;&#039;&#039;&#039;TEXT MODE&#039;&#039;&#039;&#039;&#039;... I am going to be in for a long wait on this one... - [[User:Autumnbreeze|Autumn]] ([[User talk:Autumnbreeze|talk]]) 12:13, 12 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling Rust on a Mac OS X 10.7 VM (Bridget) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Failed&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 100+ hours (as of 2023-01-29 04:27 UTC)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + occasional milestones&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Crap, I didn&#039;t tell Macports to download the source versions of the packages. :/ Still took an hour to install the binaries, so we&#039;re in for a wild ride here, huh? :P As of writing, it&#039;s installing the &amp;lt;code&amp;gt;ncurses&amp;lt;/code&amp;gt; dependency. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 22:32, 24 January 2023 (UTC)&lt;br /&gt;
** Took about half an hour just to compile &amp;lt;code&amp;gt;gettools-text-lib&amp;lt;/code&amp;gt;. This is going to take several hours before we even get to Rust. Dear God, what have I done. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 23:26, 24 January 2023 (UTC)&lt;br /&gt;
** Is there a point when your suffering ends? Not until clang compiles. Luckily, it started some point recently (wasn&#039;t looking at my computer to see when). Probably going to stop posting here until it gets to rust or something. Expect a day&#039;s gap or more. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 02:36, 25 January 2023 (UTC)&lt;br /&gt;
** CLANG AND LLVM ARE SEPARATE PACKAGES? OH GO- - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 03:10, 25 January 2023 (UTC)&lt;br /&gt;
** The stopwatch completely stopped at 99:59:59, so.. uhhhh, what do I do now? - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:27, 29 January 2023 (UTC)&lt;br /&gt;
** I got a new desk, and while setting it up it somehow managed to just.. turn off. I&#039;m gonna call it here, I don&#039;t want to wait another week just to get back to where I was. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:25, 30 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman)===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 11 hours of actual upgrade, plus 12 for the failed upgrades, plus 25 hours for booting the Windows 8.1 install CD for a total of 48 hours(as of 2023-02-01 9:58 AM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + updates in the thread&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Who knew that &#039;&#039;two&#039;&#039; broken files would stop ME from booting. - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 23:00, 24 January 2023 (UTC)&lt;br /&gt;
** &#039;&#039;sigh&#039;&#039; why does Windows 8 not like me - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 4:28, 30 January 2023 (UTC)&lt;br /&gt;
** bruh the Windows 8.1 install CD has been booting for &#039;&#039;12&#039;&#039; hours - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 5:58, 1 February 2023 (UTC)&lt;br /&gt;
** scratch that... 24 hours&lt;br /&gt;
&lt;br /&gt;
== Active Pain ==&lt;br /&gt;
Active Pain entries are livestreams or single projects that are actively worked on over the period of the competition. They can be over multiple sessions, with time being tallied up.&lt;br /&gt;
&lt;br /&gt;
=== Windows 98/ME on the Cursed 486 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; On Hiatus/Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; https://www.youtube.com/watch?v=0uaINJAktLA (and messages in #content + Fedi)&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Multiple attempts over multiple days, one 9 hour&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** You can&#039;t install ME on 32 MiB of memory. Upgrades ordered. So far, Windows 98 First Edition was installed from floppies, second edition from Netware, and ME from NetWare and local install, with each attempt taking literal hours. - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 13:44, 2 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading Through Every Version of OS/2 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; VoDs: https://www.youtube.com/watch?v=xeaRlhz96mI and https://www.youtube.com/watch?v=8uwGTHZzzF4&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 22 Hours&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** ow [[User:NCommander|- NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 in QEMU on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; Was live-updated on Discord, and also in the [https://picsofbread.com/potato-bread writeup here]&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 10 active hours, and about 18 more waiting for it to boot&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** This was painful. Good way to spend a few days with COVID though. [[User:Kraaabs|- Kraaabs]] ([[User talk:Kraaabs|talk]]) 02:00, 7 November 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=987</id>
		<title>Slow Computing Speedrunning</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=987"/>
		<updated>2023-02-01T17:58:28Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman) */ updated the post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Competition]]&lt;br /&gt;
Welcome to the Slow Computing any% Speedrunning Contest; also known as watching digital paint dry.&lt;br /&gt;
&lt;br /&gt;
The goal of this contest is simple. To celebrate the long code [https://xkcd.com/303/] times, we&#039;re running an informal contest to celebrate this era of batch processing.&lt;br /&gt;
&lt;br /&gt;
== Objective and Rules ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty simple:&lt;br /&gt;
* Using any vintage computer of your choice, perform a long-running task of some sort&lt;br /&gt;
* Livestream, or otherwise provide regular status updates that show how far you have gotten.&lt;br /&gt;
* Emulators and the like are A-OK; just let us know what it&#039;s doing.&lt;br /&gt;
&lt;br /&gt;
After each run, success or failure, our judges (which is mostly just the regulars in #paint-drying on [https://discord.gg/V8esNah Discord]) will deem what, if any titles such run has earned, and an entirely subjective place on the Wall of Pain. There are absolutely no prizes besides the knowledge that you might be immortalized here for the life of the wiki.&lt;br /&gt;
&lt;br /&gt;
Do you dare step up?&lt;br /&gt;
&lt;br /&gt;
=== Examples of projects ===&lt;br /&gt;
For example, upgrading through every version of OS/2, building GCC, or the like. Livestream or otherwise regularly update the panting drying competition community. For NCommander&#039;s entries, VoDs on YouTube were provided. Europa livestreamed the terminal on Discord throughout the duration. Any sorta long running log with regular updates is acceptable.&lt;br /&gt;
&lt;br /&gt;
= The Wall of Pain =&lt;br /&gt;
New categories will be added as needed&lt;br /&gt;
&lt;br /&gt;
== Idle Pain ==&lt;br /&gt;
Idle Pain refers to tasks where they&#039;re started, and mostly left untouched until they finish (excluding minor tweaks, build failures, etc.)&lt;br /&gt;
&lt;br /&gt;
=== GCC 8 on an Ultra 5 running OpenBSD/sparc64 (Europa) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 5.375 days (4.5 days GCC, 0.875 days CDE)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, updates periodically provided via Discord, [https://twitter.com/europa6502/status/1587304622749876224 Twitter], and Mastodon&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The build that started it all, Europa&#039;s attempt to install CDE which required upgrading GCC, and starting a multiday build process that lead to the creation of the paint drying community ... I&#039;m still wondering how we got here - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
** It finished! She managed to build CDE with her new GCC after some help from NCommander, and is now working on configuring her newly built CDE! - [[User:Kraaabs|Kraaabs]] (([[User talk:Kraaabs|talk]]) 01:56, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Forcing Windows 7 onto a 66MHz CPU (Griffin) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 14 hours&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The first entry to finish, I believe! They used 86box emulating a VIA Samuel, and a lot of trial and error to get the thing to boot at all. Was a fun one to watch. Nice and painful. [https://twitter.com/FOSSfirefighter/status/1588999569593208832 N tweeted about this one, too.] - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:02, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Installing Gentoo in DOSBochs in QEMU on Void Linux on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; &amp;lt;del&amp;gt;Ongoing&amp;lt;/del&amp;gt; Failed :(&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 52 hours so far.&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** Yep, still going. It&#039;s been about 52 hours (~24-ish of which was prep work), and we&#039;re still decompressing the kernel on the Gentoo install CD. In for the long haul, this one. Being that I have to babysit this, is it active pain? There&#039;s a lot of waiting. Hybrid pain, maybe. :^) - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:06, 7 November 2022 (UTC)&lt;br /&gt;
** It failed a while ago, I&#039;m just lazy. Eventually it hit a timeout :&#039;(. Oh well, it was fun. - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 22:46, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling every major release of NetBSD on a SparcStation 2 (Daghdha) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 54 days (as of 2 Jan 2023)&lt;br /&gt;
* &#039;&#039;&#039;Expected to Complete:&#039;&#039;&#039; 15 March 2023 (~73 days)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread. Each release takes a week to build.&lt;br /&gt;
&lt;br /&gt;
=== Installing Windows 98 inside of Windows XP inside of Windows Vista inside of Windows 8 inside of Windows 10 (Autumn) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 13 days (as of 1/12/23)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Discord live stream + milestones in the corresponding channel&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** FFS the XP installer took 11 straight days to boot &#039;&#039;&#039;&#039;&#039;TEXT MODE&#039;&#039;&#039;&#039;&#039;... I am going to be in for a long wait on this one... - [[User:Autumnbreeze|Autumn]] ([[User talk:Autumnbreeze|talk]]) 12:13, 12 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling Rust on a Mac OS X 10.7 VM (Bridget) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Failed&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 100+ hours (as of 2023-01-29 04:27 UTC)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + occasional milestones&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Crap, I didn&#039;t tell Macports to download the source versions of the packages. :/ Still took an hour to install the binaries, so we&#039;re in for a wild ride here, huh? :P As of writing, it&#039;s installing the &amp;lt;code&amp;gt;ncurses&amp;lt;/code&amp;gt; dependency. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 22:32, 24 January 2023 (UTC)&lt;br /&gt;
** Took about half an hour just to compile &amp;lt;code&amp;gt;gettools-text-lib&amp;lt;/code&amp;gt;. This is going to take several hours before we even get to Rust. Dear God, what have I done. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 23:26, 24 January 2023 (UTC)&lt;br /&gt;
** Is there a point when your suffering ends? Not until clang compiles. Luckily, it started some point recently (wasn&#039;t looking at my computer to see when). Probably going to stop posting here until it gets to rust or something. Expect a day&#039;s gap or more. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 02:36, 25 January 2023 (UTC)&lt;br /&gt;
** CLANG AND LLVM ARE SEPARATE PACKAGES? OH GO- - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 03:10, 25 January 2023 (UTC)&lt;br /&gt;
** The stopwatch completely stopped at 99:59:59, so.. uhhhh, what do I do now? - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:27, 29 January 2023 (UTC)&lt;br /&gt;
** I got a new desk, and while setting it up it somehow managed to just.. turn off. I&#039;m gonna call it here, I don&#039;t want to wait another week just to get back to where I was. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:25, 30 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman)===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 11 hours of actual upgrade, plus 12 for the failed upgrades, plus 25 hours for booting the Windows 8.1 install CD for a total of 48 hours(as of 2023-02-01 9:58 AM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + updates in the thread&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Who knew that &#039;&#039;two&#039;&#039; broken files would stop ME from booting. - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 23:00, 24 January 2023 (UTC)&lt;br /&gt;
** &#039;&#039;sigh&#039;&#039; why does Windows 8 not like me - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 4:28, 30 January 2023 (UTC)&lt;br /&gt;
** bruh the Windows 8.1 install CD has been booting for &#039;&#039;12&#039;&#039; hours - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]), 1 February 2023 (UTC) &lt;br /&gt;
** scratch that... 24 hours&lt;br /&gt;
&lt;br /&gt;
== Active Pain ==&lt;br /&gt;
Active Pain entries are livestreams or single projects that are actively worked on over the period of the competition. They can be over multiple sessions, with time being tallied up.&lt;br /&gt;
&lt;br /&gt;
=== Windows 98/ME on the Cursed 486 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; On Hiatus/Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; https://www.youtube.com/watch?v=0uaINJAktLA (and messages in #content + Fedi)&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Multiple attempts over multiple days, one 9 hour&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** You can&#039;t install ME on 32 MiB of memory. Upgrades ordered. So far, Windows 98 First Edition was installed from floppies, second edition from Netware, and ME from NetWare and local install, with each attempt taking literal hours. - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 13:44, 2 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading Through Every Version of OS/2 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; VoDs: https://www.youtube.com/watch?v=xeaRlhz96mI and https://www.youtube.com/watch?v=8uwGTHZzzF4&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 22 Hours&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** ow [[User:NCommander|- NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 in QEMU on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; Was live-updated on Discord, and also in the [https://picsofbread.com/potato-bread writeup here]&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 10 active hours, and about 18 more waiting for it to boot&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** This was painful. Good way to spend a few days with COVID though. [[User:Kraaabs|- Kraaabs]] ([[User talk:Kraaabs|talk]]) 02:00, 7 November 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=986</id>
		<title>Slow Computing Speedrunning</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=986"/>
		<updated>2023-02-01T06:24:46Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman) */ removed second Mineman3000 (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Competition]]&lt;br /&gt;
Welcome to the Slow Computing any% Speedrunning Contest; also known as watching digital paint dry.&lt;br /&gt;
&lt;br /&gt;
The goal of this contest is simple. To celebrate the long code [https://xkcd.com/303/] times, we&#039;re running an informal contest to celebrate this era of batch processing.&lt;br /&gt;
&lt;br /&gt;
== Objective and Rules ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty simple:&lt;br /&gt;
* Using any vintage computer of your choice, perform a long-running task of some sort&lt;br /&gt;
* Livestream, or otherwise provide regular status updates that show how far you have gotten.&lt;br /&gt;
* Emulators and the like are A-OK; just let us know what it&#039;s doing.&lt;br /&gt;
&lt;br /&gt;
After each run, success or failure, our judges (which is mostly just the regulars in #paint-drying on [https://discord.gg/V8esNah Discord]) will deem what, if any titles such run has earned, and an entirely subjective place on the Wall of Pain. There are absolutely no prizes besides the knowledge that you might be immortalized here for the life of the wiki.&lt;br /&gt;
&lt;br /&gt;
Do you dare step up?&lt;br /&gt;
&lt;br /&gt;
=== Examples of projects ===&lt;br /&gt;
For example, upgrading through every version of OS/2, building GCC, or the like. Livestream or otherwise regularly update the panting drying competition community. For NCommander&#039;s entries, VoDs on YouTube were provided. Europa livestreamed the terminal on Discord throughout the duration. Any sorta long running log with regular updates is acceptable.&lt;br /&gt;
&lt;br /&gt;
= The Wall of Pain =&lt;br /&gt;
New categories will be added as needed&lt;br /&gt;
&lt;br /&gt;
== Idle Pain ==&lt;br /&gt;
Idle Pain refers to tasks where they&#039;re started, and mostly left untouched until they finish (excluding minor tweaks, build failures, etc.)&lt;br /&gt;
&lt;br /&gt;
=== GCC 8 on an Ultra 5 running OpenBSD/sparc64 (Europa) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 5.375 days (4.5 days GCC, 0.875 days CDE)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, updates periodically provided via Discord, [https://twitter.com/europa6502/status/1587304622749876224 Twitter], and Mastodon&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The build that started it all, Europa&#039;s attempt to install CDE which required upgrading GCC, and starting a multiday build process that lead to the creation of the paint drying community ... I&#039;m still wondering how we got here - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
** It finished! She managed to build CDE with her new GCC after some help from NCommander, and is now working on configuring her newly built CDE! - [[User:Kraaabs|Kraaabs]] (([[User talk:Kraaabs|talk]]) 01:56, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Forcing Windows 7 onto a 66MHz CPU (Griffin) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 14 hours&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The first entry to finish, I believe! They used 86box emulating a VIA Samuel, and a lot of trial and error to get the thing to boot at all. Was a fun one to watch. Nice and painful. [https://twitter.com/FOSSfirefighter/status/1588999569593208832 N tweeted about this one, too.] - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:02, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Installing Gentoo in DOSBochs in QEMU on Void Linux on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; &amp;lt;del&amp;gt;Ongoing&amp;lt;/del&amp;gt; Failed :(&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 52 hours so far.&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** Yep, still going. It&#039;s been about 52 hours (~24-ish of which was prep work), and we&#039;re still decompressing the kernel on the Gentoo install CD. In for the long haul, this one. Being that I have to babysit this, is it active pain? There&#039;s a lot of waiting. Hybrid pain, maybe. :^) - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:06, 7 November 2022 (UTC)&lt;br /&gt;
** It failed a while ago, I&#039;m just lazy. Eventually it hit a timeout :&#039;(. Oh well, it was fun. - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 22:46, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling every major release of NetBSD on a SparcStation 2 (Daghdha) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 54 days (as of 2 Jan 2023)&lt;br /&gt;
* &#039;&#039;&#039;Expected to Complete:&#039;&#039;&#039; 15 March 2023 (~73 days)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread. Each release takes a week to build.&lt;br /&gt;
&lt;br /&gt;
=== Installing Windows 98 inside of Windows XP inside of Windows Vista inside of Windows 8 inside of Windows 10 (Autumn) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 13 days (as of 1/12/23)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Discord live stream + milestones in the corresponding channel&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** FFS the XP installer took 11 straight days to boot &#039;&#039;&#039;&#039;&#039;TEXT MODE&#039;&#039;&#039;&#039;&#039;... I am going to be in for a long wait on this one... - [[User:Autumnbreeze|Autumn]] ([[User talk:Autumnbreeze|talk]]) 12:13, 12 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling Rust on a Mac OS X 10.7 VM (Bridget) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Failed&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 100+ hours (as of 2023-01-29 04:27 UTC)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + occasional milestones&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Crap, I didn&#039;t tell Macports to download the source versions of the packages. :/ Still took an hour to install the binaries, so we&#039;re in for a wild ride here, huh? :P As of writing, it&#039;s installing the &amp;lt;code&amp;gt;ncurses&amp;lt;/code&amp;gt; dependency. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 22:32, 24 January 2023 (UTC)&lt;br /&gt;
** Took about half an hour just to compile &amp;lt;code&amp;gt;gettools-text-lib&amp;lt;/code&amp;gt;. This is going to take several hours before we even get to Rust. Dear God, what have I done. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 23:26, 24 January 2023 (UTC)&lt;br /&gt;
** Is there a point when your suffering ends? Not until clang compiles. Luckily, it started some point recently (wasn&#039;t looking at my computer to see when). Probably going to stop posting here until it gets to rust or something. Expect a day&#039;s gap or more. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 02:36, 25 January 2023 (UTC)&lt;br /&gt;
** CLANG AND LLVM ARE SEPARATE PACKAGES? OH GO- - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 03:10, 25 January 2023 (UTC)&lt;br /&gt;
** The stopwatch completely stopped at 99:59:59, so.. uhhhh, what do I do now? - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:27, 29 January 2023 (UTC)&lt;br /&gt;
** I got a new desk, and while setting it up it somehow managed to just.. turn off. I&#039;m gonna call it here, I don&#039;t want to wait another week just to get back to where I was. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:25, 30 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman)===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 11 hours of actual upgrade and about 20 if we include the 3 or so failed attempts to upgrade to 8 from 7 (as of 2023-01-24 8:29 PM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + updates in the thread&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Who knew that &#039;&#039;two&#039;&#039; broken files would stop ME from booting. - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 23:00, 24 January 2023 (UTC)&lt;br /&gt;
** &#039;&#039;sigh&#039;&#039; why does Windows 8 not like me - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 4:28, 30 January 2023 (UTC)&lt;br /&gt;
** bruh the Windows 8.1 install CD has been booting for &#039;&#039;12&#039;&#039; hours - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]), 1 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Active Pain ==&lt;br /&gt;
Active Pain entries are livestreams or single projects that are actively worked on over the period of the competition. They can be over multiple sessions, with time being tallied up.&lt;br /&gt;
&lt;br /&gt;
=== Windows 98/ME on the Cursed 486 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; On Hiatus/Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; https://www.youtube.com/watch?v=0uaINJAktLA (and messages in #content + Fedi)&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Multiple attempts over multiple days, one 9 hour&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** You can&#039;t install ME on 32 MiB of memory. Upgrades ordered. So far, Windows 98 First Edition was installed from floppies, second edition from Netware, and ME from NetWare and local install, with each attempt taking literal hours. - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 13:44, 2 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading Through Every Version of OS/2 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; VoDs: https://www.youtube.com/watch?v=xeaRlhz96mI and https://www.youtube.com/watch?v=8uwGTHZzzF4&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 22 Hours&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** ow [[User:NCommander|- NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 in QEMU on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; Was live-updated on Discord, and also in the [https://picsofbread.com/potato-bread writeup here]&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 10 active hours, and about 18 more waiting for it to boot&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** This was painful. Good way to spend a few days with COVID though. [[User:Kraaabs|- Kraaabs]] ([[User talk:Kraaabs|talk]]) 02:00, 7 November 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=985</id>
		<title>Slow Computing Speedrunning</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=985"/>
		<updated>2023-02-01T06:24:17Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman) */ add new comment/fix old one&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Competition]]&lt;br /&gt;
Welcome to the Slow Computing any% Speedrunning Contest; also known as watching digital paint dry.&lt;br /&gt;
&lt;br /&gt;
The goal of this contest is simple. To celebrate the long code [https://xkcd.com/303/] times, we&#039;re running an informal contest to celebrate this era of batch processing.&lt;br /&gt;
&lt;br /&gt;
== Objective and Rules ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty simple:&lt;br /&gt;
* Using any vintage computer of your choice, perform a long-running task of some sort&lt;br /&gt;
* Livestream, or otherwise provide regular status updates that show how far you have gotten.&lt;br /&gt;
* Emulators and the like are A-OK; just let us know what it&#039;s doing.&lt;br /&gt;
&lt;br /&gt;
After each run, success or failure, our judges (which is mostly just the regulars in #paint-drying on [https://discord.gg/V8esNah Discord]) will deem what, if any titles such run has earned, and an entirely subjective place on the Wall of Pain. There are absolutely no prizes besides the knowledge that you might be immortalized here for the life of the wiki.&lt;br /&gt;
&lt;br /&gt;
Do you dare step up?&lt;br /&gt;
&lt;br /&gt;
=== Examples of projects ===&lt;br /&gt;
For example, upgrading through every version of OS/2, building GCC, or the like. Livestream or otherwise regularly update the panting drying competition community. For NCommander&#039;s entries, VoDs on YouTube were provided. Europa livestreamed the terminal on Discord throughout the duration. Any sorta long running log with regular updates is acceptable.&lt;br /&gt;
&lt;br /&gt;
= The Wall of Pain =&lt;br /&gt;
New categories will be added as needed&lt;br /&gt;
&lt;br /&gt;
== Idle Pain ==&lt;br /&gt;
Idle Pain refers to tasks where they&#039;re started, and mostly left untouched until they finish (excluding minor tweaks, build failures, etc.)&lt;br /&gt;
&lt;br /&gt;
=== GCC 8 on an Ultra 5 running OpenBSD/sparc64 (Europa) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 5.375 days (4.5 days GCC, 0.875 days CDE)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, updates periodically provided via Discord, [https://twitter.com/europa6502/status/1587304622749876224 Twitter], and Mastodon&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The build that started it all, Europa&#039;s attempt to install CDE which required upgrading GCC, and starting a multiday build process that lead to the creation of the paint drying community ... I&#039;m still wondering how we got here - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
** It finished! She managed to build CDE with her new GCC after some help from NCommander, and is now working on configuring her newly built CDE! - [[User:Kraaabs|Kraaabs]] (([[User talk:Kraaabs|talk]]) 01:56, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Forcing Windows 7 onto a 66MHz CPU (Griffin) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 14 hours&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The first entry to finish, I believe! They used 86box emulating a VIA Samuel, and a lot of trial and error to get the thing to boot at all. Was a fun one to watch. Nice and painful. [https://twitter.com/FOSSfirefighter/status/1588999569593208832 N tweeted about this one, too.] - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:02, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Installing Gentoo in DOSBochs in QEMU on Void Linux on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; &amp;lt;del&amp;gt;Ongoing&amp;lt;/del&amp;gt; Failed :(&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 52 hours so far.&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** Yep, still going. It&#039;s been about 52 hours (~24-ish of which was prep work), and we&#039;re still decompressing the kernel on the Gentoo install CD. In for the long haul, this one. Being that I have to babysit this, is it active pain? There&#039;s a lot of waiting. Hybrid pain, maybe. :^) - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:06, 7 November 2022 (UTC)&lt;br /&gt;
** It failed a while ago, I&#039;m just lazy. Eventually it hit a timeout :&#039;(. Oh well, it was fun. - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 22:46, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling every major release of NetBSD on a SparcStation 2 (Daghdha) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 54 days (as of 2 Jan 2023)&lt;br /&gt;
* &#039;&#039;&#039;Expected to Complete:&#039;&#039;&#039; 15 March 2023 (~73 days)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread. Each release takes a week to build.&lt;br /&gt;
&lt;br /&gt;
=== Installing Windows 98 inside of Windows XP inside of Windows Vista inside of Windows 8 inside of Windows 10 (Autumn) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 13 days (as of 1/12/23)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Discord live stream + milestones in the corresponding channel&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** FFS the XP installer took 11 straight days to boot &#039;&#039;&#039;&#039;&#039;TEXT MODE&#039;&#039;&#039;&#039;&#039;... I am going to be in for a long wait on this one... - [[User:Autumnbreeze|Autumn]] ([[User talk:Autumnbreeze|talk]]) 12:13, 12 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling Rust on a Mac OS X 10.7 VM (Bridget) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Failed&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 100+ hours (as of 2023-01-29 04:27 UTC)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + occasional milestones&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Crap, I didn&#039;t tell Macports to download the source versions of the packages. :/ Still took an hour to install the binaries, so we&#039;re in for a wild ride here, huh? :P As of writing, it&#039;s installing the &amp;lt;code&amp;gt;ncurses&amp;lt;/code&amp;gt; dependency. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 22:32, 24 January 2023 (UTC)&lt;br /&gt;
** Took about half an hour just to compile &amp;lt;code&amp;gt;gettools-text-lib&amp;lt;/code&amp;gt;. This is going to take several hours before we even get to Rust. Dear God, what have I done. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 23:26, 24 January 2023 (UTC)&lt;br /&gt;
** Is there a point when your suffering ends? Not until clang compiles. Luckily, it started some point recently (wasn&#039;t looking at my computer to see when). Probably going to stop posting here until it gets to rust or something. Expect a day&#039;s gap or more. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 02:36, 25 January 2023 (UTC)&lt;br /&gt;
** CLANG AND LLVM ARE SEPARATE PACKAGES? OH GO- - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 03:10, 25 January 2023 (UTC)&lt;br /&gt;
** The stopwatch completely stopped at 99:59:59, so.. uhhhh, what do I do now? - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:27, 29 January 2023 (UTC)&lt;br /&gt;
** I got a new desk, and while setting it up it somehow managed to just.. turn off. I&#039;m gonna call it here, I don&#039;t want to wait another week just to get back to where I was. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:25, 30 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman)===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 11 hours of actual upgrade and about 20 if we include the 3 or so failed attempts to upgrade to 8 from 7 (as of 2023-01-24 8:29 PM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + updates in the thread&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Who knew that &#039;&#039;two&#039;&#039; broken files would stop ME from booting. - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 23:00, 24 January 2023 (UTC)&lt;br /&gt;
** &#039;&#039;sigh&#039;&#039; why does Windows 8 not like me - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 4:28, 30 January 2023 (UTC)&lt;br /&gt;
** bruh the Windows 8.1 installer has been booting for &#039;&#039;12&#039;&#039; hours - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]), 1 February 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Active Pain ==&lt;br /&gt;
Active Pain entries are livestreams or single projects that are actively worked on over the period of the competition. They can be over multiple sessions, with time being tallied up.&lt;br /&gt;
&lt;br /&gt;
=== Windows 98/ME on the Cursed 486 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; On Hiatus/Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; https://www.youtube.com/watch?v=0uaINJAktLA (and messages in #content + Fedi)&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Multiple attempts over multiple days, one 9 hour&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** You can&#039;t install ME on 32 MiB of memory. Upgrades ordered. So far, Windows 98 First Edition was installed from floppies, second edition from Netware, and ME from NetWare and local install, with each attempt taking literal hours. - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 13:44, 2 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading Through Every Version of OS/2 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; VoDs: https://www.youtube.com/watch?v=xeaRlhz96mI and https://www.youtube.com/watch?v=8uwGTHZzzF4&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 22 Hours&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** ow [[User:NCommander|- NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 in QEMU on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; Was live-updated on Discord, and also in the [https://picsofbread.com/potato-bread writeup here]&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 10 active hours, and about 18 more waiting for it to boot&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** This was painful. Good way to spend a few days with COVID though. [[User:Kraaabs|- Kraaabs]] ([[User talk:Kraaabs|talk]]) 02:00, 7 November 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=979</id>
		<title>Slow Computing Speedrunning</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=979"/>
		<updated>2023-01-30T04:29:56Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman) */ :french_bread:&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Competition]]&lt;br /&gt;
Welcome to the Slow Computing any% Speedrunning Contest; also known as watching digital paint dry.&lt;br /&gt;
&lt;br /&gt;
The goal of this contest is simple. To celebrate the long code [https://xkcd.com/303/] times, we&#039;re running an informal contest to celebrate this era of batch processing.&lt;br /&gt;
&lt;br /&gt;
== Objective and Rules ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty simple:&lt;br /&gt;
* Using any vintage computer of your choice, perform a long-running task of some sort&lt;br /&gt;
* Livestream, or otherwise provide regular status updates that show how far you have gotten.&lt;br /&gt;
* Emulators and the like are A-OK; just let us know what it&#039;s doing.&lt;br /&gt;
&lt;br /&gt;
After each run, success or failure, our judges (which is mostly just the regulars in #paint-drying on [https://discord.gg/V8esNah Discord]) will deem what, if any titles such run has earned, and an entirely subjective place on the Wall of Pain. There are absolutely no prizes besides the knowledge that you might be immortalized here for the life of the wiki.&lt;br /&gt;
&lt;br /&gt;
Do you dare step up?&lt;br /&gt;
&lt;br /&gt;
=== Examples of projects ===&lt;br /&gt;
For example, upgrading through every version of OS/2, building GCC, or the like. Livestream or otherwise regularly update the panting drying competition community. For NCommander&#039;s entries, VoDs on YouTube were provided. Europa livestreamed the terminal on Discord throughout the duration. Any sorta long running log with regular updates is acceptable.&lt;br /&gt;
&lt;br /&gt;
= The Wall of Pain =&lt;br /&gt;
New categories will be added as needed&lt;br /&gt;
&lt;br /&gt;
== Idle Pain ==&lt;br /&gt;
Idle Pain refers to tasks where they&#039;re started, and mostly left untouched until they finish (excluding minor tweaks, build failures, etc.)&lt;br /&gt;
&lt;br /&gt;
=== GCC 8 on an Ultra 5 running OpenBSD/sparc64 (Europa) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 5.375 days (4.5 days GCC, 0.875 days CDE)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, updates periodically provided via Discord, [https://twitter.com/europa6502/status/1587304622749876224 Twitter], and Mastodon&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The build that started it all, Europa&#039;s attempt to install CDE which required upgrading GCC, and starting a multiday build process that lead to the creation of the paint drying community ... I&#039;m still wondering how we got here - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
** It finished! She managed to build CDE with her new GCC after some help from NCommander, and is now working on configuring her newly built CDE! - [[User:Kraaabs|Kraaabs]] (([[User talk:Kraaabs|talk]]) 01:56, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Forcing Windows 7 onto a 66MHz CPU (Griffin) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 14 hours&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The first entry to finish, I believe! They used 86box emulating a VIA Samuel, and a lot of trial and error to get the thing to boot at all. Was a fun one to watch. Nice and painful. [https://twitter.com/FOSSfirefighter/status/1588999569593208832 N tweeted about this one, too.] - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:02, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Installing Gentoo in DOSBochs in QEMU on Void Linux on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; &amp;lt;del&amp;gt;Ongoing&amp;lt;/del&amp;gt; Failed :(&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 52 hours so far.&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** Yep, still going. It&#039;s been about 52 hours (~24-ish of which was prep work), and we&#039;re still decompressing the kernel on the Gentoo install CD. In for the long haul, this one. Being that I have to babysit this, is it active pain? There&#039;s a lot of waiting. Hybrid pain, maybe. :^) - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:06, 7 November 2022 (UTC)&lt;br /&gt;
** It failed a while ago, I&#039;m just lazy. Eventually it hit a timeout :&#039;(. Oh well, it was fun. - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 22:46, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling every major release of NetBSD on a SparcStation 2 (Daghdha) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 54 days (as of 2 Jan 2023)&lt;br /&gt;
* &#039;&#039;&#039;Expected to Complete:&#039;&#039;&#039; 15 March 2023 (~73 days)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread. Each release takes a week to build.&lt;br /&gt;
&lt;br /&gt;
=== Installing Windows 98 inside of Windows XP inside of Windows Vista inside of Windows 8 inside of Windows 10 (Autumn) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 13 days (as of 1/12/23)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Discord live stream + milestones in the corresponding channel&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** FFS the XP installer took 11 straight days to boot &#039;&#039;&#039;&#039;&#039;TEXT MODE&#039;&#039;&#039;&#039;&#039;... I am going to be in for a long wait on this one... - [[User:Autumnbreeze|Autumn]] ([[User talk:Autumnbreeze|talk]]) 12:13, 12 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling Rust on a Mac OS X 10.7 VM (Bridget) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Failed&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 100+ hours (as of 2023-01-29 04:27 UTC)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + occasional milestones&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Crap, I didn&#039;t tell Macports to download the source versions of the packages. :/ Still took an hour to install the binaries, so we&#039;re in for a wild ride here, huh? :P As of writing, it&#039;s installing the &amp;lt;code&amp;gt;ncurses&amp;lt;/code&amp;gt; dependency. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 22:32, 24 January 2023 (UTC)&lt;br /&gt;
** Took about half an hour just to compile &amp;lt;code&amp;gt;gettools-text-lib&amp;lt;/code&amp;gt;. This is going to take several hours before we even get to Rust. Dear God, what have I done. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 23:26, 24 January 2023 (UTC)&lt;br /&gt;
** Is there a point when your suffering ends? Not until clang compiles. Luckily, it started some point recently (wasn&#039;t looking at my computer to see when). Probably going to stop posting here until it gets to rust or something. Expect a day&#039;s gap or more. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 02:36, 25 January 2023 (UTC)&lt;br /&gt;
** CLANG AND LLVM ARE SEPARATE PACKAGES? OH GO- - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 03:10, 25 January 2023 (UTC)&lt;br /&gt;
** The stopwatch completely stopped at 99:59:59, so.. uhhhh, what do I do now? - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:27, 29 January 2023 (UTC)&lt;br /&gt;
** I got a new desk, and while setting it up it somehow managed to just.. turn off. I&#039;m gonna call it here, I don&#039;t want to wait another week just to get back to where I was. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 04:25, 29 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman)===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 11 hours of actual upgrade and about 20 if we include the 3 or so failed attempts to upgrade to 8 from 7 (as of 2023-01-24 8:29 PM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + updates in the thread&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Who knew that &#039;&#039;two&#039;&#039; broken files would stop ME from booting. - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 23:00, 24 January 2023 (UTC)&lt;br /&gt;
** &#039;&#039;sigh&#039;&#039; why does Windows 8 not like me 4:28, 30 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Active Pain ==&lt;br /&gt;
Active Pain entries are livestreams or single projects that are actively worked on over the period of the competition. They can be over multiple sessions, with time being tallied up.&lt;br /&gt;
&lt;br /&gt;
=== Windows 98/ME on the Cursed 486 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; On Hiatus/Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; https://www.youtube.com/watch?v=0uaINJAktLA (and messages in #content + Fedi)&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Multiple attempts over multiple days, one 9 hour&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** You can&#039;t install ME on 32 MiB of memory. Upgrades ordered. So far, Windows 98 First Edition was installed from floppies, second edition from Netware, and ME from NetWare and local install, with each attempt taking literal hours. - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 13:44, 2 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading Through Every Version of OS/2 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; VoDs: https://www.youtube.com/watch?v=xeaRlhz96mI and https://www.youtube.com/watch?v=8uwGTHZzzF4&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 22 Hours&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** ow [[User:NCommander|- NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 in QEMU on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; Was live-updated on Discord, and also in the [https://picsofbread.com/potato-bread writeup here]&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 10 active hours, and about 18 more waiting for it to boot&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** This was painful. Good way to spend a few days with COVID though. [[User:Kraaabs|- Kraaabs]] ([[User talk:Kraaabs|talk]]) 02:00, 7 November 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=916</id>
		<title>Slow Computing Speedrunning</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=916"/>
		<updated>2023-01-24T23:08:03Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: I got my own username wrong...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Competition]]&lt;br /&gt;
Welcome to the Slow Computing any% Speedrunning Contest; also known as watching digital paint dry.&lt;br /&gt;
&lt;br /&gt;
The goal of this contest is simple. To celebrate the long code [https://xkcd.com/303/] times, we&#039;re running an informal contest to celebrate this era of batch processing.&lt;br /&gt;
&lt;br /&gt;
== Objective and Rules ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty simple:&lt;br /&gt;
* Using any vintage computer of your choice, perform a long-running task of some sort&lt;br /&gt;
* Livestream, or otherwise provide regular status updates that show how far you have gotten.&lt;br /&gt;
* Emulators and the like are A-OK; just let us know what it&#039;s doing.&lt;br /&gt;
&lt;br /&gt;
After each run, success or failure, our judges (which is mostly just the regulars in #paint-drying on [https://discord.gg/V8esNah Discord]) will deem what, if any titles such run has earned, and an entirely subjective place on the Wall of Pain. There are absolutely no prizes besides the knowledge that you might be immortalized here for the life of the wiki.&lt;br /&gt;
&lt;br /&gt;
Do you dare step up?&lt;br /&gt;
&lt;br /&gt;
=== Examples of projects ===&lt;br /&gt;
For example, upgrading through every version of OS/2, building GCC, or the like. Livestream or otherwise regularly update the panting drying competition community. For NCommander&#039;s entries, VoDs on YouTube were provided. Europa livestreamed the terminal on Discord throughout the duration. Any sorta long running log with regular updates is acceptable.&lt;br /&gt;
&lt;br /&gt;
= The Wall of Pain =&lt;br /&gt;
New categories will be added as needed&lt;br /&gt;
&lt;br /&gt;
== Idle Pain ==&lt;br /&gt;
Idle Pain refers to tasks where they&#039;re started, and mostly left untouched until they finish (excluding minor tweaks, build failures, etc.)&lt;br /&gt;
&lt;br /&gt;
=== GCC 8 on an Ultra 5 running OpenBSD/sparc64 (Europa) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 5.375 days (4.5 days GCC, 0.875 days CDE)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, updates periodically provided via Discord, [https://twitter.com/europa6502/status/1587304622749876224 Twitter], and Mastodon&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The build that started it all, Europa&#039;s attempt to install CDE which required upgrading GCC, and starting a multiday build process that lead to the creation of the paint drying community ... I&#039;m still wondering how we got here - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
** It finished! She managed to build CDE with her new GCC after some help from NCommander, and is now working on configuring her newly built CDE! - [[User:Kraaabs|Kraaabs]] (([[User talk:Kraaabs|talk]]) 01:56, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Forcing Windows 7 onto a 66MHz CPU (Griffin) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 14 hours&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The first entry to finish, I believe! They used 86box emulating a VIA Samuel, and a lot of trial and error to get the thing to boot at all. Was a fun one to watch. Nice and painful. [https://twitter.com/FOSSfirefighter/status/1588999569593208832 N tweeted about this one, too.] - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:02, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Installing Gentoo in DOSBochs in QEMU on Void Linux on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; &amp;lt;del&amp;gt;Ongoing&amp;lt;/del&amp;gt; Failed :(&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 52 hours so far.&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** Yep, still going. It&#039;s been about 52 hours (~24-ish of which was prep work), and we&#039;re still decompressing the kernel on the Gentoo install CD. In for the long haul, this one. Being that I have to babysit this, is it active pain? There&#039;s a lot of waiting. Hybrid pain, maybe. :^) - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:06, 7 November 2022 (UTC)&lt;br /&gt;
** It failed a while ago, I&#039;m just lazy. Eventually it hit a timeout :&#039;(. Oh well, it was fun. - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 22:46, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling every major release of NetBSD on a SparcStation 2 (Daghdha) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 54 days (as of 2 Jan 2023)&lt;br /&gt;
* &#039;&#039;&#039;Expected to Complete:&#039;&#039;&#039; 15 March 2023 (~73 days)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread. Each release takes a week to build.&lt;br /&gt;
&lt;br /&gt;
=== Installing Windows 98 inside of Windows XP inside of Windows Vista inside of Windows 8 inside of Windows 10 (Autumn) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 13 days (as of 1/12/23)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Discord live stream + milestones in the corresponding channel&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** FFS the XP installer took 11 straight days to boot &#039;&#039;&#039;&#039;&#039;TEXT MODE&#039;&#039;&#039;&#039;&#039;... I am going to be in for a long wait on this one... - [[User:Autumnbreeze|Autumn]] ([[User talk:Autumnbreeze|talk]]) 12:13, 12 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling Rust on a Mac OS X 10.7 VM (Bridget) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 3 hours (as of 2022-01-24 02:37 PM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + occasional milestones&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Crap, I didn&#039;t tell Macports to download the source versions of the packages. :/ Still took an hour to install the binaries, so we&#039;re in for a wild ride here, huh? :P As of writing, it&#039;s installing the &amp;lt;code&amp;gt;ncurses&amp;lt;/code&amp;gt; dependency. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 22:32, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman)===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 11 hours (as of 2023-01-24 3:00 PM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + updates in the thread&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Who knew that &#039;&#039;two&#039;&#039; broken files would stop ME from booting. - [[User:Mineman3000|Mineman3000]] ([[User talk:Mineman3000|talk]]) 23:00, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Active Pain ==&lt;br /&gt;
Active Pain entries are livestreams or single projects that are actively worked on over the period of the competition. They can be over multiple sessions, with time being tallied up.&lt;br /&gt;
&lt;br /&gt;
=== Windows 98/ME on the Cursed 486 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; On Hiatus/Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; https://www.youtube.com/watch?v=0uaINJAktLA (and messages in #content + Fedi)&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Multiple attempts over multiple days, one 9 hour&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** You can&#039;t install ME on 32 MiB of memory. Upgrades ordered. So far, Windows 98 First Edition was installed from floppies, second edition from Netware, and ME from NetWare and local install, with each attempt taking literal hours. - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 13:44, 2 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading Through Every Version of OS/2 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; VoDs: https://www.youtube.com/watch?v=xeaRlhz96mI and https://www.youtube.com/watch?v=8uwGTHZzzF4&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 22 Hours&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** ow [[User:NCommander|- NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 in QEMU on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; Was live-updated on Discord, and also in the [https://picsofbread.com/potato-bread writeup here]&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 10 active hours, and about 18 more waiting for it to boot&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** This was painful. Good way to spend a few days with COVID though. [[User:Kraaabs|- Kraaabs]] ([[User talk:Kraaabs|talk]]) 02:00, 7 November 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=915</id>
		<title>Slow Computing Speedrunning</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Slow_Computing_Speedrunning&amp;diff=915"/>
		<updated>2023-01-24T23:07:13Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: added Windows Upgrade&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Competition]]&lt;br /&gt;
Welcome to the Slow Computing any% Speedrunning Contest; also known as watching digital paint dry.&lt;br /&gt;
&lt;br /&gt;
The goal of this contest is simple. To celebrate the long code [https://xkcd.com/303/] times, we&#039;re running an informal contest to celebrate this era of batch processing.&lt;br /&gt;
&lt;br /&gt;
== Objective and Rules ==&lt;br /&gt;
&lt;br /&gt;
It&#039;s pretty simple:&lt;br /&gt;
* Using any vintage computer of your choice, perform a long-running task of some sort&lt;br /&gt;
* Livestream, or otherwise provide regular status updates that show how far you have gotten.&lt;br /&gt;
* Emulators and the like are A-OK; just let us know what it&#039;s doing.&lt;br /&gt;
&lt;br /&gt;
After each run, success or failure, our judges (which is mostly just the regulars in #paint-drying on [https://discord.gg/V8esNah Discord]) will deem what, if any titles such run has earned, and an entirely subjective place on the Wall of Pain. There are absolutely no prizes besides the knowledge that you might be immortalized here for the life of the wiki.&lt;br /&gt;
&lt;br /&gt;
Do you dare step up?&lt;br /&gt;
&lt;br /&gt;
=== Examples of projects ===&lt;br /&gt;
For example, upgrading through every version of OS/2, building GCC, or the like. Livestream or otherwise regularly update the panting drying competition community. For NCommander&#039;s entries, VoDs on YouTube were provided. Europa livestreamed the terminal on Discord throughout the duration. Any sorta long running log with regular updates is acceptable.&lt;br /&gt;
&lt;br /&gt;
= The Wall of Pain =&lt;br /&gt;
New categories will be added as needed&lt;br /&gt;
&lt;br /&gt;
== Idle Pain ==&lt;br /&gt;
Idle Pain refers to tasks where they&#039;re started, and mostly left untouched until they finish (excluding minor tweaks, build failures, etc.)&lt;br /&gt;
&lt;br /&gt;
=== GCC 8 on an Ultra 5 running OpenBSD/sparc64 (Europa) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 5.375 days (4.5 days GCC, 0.875 days CDE)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, updates periodically provided via Discord, [https://twitter.com/europa6502/status/1587304622749876224 Twitter], and Mastodon&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The build that started it all, Europa&#039;s attempt to install CDE which required upgrading GCC, and starting a multiday build process that lead to the creation of the paint drying community ... I&#039;m still wondering how we got here - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
** It finished! She managed to build CDE with her new GCC after some help from NCommander, and is now working on configuring her newly built CDE! - [[User:Kraaabs|Kraaabs]] (([[User talk:Kraaabs|talk]]) 01:56, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Forcing Windows 7 onto a 66MHz CPU (Griffin) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete!&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 14 hours&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** The first entry to finish, I believe! They used 86box emulating a VIA Samuel, and a lot of trial and error to get the thing to boot at all. Was a fun one to watch. Nice and painful. [https://twitter.com/FOSSfirefighter/status/1588999569593208832 N tweeted about this one, too.] - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:02, 7 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Installing Gentoo in DOSBochs in QEMU on Void Linux on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; &amp;lt;del&amp;gt;Ongoing&amp;lt;/del&amp;gt; Failed :(&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 52 hours so far.&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** Yep, still going. It&#039;s been about 52 hours (~24-ish of which was prep work), and we&#039;re still decompressing the kernel on the Gentoo install CD. In for the long haul, this one. Being that I have to babysit this, is it active pain? There&#039;s a lot of waiting. Hybrid pain, maybe. :^) - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 03:06, 7 November 2022 (UTC)&lt;br /&gt;
** It failed a while ago, I&#039;m just lazy. Eventually it hit a timeout :&#039;(. Oh well, it was fun. - [[User:Kraaabs|Kraaabs]] ([[User talk:Kraaabs|talk]]) 22:46, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling every major release of NetBSD on a SparcStation 2 (Daghdha) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 54 days (as of 2 Jan 2023)&lt;br /&gt;
* &#039;&#039;&#039;Expected to Complete:&#039;&#039;&#039; 15 March 2023 (~73 days)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Livestreamed on Discord, and live-updated in a Discord thread. Each release takes a week to build.&lt;br /&gt;
&lt;br /&gt;
=== Installing Windows 98 inside of Windows XP inside of Windows Vista inside of Windows 8 inside of Windows 10 (Autumn) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; 13 days (as of 1/12/23)&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; Discord live stream + milestones in the corresponding channel&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** FFS the XP installer took 11 straight days to boot &#039;&#039;&#039;&#039;&#039;TEXT MODE&#039;&#039;&#039;&#039;&#039;... I am going to be in for a long wait on this one... - [[User:Autumnbreeze|Autumn]] ([[User talk:Autumnbreeze|talk]]) 12:13, 12 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Compiling Rust on a Mac OS X 10.7 VM (Bridget) ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 3 hours (as of 2022-01-24 02:37 PM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + occasional milestones&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Crap, I didn&#039;t tell Macports to download the source versions of the packages. :/ Still took an hour to install the binaries, so we&#039;re in for a wild ride here, huh? :P As of writing, it&#039;s installing the &amp;lt;code&amp;gt;ncurses&amp;lt;/code&amp;gt; dependency. - [[User:Bridgetr|Bridget]] ([[User talk:Bridgetr|talk]]) 22:32, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading from Windows 1.0 to 10 in the same (very low spec) VM (mineman)===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Status&#039;&#039;&#039;: Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Duration&#039;&#039;&#039;: 11 hours (as of 2023-01-24 3:00 PM)&lt;br /&gt;
* &#039;&#039;&#039;Proof&#039;&#039;&#039;: Discord live stream + updates in the thread&lt;br /&gt;
* &#039;&#039;&#039;Comments&#039;&#039;&#039;:&lt;br /&gt;
** Who knew that &#039;&#039;two&#039;&#039; broken files would stop ME from booting. - [[User:Mineman|Mineman]] ([[User talk:Mineman|talk]]) 23:00, 24 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Active Pain ==&lt;br /&gt;
Active Pain entries are livestreams or single projects that are actively worked on over the period of the competition. They can be over multiple sessions, with time being tallied up.&lt;br /&gt;
&lt;br /&gt;
=== Windows 98/ME on the Cursed 486 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; On Hiatus/Ongoing&lt;br /&gt;
* &#039;&#039;&#039;Proof:&#039;&#039;&#039; https://www.youtube.com/watch?v=0uaINJAktLA (and messages in #content + Fedi)&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Multiple attempts over multiple days, one 9 hour&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039;&lt;br /&gt;
** You can&#039;t install ME on 32 MiB of memory. Upgrades ordered. So far, Windows 98 First Edition was installed from floppies, second edition from Netware, and ME from NetWare and local install, with each attempt taking literal hours. - [[User:NCommander|NCommander]] ([[User talk:NCommander|talk]]) 13:44, 2 January 2023 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Upgrading Through Every Version of OS/2 (NCommander) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; VoDs: https://www.youtube.com/watch?v=xeaRlhz96mI and https://www.youtube.com/watch?v=8uwGTHZzzF4&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; Approximately 22 Hours&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** ow [[User:NCommander|- NCommander]] ([[User talk:NCommander|talk]]) 14:54, 4 November 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows 10 in QEMU on a PowerBook G4 (Krabs) ===&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; Complete/Historical&lt;br /&gt;
*&#039;&#039;&#039;Proof:&#039;&#039;&#039; Was live-updated on Discord, and also in the [https://picsofbread.com/potato-bread writeup here]&lt;br /&gt;
* &#039;&#039;&#039;Duration:&#039;&#039;&#039; About 10 active hours, and about 18 more waiting for it to boot&lt;br /&gt;
* &#039;&#039;&#039;Comments:&#039;&#039;&#039; &lt;br /&gt;
** This was painful. Good way to spend a few days with COVID though. [[User:Kraaabs|- Kraaabs]] ([[User talk:Kraaabs|talk]]) 02:00, 7 November 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=408</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=408"/>
		<updated>2022-12-29T08:12:05Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: made pictures slightly smaller&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:33 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.33.34 AM.png|590px|none]]&lt;br /&gt;
&lt;br /&gt;
I never thought I&#039;d see that materialised&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.34.18 AM.png|590px|none]]&lt;br /&gt;
&lt;br /&gt;
Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
&lt;br /&gt;
Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.39.06 AM.png|590px|none]]&lt;br /&gt;
&lt;br /&gt;
Interesting tuple, there&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.39.29 AM.png|590px|none]]&lt;br /&gt;
&lt;br /&gt;
Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.40.47 AM.png|590px|none]]&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.41.07 AM.png|590px|none]]&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.41.27 AM.png|590px|none]]&lt;br /&gt;
&lt;br /&gt;
CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.42.59 AM.png|590px|none]]&lt;br /&gt;
&lt;br /&gt;
That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.44.34 AM.png|627px|none]]&lt;br /&gt;
&lt;br /&gt;
Dunno why it reports negative values&lt;br /&gt;
&lt;br /&gt;
Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:47 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Because you rolled over 2^31?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:49 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Yeah, 2GB is the 2^31 line.&lt;br /&gt;
&lt;br /&gt;
but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
That makes sense&lt;br /&gt;
&lt;br /&gt;
The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
&lt;br /&gt;
Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
&lt;br /&gt;
Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
&lt;br /&gt;
And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
&lt;br /&gt;
The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
&lt;br /&gt;
They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=407</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=407"/>
		<updated>2022-12-29T08:09:00Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: embed images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:33 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.33.34 AM.png|627px|none]]&lt;br /&gt;
&lt;br /&gt;
I never thought I&#039;d see that materialised&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.34.18 AM.png|627px|none]]&lt;br /&gt;
&lt;br /&gt;
Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
&lt;br /&gt;
Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.39.06 AM.png|627px|none]]&lt;br /&gt;
&lt;br /&gt;
Interesting tuple, there&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.39.29 AM.png|627px|none]]&lt;br /&gt;
&lt;br /&gt;
Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.40.47 AM.png|627px|none]]&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.41.07 AM.png|627px|none]]&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.41.27 AM.png|627px|none]]&lt;br /&gt;
&lt;br /&gt;
CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.42.59 AM.png|627px|none]]&lt;br /&gt;
&lt;br /&gt;
That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.44.34 AM.png|627px|none]]&lt;br /&gt;
&lt;br /&gt;
Dunno why it reports negative values&lt;br /&gt;
&lt;br /&gt;
Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:47 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Because you rolled over 2^31?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:49 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Yeah, 2GB is the 2^31 line.&lt;br /&gt;
&lt;br /&gt;
but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
That makes sense&lt;br /&gt;
&lt;br /&gt;
The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
&lt;br /&gt;
Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
&lt;br /&gt;
Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
&lt;br /&gt;
And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
&lt;br /&gt;
The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
&lt;br /&gt;
They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=406</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=406"/>
		<updated>2022-12-29T08:01:53Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: didn&amp;#039;t mean to save that...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:33 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
I never thought I&#039;d see that materialised&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057864163231268965/Screenshot_2022-12-29_at_3.34.18_AM.png&lt;br /&gt;
&lt;br /&gt;
Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
&lt;br /&gt;
Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865337485398016/Screenshot_2022-12-29_at_3.39.06_AM.png&lt;br /&gt;
&lt;br /&gt;
Interesting tuple, there&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865446570860554/Screenshot_2022-12-29_at_3.39.29_AM.png&lt;br /&gt;
&lt;br /&gt;
Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866033886674954/Screenshot_2022-12-29_at_3.40.47_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034167689277/Screenshot_2022-12-29_at_3.41.07_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034511618089/Screenshot_2022-12-29_at_3.41.27_AM.png&lt;br /&gt;
&lt;br /&gt;
CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866384132026438/Screenshot_2022-12-29_at_3.42.59_AM.png&lt;br /&gt;
&lt;br /&gt;
That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866760663085066/Screenshot_2022-12-29_at_3.44.34_AM.png&lt;br /&gt;
&lt;br /&gt;
Dunno why it reports negative values&lt;br /&gt;
&lt;br /&gt;
Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:47 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Because you rolled over 2^31?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:49 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Yeah, 2GB is the 2^31 line.&lt;br /&gt;
&lt;br /&gt;
but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
That makes sense&lt;br /&gt;
&lt;br /&gt;
The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
&lt;br /&gt;
Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
&lt;br /&gt;
Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
&lt;br /&gt;
And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
&lt;br /&gt;
The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
&lt;br /&gt;
They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=405</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=405"/>
		<updated>2022-12-29T08:01:19Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Https://restless.systems/images/thumb/e/ee/Screenshot 2022-12-29 at 3.44.34 AM.png/727px-Screenshot 2022-12-29 at 3.44.34 AM.png|thumb]]&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:33 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
[[File:Screenshot 2022-12-29 at 3.44.34 AM.png|727×599|thumb]]&lt;br /&gt;
I never thought I&#039;d see that materialised&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057864163231268965/Screenshot_2022-12-29_at_3.34.18_AM.png&lt;br /&gt;
&lt;br /&gt;
Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
&lt;br /&gt;
Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865337485398016/Screenshot_2022-12-29_at_3.39.06_AM.png&lt;br /&gt;
&lt;br /&gt;
Interesting tuple, there&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865446570860554/Screenshot_2022-12-29_at_3.39.29_AM.png&lt;br /&gt;
&lt;br /&gt;
Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866033886674954/Screenshot_2022-12-29_at_3.40.47_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034167689277/Screenshot_2022-12-29_at_3.41.07_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034511618089/Screenshot_2022-12-29_at_3.41.27_AM.png&lt;br /&gt;
&lt;br /&gt;
CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866384132026438/Screenshot_2022-12-29_at_3.42.59_AM.png&lt;br /&gt;
&lt;br /&gt;
That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866760663085066/Screenshot_2022-12-29_at_3.44.34_AM.png&lt;br /&gt;
&lt;br /&gt;
Dunno why it reports negative values&lt;br /&gt;
&lt;br /&gt;
Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:47 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Because you rolled over 2^31?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:49 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Yeah, 2GB is the 2^31 line.&lt;br /&gt;
&lt;br /&gt;
but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
That makes sense&lt;br /&gt;
&lt;br /&gt;
The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
&lt;br /&gt;
Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
&lt;br /&gt;
Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
&lt;br /&gt;
And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
&lt;br /&gt;
The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
&lt;br /&gt;
They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.33.34_AM.png&amp;diff=404</id>
		<title>File:Screenshot 2022-12-29 at 3.33.34 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.33.34_AM.png&amp;diff=404"/>
		<updated>2022-12-29T07:54:33Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.34.18_AM.png&amp;diff=403</id>
		<title>File:Screenshot 2022-12-29 at 3.34.18 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.34.18_AM.png&amp;diff=403"/>
		<updated>2022-12-29T07:54:13Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.39.06_AM.png&amp;diff=402</id>
		<title>File:Screenshot 2022-12-29 at 3.39.06 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.39.06_AM.png&amp;diff=402"/>
		<updated>2022-12-29T07:53:41Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.39.29_AM.png&amp;diff=401</id>
		<title>File:Screenshot 2022-12-29 at 3.39.29 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.39.29_AM.png&amp;diff=401"/>
		<updated>2022-12-29T07:53:10Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.41.07_AM.png&amp;diff=400</id>
		<title>File:Screenshot 2022-12-29 at 3.41.07 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.41.07_AM.png&amp;diff=400"/>
		<updated>2022-12-29T07:52:51Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.40.47_AM.png&amp;diff=399</id>
		<title>File:Screenshot 2022-12-29 at 3.40.47 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.40.47_AM.png&amp;diff=399"/>
		<updated>2022-12-29T07:52:22Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.41.27_AM.png&amp;diff=398</id>
		<title>File:Screenshot 2022-12-29 at 3.41.27 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.41.27_AM.png&amp;diff=398"/>
		<updated>2022-12-29T07:51:50Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.42.59_AM.png&amp;diff=397</id>
		<title>File:Screenshot 2022-12-29 at 3.42.59 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.42.59_AM.png&amp;diff=397"/>
		<updated>2022-12-29T07:51:32Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.44.34_AM.png&amp;diff=396</id>
		<title>File:Screenshot 2022-12-29 at 3.44.34 AM.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:Screenshot_2022-12-29_at_3.44.34_AM.png&amp;diff=396"/>
		<updated>2022-12-29T07:51:01Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=395</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=395"/>
		<updated>2022-12-29T07:17:02Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: sync with other logs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:33 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057863961166495805/Screenshot_2022-12-29_at_3.33.34_AM.png&lt;br /&gt;
&lt;br /&gt;
I never thought I&#039;d see that materialised&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057864163231268965/Screenshot_2022-12-29_at_3.34.18_AM.png&lt;br /&gt;
&lt;br /&gt;
Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
&lt;br /&gt;
Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865337485398016/Screenshot_2022-12-29_at_3.39.06_AM.png&lt;br /&gt;
&lt;br /&gt;
Interesting tuple, there&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865446570860554/Screenshot_2022-12-29_at_3.39.29_AM.png&lt;br /&gt;
&lt;br /&gt;
Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866033886674954/Screenshot_2022-12-29_at_3.40.47_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034167689277/Screenshot_2022-12-29_at_3.41.07_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034511618089/Screenshot_2022-12-29_at_3.41.27_AM.png&lt;br /&gt;
&lt;br /&gt;
CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866384132026438/Screenshot_2022-12-29_at_3.42.59_AM.png&lt;br /&gt;
&lt;br /&gt;
That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866760663085066/Screenshot_2022-12-29_at_3.44.34_AM.png&lt;br /&gt;
&lt;br /&gt;
Dunno why it reports negative values&lt;br /&gt;
&lt;br /&gt;
Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:47 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Because you rolled over 2^31?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:49 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;suzuran&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Yeah, 2GB is the 2^31 line.&lt;br /&gt;
&lt;br /&gt;
but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;vmlemon&#039;&#039;&#039; (&#039;&#039;Today at 7:50 PM&#039;&#039;)&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
That makes sense&lt;br /&gt;
&lt;br /&gt;
The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
&lt;br /&gt;
Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
&lt;br /&gt;
Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
&lt;br /&gt;
And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
&lt;br /&gt;
The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
&lt;br /&gt;
They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=394</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=394"/>
		<updated>2022-12-29T07:14:19Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: fixed formatting again again&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;vmlemon (Today at 7:33 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057863961166495805/Screenshot_2022-12-29_at_3.33.34_AM.png&lt;br /&gt;
&lt;br /&gt;
I never thought I&#039;d see that materialised&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057864163231268965/Screenshot_2022-12-29_at_3.34.18_AM.png&lt;br /&gt;
&lt;br /&gt;
Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
&lt;br /&gt;
Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865337485398016/Screenshot_2022-12-29_at_3.39.06_AM.png&lt;br /&gt;
&lt;br /&gt;
Interesting tuple, there&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865446570860554/Screenshot_2022-12-29_at_3.39.29_AM.png&lt;br /&gt;
&lt;br /&gt;
Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866033886674954/Screenshot_2022-12-29_at_3.40.47_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034167689277/Screenshot_2022-12-29_at_3.41.07_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034511618089/Screenshot_2022-12-29_at_3.41.27_AM.png&lt;br /&gt;
&lt;br /&gt;
CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866384132026438/Screenshot_2022-12-29_at_3.42.59_AM.png&lt;br /&gt;
&lt;br /&gt;
That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866760663085066/Screenshot_2022-12-29_at_3.44.34_AM.png&lt;br /&gt;
&lt;br /&gt;
Dunno why it reports negative values&lt;br /&gt;
&lt;br /&gt;
Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;suzuran (Today at 7:47 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Because you rolled over 2^31?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon (Today at 7:49 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;suzuran (Today at 7:50 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Yeah, 2GB is the 2^31 line.&lt;br /&gt;
&lt;br /&gt;
but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;vmlemon (Today at 7:50 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
That makes sense&lt;br /&gt;
&lt;br /&gt;
The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
&lt;br /&gt;
Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
&lt;br /&gt;
Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
&lt;br /&gt;
And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
&lt;br /&gt;
The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
&lt;br /&gt;
They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=393</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=393"/>
		<updated>2022-12-29T07:12:31Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: fixed formatting again&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;vmlemon (Today at 7:33 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057863961166495805/Screenshot_2022-12-29_at_3.33.34_AM.png&lt;br /&gt;
&lt;br /&gt;
I never thought I&#039;d see that materialised&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057864163231268965/Screenshot_2022-12-29_at_3.34.18_AM.png&lt;br /&gt;
&lt;br /&gt;
Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
&lt;br /&gt;
Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865337485398016/Screenshot_2022-12-29_at_3.39.06_AM.png&lt;br /&gt;
&lt;br /&gt;
Interesting tuple, there&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865446570860554/Screenshot_2022-12-29_at_3.39.29_AM.png&lt;br /&gt;
&lt;br /&gt;
Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866033886674954/Screenshot_2022-12-29_at_3.40.47_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034167689277/Screenshot_2022-12-29_at_3.41.07_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034511618089/Screenshot_2022-12-29_at_3.41.27_AM.png&lt;br /&gt;
&lt;br /&gt;
CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866384132026438/Screenshot_2022-12-29_at_3.42.59_AM.png&lt;br /&gt;
&lt;br /&gt;
That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866760663085066/Screenshot_2022-12-29_at_3.44.34_AM.png&lt;br /&gt;
&lt;br /&gt;
Dunno why it reports negative values&lt;br /&gt;
&lt;br /&gt;
Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;suzuran (Today at 7:47 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Because you rolled over 2^31?&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon (Today at 7:49 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;suzuran (Today at 7:50 PM)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Yeah, 2GB is the 2^31 line.&lt;br /&gt;
&lt;br /&gt;
but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;vmlemon (Today at 7:50 PM)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em; line-height: calc(100% * 1.25);&amp;quot;&amp;gt;&lt;br /&gt;
That makes sense&lt;br /&gt;
&lt;br /&gt;
The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
&lt;br /&gt;
Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
&lt;br /&gt;
Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
&lt;br /&gt;
And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
&lt;br /&gt;
The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
&lt;br /&gt;
They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=392</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=392"/>
		<updated>2022-12-29T07:07:36Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: fixed the formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;vmlemon (Today at 7:33 PM)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057863961166495805/Screenshot_2022-12-29_at_3.33.34_AM.png&lt;br /&gt;
&lt;br /&gt;
I never thought I&#039;d see that materialised&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057864163231268965/Screenshot_2022-12-29_at_3.34.18_AM.png&lt;br /&gt;
&lt;br /&gt;
Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
&lt;br /&gt;
Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865337485398016/Screenshot_2022-12-29_at_3.39.06_AM.png&lt;br /&gt;
&lt;br /&gt;
Interesting tuple, there&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057865446570860554/Screenshot_2022-12-29_at_3.39.29_AM.png&lt;br /&gt;
&lt;br /&gt;
Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866033886674954/Screenshot_2022-12-29_at_3.40.47_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034167689277/Screenshot_2022-12-29_at_3.41.07_AM.png&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866034511618089/Screenshot_2022-12-29_at_3.41.27_AM.png&lt;br /&gt;
&lt;br /&gt;
CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866384132026438/Screenshot_2022-12-29_at_3.42.59_AM.png&lt;br /&gt;
&lt;br /&gt;
That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
&lt;br /&gt;
https://cdn.discordapp.com/attachments/980067596214894622/1057866760663085066/Screenshot_2022-12-29_at_3.44.34_AM.png&lt;br /&gt;
&lt;br /&gt;
Dunno why it reports negative values&lt;br /&gt;
&lt;br /&gt;
Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;suzuran (Today at 7:47 PM)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Because you rolled over 2^31?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon (Today at 7:49 PM)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;suzuran (Today at 7:50 PM)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Yeah, 2GB is the 2^31 line.&lt;br /&gt;
&lt;br /&gt;
but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;vmlemon (Today at 7:50 PM)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
That makes sense&lt;br /&gt;
&lt;br /&gt;
The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
&lt;br /&gt;
Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
&lt;br /&gt;
Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
&lt;br /&gt;
And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
&lt;br /&gt;
The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
&lt;br /&gt;
They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=391</id>
		<title>Useful NeXTSTEP Research Notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Useful_NeXTSTEP_Research_Notes&amp;diff=391"/>
		<updated>2022-12-29T07:03:52Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: first test at this&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vmlemon — Today at 7:33 PM&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057863961166495805/Screenshot_2022-12-29_at_3.33.34_AM.png&lt;br /&gt;
&lt;br /&gt;
    I never thought I&#039;d see that materialised&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057864163231268965/Screenshot_2022-12-29_at_3.34.18_AM.png&lt;br /&gt;
&lt;br /&gt;
    Would be cooler, if I could actually breathe life into this stuff, and see it work, though&lt;br /&gt;
    Feels kinda weird, seeing a GCC-based compiler, for Windows, engineered by NeXT, too&lt;br /&gt;
&lt;br /&gt;
    And, for whatever reason, they&#039;ve nerfed the ability to get help for it, too&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057865337485398016/Screenshot_2022-12-29_at_3.39.06_AM.png&lt;br /&gt;
&lt;br /&gt;
    Interesting tuple, there&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057865446570860554/Screenshot_2022-12-29_at_3.39.29_AM.png&lt;br /&gt;
&lt;br /&gt;
    Feels really weird, seeing Windows-style paths, in a UNIX shell, and the tooling is pretty austere&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057866033886674954/Screenshot_2022-12-29_at_3.40.47_AM.png&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057866034167689277/Screenshot_2022-12-29_at_3.41.07_AM.png&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057866034511618089/Screenshot_2022-12-29_at_3.41.27_AM.png&lt;br /&gt;
&lt;br /&gt;
    CygWin&#039;s version of GDB? That&#039;s unexpected&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057866384132026438/Screenshot_2022-12-29_at_3.42.59_AM.png&lt;br /&gt;
&lt;br /&gt;
    That version of &amp;quot;df&amp;quot; seems kinda fucky, and cursed, too&lt;br /&gt;
    https://cdn.discordapp.com/attachments/980067596214894622/1057866760663085066/Screenshot_2022-12-29_at_3.44.34_AM.png&lt;br /&gt;
&lt;br /&gt;
    Dunno why it reports negative values&lt;br /&gt;
    Seems to ship its own, private copies of PostScript fonts, too&lt;br /&gt;
&lt;br /&gt;
suzuran — Today at 7:47 PM&lt;br /&gt;
    Because you rolled over 2^31?&lt;br /&gt;
&lt;br /&gt;
vmlemon — Today at 7:49 PM&lt;br /&gt;
    Probably - it&#039;s a 3GB filesystem, though, so well under the limit, for this version of NT&lt;br /&gt;
&lt;br /&gt;
suzuran — Today at 7:50 PM&lt;br /&gt;
    Yeah, 2GB is the 2^31 line.&lt;br /&gt;
    but knowing gnu stuff, they just used &amp;quot;int&amp;quot; and not &amp;quot;unsigned int&amp;quot;&lt;br /&gt;
&lt;br /&gt;
vmlemon — Today at 7:50 PM&lt;br /&gt;
    That makes sense&lt;br /&gt;
    The whole thing feels kinda kitbashed together, from disparate parts, and not everything seems to have source available for it&lt;br /&gt;
    Managed to pull the &amp;quot;NeXT&amp;quot; directory out, from the Windows disk image, though, so I can have a better look at it&lt;br /&gt;
    Seems to have more GNU stuff in it, than BSD stuff, somehow&lt;br /&gt;
    And, the WindowServer seems to paint PostScript output onto GDI canvases/contexts&lt;br /&gt;
    The Mach emulation stuff superficially seems less complex, than I expected, too - mostly just threading, and NT MailSlot communication&lt;br /&gt;
    They don&#039;t seem to use that much actual Mach code, in the headers - there&#039;s only NeXT copyright headers, on that stuff, but they mention snippets being taken from CMU Mach&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=390</id>
		<title>Homebrew OS Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=390"/>
		<updated>2022-12-29T05:40:56Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* SeshOS */ updated SeshOS section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
This is a general summary of what OSes are being developed on DisNCord.&lt;br /&gt;
&lt;br /&gt;
=== Open Computing Kit (OCK) ===&lt;br /&gt;
A joint project between Elisia, Sadmac356, Griffin, Europa, and others, [https://github.com/open-computing-kit Open Computing Kit] is an operating system that aims to be as GNU-independent as possible, including a [https://github.com/open-computing-kit/ockernel kernel written in Rust] and its [https://github.com/open-computing-kit/OCKcore own set of coreutils]. It is presently in the very early stages of active development.&lt;br /&gt;
&lt;br /&gt;
=== SeshOS ===&lt;br /&gt;
Written by Mineman, SeshOS is one of the more esoteric OSes on DisNCord. It has the beginnings of a GUI and shell in the kernel, and (as of 10/15/2022) it has a working malloc thanks to Krabs and Mathewnd.&lt;br /&gt;
&lt;br /&gt;
SeshOS has support for one filesystem: tar ramfs. &lt;br /&gt;
&lt;br /&gt;
Has very basic SMP setup, and has support for the PC Speaker. &lt;br /&gt;
&lt;br /&gt;
Its source code is located at https://github.com/mine-man3000/SeshOS.&lt;br /&gt;
[[File:SeshOS2.png|thumb|SeshOS in its current state as of September 1st, 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Pics Of Bread Awful scRipting Interpreter System for Neat Architectures (POBARISNA) ===&lt;br /&gt;
Written by Krabs, POBARISNA is an operating system with a JavaScript-based microkernel design that currently only runs on PowerPC macs. There are prospective plans for ports to other &amp;quot;Neat Architectures&amp;quot; (which Krabs defines as &amp;quot;not a PC/BIOS/UEFI x86 system&amp;quot;), such as SPARC variants and ARM.&lt;br /&gt;
&lt;br /&gt;
The project can be found on [https://gitlab.com/sarahcrowle/pobarisna GitLab].&lt;br /&gt;
&lt;br /&gt;
The JavaScript interpreter used in POBARISNA is [https://duktape.org/ Duktape], an easily embeddable interpreter with a nice API. However, Duktape 2.x has some awkward tooling and a lack of solid control over execution. Therefore, there are plans to replace it with [https://gitlab.com/christiancrowle/dorktape Dorktape], which will hopefully serve as a modernized fork of the engine.&lt;br /&gt;
&lt;br /&gt;
Being that PowerPC OpenFirmware is a slightly under-documented platform, [[PowerPC OpenFirmware Implementation Details]] should serve as helpful to anyone looking to do something similar.&lt;br /&gt;
[[File:POBARISNA running duktape on bare metal.jpg|alt=An early screenshot of POBARISNA running Duktape in OpenFirmware|thumb|An early screenshot of POBARISNA running Duktape in OpenFirmware]]&lt;br /&gt;
&lt;br /&gt;
=== picotalk ===&lt;br /&gt;
Written by Waterpear, picotalk is a Smalltalk interpreter that aims to be a bare-metal system for embedded use. It is currently in a very limited state; only the base object model and a preliminary bytecode VM are operational.&lt;br /&gt;
&lt;br /&gt;
=== Rotom OS ===&lt;br /&gt;
Written by SED, [https://github.com/SED4906/rotomos Rotom OS] is an operating system with little information to glean from anything except for its code and a few images. It attempts to be as simple as possible, with ring 3 not yet being implemented.&lt;br /&gt;
[[File:RotomOS.png|thumb|Rotom OS]]&lt;br /&gt;
&lt;br /&gt;
=== styx ===&lt;br /&gt;
Written by Sirocyl and others, styx is an operating system with many ideas, some of which will be listed here:&lt;br /&gt;
* Applications will be double-click to run, much like Windows or macOS.&lt;br /&gt;
* Libraries should live with their application in packaging, similar to Windows.&lt;br /&gt;
* Installation will be done through drag-and-drop, taken from macOS.&lt;br /&gt;
* The system will be as (trans)portable as possible, similar to Classic macOS.&lt;br /&gt;
* The word &amp;quot;styx&amp;quot; is not an acronym, nor will the operating system&#039;s governing body ever be comprised of one member.&lt;br /&gt;
* The system will be consent-first, something that flies in the face of traditional operating systems like Windows and macOS.&lt;br /&gt;
There are many more than are stated here in their Discord server, due to there being too many to list here effectively.&lt;br /&gt;
&lt;br /&gt;
=== Astral ===&lt;br /&gt;
Written by Mathewnd, [https://github.com/Mathewnd/Astral Astral] is a monolithic kernel written in C. It is still at its early stages of development and has the beginnings of a userland.&lt;br /&gt;
&lt;br /&gt;
It has a growing port collection with a few examples being Bash, Doom, Binutils, Coreutils and NASM.&lt;br /&gt;
&lt;br /&gt;
Its current main goal is to have a usable command line interface while also having fun developing the system.&lt;br /&gt;
[[File:Astral neofetch.png|alt=Astral running Neofetch on Oct 11, 2022|thumb|Astral running Neofetch on Oct 11, 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Techflash OS (TFOS) ===&lt;br /&gt;
Written by Techflash, [https://github.com/techflashYT/Techflash-OS Techflash OS] is an operating system that is still very early in development.&lt;br /&gt;
&lt;br /&gt;
It current has very little implemented except for the following:&lt;br /&gt;
&lt;br /&gt;
* A basic boot procedure&lt;br /&gt;
* Enabling a few CPU features&lt;br /&gt;
* Support of a few basic interrupts, such as the [[wikipedia:Intel_8253|PIT]] and keyboard.&lt;br /&gt;
* A very basic framebuffer console&lt;br /&gt;
* Starts of an ELF loader&lt;br /&gt;
* Serial and Parallel support for logging&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=389</id>
		<title>Homebrew OS Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=389"/>
		<updated>2022-12-29T05:38:05Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* Techflash OS (TFOS) */ updated TFOS section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Projects]]&lt;br /&gt;
This is a general summary of what OSes are being developed on DisNCord.&lt;br /&gt;
&lt;br /&gt;
=== Open Computing Kit (OCK) ===&lt;br /&gt;
A joint project between Elisia, Sadmac356, Griffin, Europa, and others, [https://github.com/open-computing-kit Open Computing Kit] is an operating system that aims to be as GNU-independent as possible, including a [https://github.com/open-computing-kit/ockernel kernel written in Rust] and its [https://github.com/open-computing-kit/OCKcore own set of coreutils]. It is presently in the very early stages of active development.&lt;br /&gt;
&lt;br /&gt;
=== SeshOS ===&lt;br /&gt;
Written by Mineman, SeshOS is one of the more esoteric OSes on DisNCord. It has the beginnings of a GUI and shell in the kernel, and (as of 10/15/2022) it has a working malloc thanks to Krabs and Mathewnd&lt;br /&gt;
&lt;br /&gt;
currently working on fixing bug where it page faults while running the ls command&lt;br /&gt;
&lt;br /&gt;
SeshOS has support for one filesystem: tar ramfs. &lt;br /&gt;
&lt;br /&gt;
Its source code is located at https://github.com/mine-man3000/SeshOS.&lt;br /&gt;
[[File:SeshOS2.png|thumb|SeshOS in its current state as of September 1st, 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Pics Of Bread Awful scRipting Interpreter System for Neat Architectures (POBARISNA) ===&lt;br /&gt;
Written by Krabs, POBARISNA is an operating system with a JavaScript-based microkernel design that currently only runs on PowerPC macs. There are prospective plans for ports to other &amp;quot;Neat Architectures&amp;quot; (which Krabs defines as &amp;quot;not a PC/BIOS/UEFI x86 system&amp;quot;), such as SPARC variants and ARM.&lt;br /&gt;
&lt;br /&gt;
The project can be found on [https://gitlab.com/sarahcrowle/pobarisna GitLab].&lt;br /&gt;
&lt;br /&gt;
The JavaScript interpreter used in POBARISNA is [https://duktape.org/ Duktape], an easily embeddable interpreter with a nice API. However, Duktape 2.x has some awkward tooling and a lack of solid control over execution. Therefore, there are plans to replace it with [https://gitlab.com/christiancrowle/dorktape Dorktape], which will hopefully serve as a modernized fork of the engine.&lt;br /&gt;
&lt;br /&gt;
Being that PowerPC OpenFirmware is a slightly under-documented platform, [[PowerPC OpenFirmware Implementation Details]] should serve as helpful to anyone looking to do something similar.&lt;br /&gt;
[[File:POBARISNA running duktape on bare metal.jpg|alt=An early screenshot of POBARISNA running Duktape in OpenFirmware|thumb|An early screenshot of POBARISNA running Duktape in OpenFirmware]]&lt;br /&gt;
&lt;br /&gt;
=== picotalk ===&lt;br /&gt;
Written by Waterpear, picotalk is a Smalltalk interpreter that aims to be a bare-metal system for embedded use. It is currently in a very limited state; only the base object model and a preliminary bytecode VM are operational.&lt;br /&gt;
&lt;br /&gt;
=== Rotom OS ===&lt;br /&gt;
Written by SED, [https://github.com/SED4906/rotomos Rotom OS] is an operating system with little information to glean from anything except for its code and a few images. It attempts to be as simple as possible, with ring 3 not yet being implemented.&lt;br /&gt;
[[File:RotomOS.png|thumb|Rotom OS]]&lt;br /&gt;
&lt;br /&gt;
=== styx ===&lt;br /&gt;
Written by Sirocyl and others, styx is an operating system with many ideas, some of which will be listed here:&lt;br /&gt;
* Applications will be double-click to run, much like Windows or macOS.&lt;br /&gt;
* Libraries should live with their application in packaging, similar to Windows.&lt;br /&gt;
* Installation will be done through drag-and-drop, taken from macOS.&lt;br /&gt;
* The system will be as (trans)portable as possible, similar to Classic macOS.&lt;br /&gt;
* The word &amp;quot;styx&amp;quot; is not an acronym, nor will the operating system&#039;s governing body ever be comprised of one member.&lt;br /&gt;
* The system will be consent-first, something that flies in the face of traditional operating systems like Windows and macOS.&lt;br /&gt;
There are many more than are stated here in their Discord server, due to there being too many to list here effectively.&lt;br /&gt;
&lt;br /&gt;
=== Astral ===&lt;br /&gt;
Written by Mathewnd, [https://github.com/Mathewnd/Astral Astral] is a monolithic kernel written in C. It is still at its early stages of development and has the beginnings of a userland.&lt;br /&gt;
&lt;br /&gt;
It has a growing port collection with a few examples being Bash, Doom, Binutils, Coreutils and NASM.&lt;br /&gt;
&lt;br /&gt;
Its current main goal is to have a usable command line interface while also having fun developing the system.&lt;br /&gt;
[[File:Astral neofetch.png|alt=Astral running Neofetch on Oct 11, 2022|thumb|Astral running Neofetch on Oct 11, 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Techflash OS (TFOS) ===&lt;br /&gt;
Written by Techflash, [https://github.com/techflashYT/Techflash-OS Techflash OS] is an operating system that is still very early in development.&lt;br /&gt;
&lt;br /&gt;
It current has very little implemented except for the following:&lt;br /&gt;
&lt;br /&gt;
* A basic boot procedure&lt;br /&gt;
* Enabling a few CPU features&lt;br /&gt;
* Support of a few basic interrupts, such as the [[wikipedia:Intel_8253|PIT]] and keyboard.&lt;br /&gt;
* A very basic framebuffer console&lt;br /&gt;
* Starts of an ELF loader&lt;br /&gt;
* Serial and Parallel support for logging&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=263</id>
		<title>Homebrew OS Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=263"/>
		<updated>2022-11-15T23:05:45Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* SeshOS */ updated the SeshOS section to reflect it&amp;#039;s current state&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a general summary of what OSes are being developed on DisNCord.&lt;br /&gt;
&lt;br /&gt;
=== Open Computing Kit (OCK) ===&lt;br /&gt;
A joint project between Elisia, Sadmac356, Griffin, Europa, and others, [https://github.com/open-computing-kit Open Computing Kit] is an operating system that aims to be as GNU-independent as possible, including a [https://github.com/open-computing-kit/ockernel kernel written in Rust] and its [https://github.com/open-computing-kit/OCKcore own set of coreutils]. It is presently in the very early stages of active development.&lt;br /&gt;
&lt;br /&gt;
=== SeshOS ===&lt;br /&gt;
Written by Mineman, SeshOS is one of the more esoteric OSes on DisNCord. It has the beginnings of a GUI and shell in the kernel, and (as of 10/15/2022) it has a working malloc thanks to Krabs and Mathewnd&lt;br /&gt;
&lt;br /&gt;
currently working on fixing bug where it page faults while running the ls command&lt;br /&gt;
&lt;br /&gt;
SeshOS has support for one filesystem: tar ramfs. &lt;br /&gt;
&lt;br /&gt;
Its source code is located at https://github.com/mine-man3000/SeshOS.&lt;br /&gt;
[[File:SeshOS2.png|thumb|SeshOS in its current state as of September 1st, 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Pics Of Bread Awful scRipting Interpreter System for Neat Architectures (POBARISNA) ===&lt;br /&gt;
Written by Krabs, POBARISNA is an operating system with a JavaScript-based microkernel design that currently only runs on PowerPC macs. There are prospective plans for ports to other &amp;quot;Neat Architectures&amp;quot; (which Krabs defines as &amp;quot;not a PC/BIOS/UEFI x86 system&amp;quot;), such as SPARC variants and ARM.&lt;br /&gt;
&lt;br /&gt;
The project can be found on [https://gitlab.com/sarahcrowle/pobarisna GitLab].&lt;br /&gt;
&lt;br /&gt;
The JavaScript interpreter used in POBARISNA is [https://duktape.org/ Duktape], an easily embeddable interpreter with a nice API. However, Duktape 2.x has some awkward tooling and a lack of solid control over execution. Therefore, there are plans to replace it with [https://gitlab.com/christiancrowle/dorktape Dorktape], which will hopefully serve as a modernized fork of the engine.&lt;br /&gt;
&lt;br /&gt;
Being that PowerPC OpenFirmware is a slightly under-documented platform, [[PowerPC OpenFirmware Implementation Details]] should serve as helpful to anyone looking to do something similar.&lt;br /&gt;
[[File:POBARISNA running duktape on bare metal.jpg|alt=An early screenshot of POBARISNA running Duktape in OpenFirmware|thumb|An early screenshot of POBARISNA running Duktape in OpenFirmware]]&lt;br /&gt;
&lt;br /&gt;
=== picotalk ===&lt;br /&gt;
Written by Waterpear, picotalk is a Smalltalk interpreter that aims to be a bare-metal system for embedded use. It is currently in a very limited state; only the base object model and a preliminary bytecode VM are operational.&lt;br /&gt;
&lt;br /&gt;
=== Rotom OS ===&lt;br /&gt;
Written by SED, [https://github.com/SED4906/rotomos Rotom OS] is an operating system with little information to glean from anything except for its code and a few images. It attempts to be as simple as possible, with ring 3 not yet being implemented.&lt;br /&gt;
[[File:RotomOS.png|thumb|Rotom OS]]&lt;br /&gt;
&lt;br /&gt;
=== styx ===&lt;br /&gt;
Written by Sirocyl and others, styx is an operating system with many ideas, some of which will be listed here:&lt;br /&gt;
* Applications will be double-click to run, much like Windows or macOS.&lt;br /&gt;
* Libraries should live with their application in packaging, similar to Windows.&lt;br /&gt;
* Installation will be done through drag-and-drop, taken from macOS.&lt;br /&gt;
* The system will be as (trans)portable as possible, similar to Classic macOS.&lt;br /&gt;
* The word &amp;quot;styx&amp;quot; is not an acronym, nor will the operating system&#039;s governing body ever be comprised of one member.&lt;br /&gt;
* The system will be consent-first, something that flies in the face of traditional operating systems like Windows and macOS.&lt;br /&gt;
There are many more than are stated here in their Discord server, due to there being too many to list here effectively.&lt;br /&gt;
&lt;br /&gt;
=== Astral ===&lt;br /&gt;
Written by Mathewnd, [https://github.com/Mathewnd/Astral Astral] is a monolithic kernel written in C. It is still at its early stages of development and has the beginnings of a userland.&lt;br /&gt;
&lt;br /&gt;
It has a growing port collection with a few examples being Bash, Doom, Binutils, Coreutils and NASM.&lt;br /&gt;
&lt;br /&gt;
Its current main goal is to have a usable command line interface while also having fun developing the system.&lt;br /&gt;
[[File:Astral neofetch.png|alt=Astral running Neofetch on Oct 11, 2022|thumb|Astral running Neofetch on Oct 11, 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Techflash OS (TFOS) ===&lt;br /&gt;
Written by Techflash, [https://github.com/techflashYT/Techflash-OS Techflash OS] is an operating system that is still very early in development.&lt;br /&gt;
&lt;br /&gt;
It current has very little implemented except for the following:&lt;br /&gt;
&lt;br /&gt;
* A basic boot procedure&lt;br /&gt;
* Enabling a few CPU features&lt;br /&gt;
* (broken) support of a few basic interrupts, such as the [[wikipedia:Intel_8253|PIT]]&lt;br /&gt;
* A very basic framebuffer console&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=244</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=244"/>
		<updated>2022-11-13T03:32:40Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: Added a quote, plz fix formatting, doing it on mobile sucks - mineman&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;
&amp;lt;pre&amp;gt;&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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How Inoichi 2D was started ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Luna the Foxgirl: But yeah, it started as a subsystem for my lesbian foxgirl mahjong game engine&lt;br /&gt;
&amp;lt;/pre&amp;gt;NCommander being on fire&lt;br /&gt;
&lt;br /&gt;
NCommander: Maybe if the fire asked me out to dinner first&lt;br /&gt;
&lt;br /&gt;
Mineman and sadmac: *bursts out into laughter *&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>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=187</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=187"/>
		<updated>2022-11-03T16:18:49Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: added a quote from the stream&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== NCommander on Stream ==&lt;br /&gt;
 NCommander: We&#039;re only using 32GB of ram! I can open 2 more chrome tabs! &#039;&#039;long pause and quieter&#039;&#039; I&#039;m going to hell for that...&lt;br /&gt;
&lt;br /&gt;
== The most normal sentence said in DisNCord ==&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;
[[File:Sunrise_720p.png|200px|thumb|right|the SUN rises]]&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;
== Additional Quotes ==&lt;br /&gt;
[https://github.com/TwoPizza9621536/ncommander-quotes Unofficial NCommander quotes file]&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=83</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=83"/>
		<updated>2022-09-03T15:05:18Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &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;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: oh man, having fresh clipped nails is like having incredibly fresh guacamole at that one mexican place that looks dingy, but is super authentic&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Quotes&amp;diff=82</id>
		<title>Quotes</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Quotes&amp;diff=82"/>
		<updated>2022-09-03T15:04:21Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* Not so normal sentences said in DisNCord */&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;&amp;lt;pre&amp;gt;&lt;br /&gt;
NCommander: oh man, having fresh clipped nails is like having incredibly fresh guacamole at that one mexican place that looks dingy, but is super authentic&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=56</id>
		<title>Homebrew OS Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=56"/>
		<updated>2022-09-01T20:08:22Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* Rotom OS */ fixed the picture for this too&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a general summary of what OSes are being developed on DisNCord.&lt;br /&gt;
&lt;br /&gt;
=== Open Computing Kit (OCK) ===&lt;br /&gt;
A joint project between Elisia, Sadmac356, Griffin, Europa, and others, [https://github.com/open-computing-kit Open Computing Kit] is an operating system that aims to be as GNU-independent as possible, including a [https://github.com/open-computing-kit/ockernel kernel written in Rust] and its [https://github.com/open-computing-kit/OCKcore own set of coreutils]. It is presently in the very early stages of active development.&lt;br /&gt;
&lt;br /&gt;
=== SeshOS ===&lt;br /&gt;
Written by Mineman, SeshOS is one of the more esoteric OSes on DisNCord, it has the starts of a GUI and shell in the kernel, but no memory management.&lt;br /&gt;
&lt;br /&gt;
SeshOS has support for one filesystem: tar ramfs. &lt;br /&gt;
&lt;br /&gt;
The repository for the software is located at https://github.com/mine-man3000/SeshOS.&lt;br /&gt;
[[File:SeshOS2.png|thumb|SeshOS in it&#039;s current state as of September 1st 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Pics Of Bread Awful scRipting Interpreter System for Neat Architectures (POBARISNA) ===&lt;br /&gt;
Written by Krabs, POBARISNA is an operating system with a JavaScript-based microkernel design, that currently only runs on PowerPC macs. There are prospective plans for ports to other &amp;quot;Neat Architectures&amp;quot; (which Krabs defines as &amp;quot;not a PC/BIOS/UEFI x86 system&amp;quot;), such as SPARC variants and ARM.&lt;br /&gt;
&lt;br /&gt;
The project can be found on [https://gitlab.com/christiancrowle/pobarisna GitLab]&lt;br /&gt;
&lt;br /&gt;
=== picotalk ===&lt;br /&gt;
Written by Waterpear, picotalk is an operating system written in embedded Smalltalk.&lt;br /&gt;
&lt;br /&gt;
=== Rotom OS ===&lt;br /&gt;
Written by SED, Rotom OS is an operating system with little information to glean from anything except for its code and a few images.&lt;br /&gt;
It attempts to be as simple as possible, with ring 3 not being implemented.&lt;br /&gt;
[[File:RotomOS.png|thumb|Rotom OS]]&lt;br /&gt;
&lt;br /&gt;
=== styx ===&lt;br /&gt;
Written by Sirocyl and others, styx is an operating system with many ideas, some of which will be listed here:&lt;br /&gt;
* Applications will be double-click to run, much like Windows or macOS.&lt;br /&gt;
* Libraries should live with their application in packaging, similar to Windows.&lt;br /&gt;
* Installation will be done through drag-and-drop, taken from macOS.&lt;br /&gt;
* The system will be as (trans)portable as possible, similar to Classic macOS.&lt;br /&gt;
* The word &amp;quot;styx&amp;quot; is not an acronym, nor will the operating system&#039;s governing body ever be comprised of one member.&lt;br /&gt;
* The system will be consent-first, something that flies in the face of traditional operating systems like Windows and macOS.&lt;br /&gt;
There are many more than this here in their Discord server, but there are too many to list here effectively.&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=User:Mineman3000&amp;diff=55</id>
		<title>User:Mineman3000</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=User:Mineman3000&amp;diff=55"/>
		<updated>2022-09-01T20:06:42Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: I get my own wiki page :D&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey look, I get a page entirely for myself :D&lt;br /&gt;
&lt;br /&gt;
I am working on SeshOS: https://restless.systems/wiki/Homebrew_OS_Development#SeshOS&lt;br /&gt;
&lt;br /&gt;
maybe I&#039;ll add something to this later&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=52</id>
		<title>Homebrew OS Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=52"/>
		<updated>2022-09-01T20:00:24Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* SeshOS */ made the picture more visable :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a general summary of what OSes are being developed on DisNCord.&lt;br /&gt;
&lt;br /&gt;
=== Open Computing Kit (OCK) ===&lt;br /&gt;
A joint project between Elisia, Sadmac356, Griffin, Europa, and others, [https://github.com/open-computing-kit Open Computing Kit] is an operating system that aims to be as GNU-independent as possible, including a [https://github.com/open-computing-kit/ockernel kernel written in Rust] and its [https://github.com/open-computing-kit/OCKcore own set of coreutils]. It is presently in the very early stages of active development.&lt;br /&gt;
&lt;br /&gt;
=== SeshOS ===&lt;br /&gt;
Written by Mineman, SeshOS is one of the more esoteric OSes on DisNCord, it has the starts of a GUI and shell in the kernel, but no memory management.&lt;br /&gt;
&lt;br /&gt;
SeshOS has support for one filesystem: tar ramfs. &lt;br /&gt;
&lt;br /&gt;
The repository for the software is located at https://github.com/mine-man3000/SeshOS.&lt;br /&gt;
[[File:SeshOS2.png|thumb|SeshOS in it&#039;s current state as of September 1st 2022]]&lt;br /&gt;
&lt;br /&gt;
=== Pics Of Bread Awful scRipting Interpreter System for Neat Architectures (POBARISNA) ===&lt;br /&gt;
Written by Krabs, POBARISNA is an operating system with a JavaScript-based microkernel design, that currently only runs on PowerPC macs. There are prospective plans for ports to other &amp;quot;Neat Architectures&amp;quot; (which Krabs defines as &amp;quot;not a PC/BIOS/UEFI x86 system&amp;quot;), such as SPARC variants and ARM.&lt;br /&gt;
&lt;br /&gt;
The project can be found on [https://gitlab.com/christiancrowle/pobarisna GitLab]&lt;br /&gt;
&lt;br /&gt;
=== picotalk ===&lt;br /&gt;
Written by Waterpear, picotalk is an operating system written in embedded Smalltalk.&lt;br /&gt;
&lt;br /&gt;
=== Rotom OS ===&lt;br /&gt;
Written by SED, Rotom OS is an operating system with little information to glean from anything except for its code and a few images.&lt;br /&gt;
It attempts to be as simple as possible, with ring 3 not being implemented.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
RotomOS.png|An early image of Rotom OS booting.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== styx ===&lt;br /&gt;
Written by Sirocyl and others, styx is an operating system with many ideas, some of which will be listed here:&lt;br /&gt;
* Applications will be double-click to run, much like Windows or macOS.&lt;br /&gt;
* Libraries should live with their application in packaging, similar to Windows.&lt;br /&gt;
* Installation will be done through drag-and-drop, taken from macOS.&lt;br /&gt;
* The system will be as (trans)portable as possible, similar to Classic macOS.&lt;br /&gt;
* The word &amp;quot;styx&amp;quot; is not an acronym, nor will the operating system&#039;s governing body ever be comprised of one member.&lt;br /&gt;
* The system will be consent-first, something that flies in the face of traditional operating systems like Windows and macOS.&lt;br /&gt;
There are many more than this here in their Discord server, but there are too many to list here effectively.&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=File:SeshOS2.png&amp;diff=47</id>
		<title>File:SeshOS2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=File:SeshOS2.png&amp;diff=47"/>
		<updated>2022-09-01T18:48:57Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;SeshOS in it&#039;s current state as of September 1st, 2022&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=24</id>
		<title>Homebrew OS Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=24"/>
		<updated>2022-09-01T03:37:54Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* SeshOS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a general summary of what OSes are being developed on DisNCord.&lt;br /&gt;
&lt;br /&gt;
=== Open Computing Kit (OCK) ===&lt;br /&gt;
A joint project between Elisia, Sadmac356, Griffin, Europa, and others, [https://github.com/open-computing-kit Open Computing Kit] is an operating system that aims to be as GNU-independent as possible, including a [https://github.com/open-computing-kit/ockernel kernel written in Rust] and its [https://github.com/open-computing-kit/OCKcore own set of coreutils]. It is presently in the very early stages of active development.&lt;br /&gt;
&lt;br /&gt;
=== SeshOS ===&lt;br /&gt;
Written by Mineman, SeshOS is one of the more esoteric OSes on DisNCord, it has the starts of a GUI and shell in the kernel, but no memory management.&lt;br /&gt;
&lt;br /&gt;
SeshOS has support for one filesystem: tar ramfs. &lt;br /&gt;
&lt;br /&gt;
repo at https://github.com/mine-man3000/SeshOS and yes, that was typed from memory...&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
SeshOS.png|An early image of SeshOS booting.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Pics Of Bread Awful scRipting Interpreter Systems for Neat Architectures (POBARISNA) ===&lt;br /&gt;
Written by Krabs, POBARISNA is an operating system with a JavaScript-based microkernel design, that for now only runs on PowerPC macs. There are prospective plans for ports to other &amp;quot;Neat Architectures&amp;quot; (which Krabs defines as &amp;quot;not a PC/BIOS/UEFI x86 system&amp;quot;), such as SPARC variants and ARM. &lt;br /&gt;
&lt;br /&gt;
=== picotalk ===&lt;br /&gt;
Written by Waterpear, picotalk is an operating system written in embedded Smalltalk.&lt;br /&gt;
&lt;br /&gt;
=== Rotom OS ===&lt;br /&gt;
Written by SED, Rotom OS is an operating system with little information to glean from anything except for its code and a few images.&lt;br /&gt;
It attempts to be as simple as possible, with ring 3 not being implemented.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
RotomOS.png|An early image of Rotom OS booting.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== styx ===&lt;br /&gt;
Written by Sirocyl and others, styx is an operating system with many ideas, some of which will be listed here:&lt;br /&gt;
* Applications will be double-click to run, much like Windows or macOS.&lt;br /&gt;
* Libraries should live with their application in packaging, similar to Windows.&lt;br /&gt;
* Installation will be done through drag-and-drop, taken from macOS.&lt;br /&gt;
* The system will be as (trans)portable as possible, similar to Classic macOS.&lt;br /&gt;
* The word &amp;quot;styx&amp;quot; is not an acronym, nor will the operating system&#039;s governing body ever be comprised of one member.&lt;br /&gt;
* The system will be consent-first, something that flies in the face of traditional operating systems like Windows and macOS.&lt;br /&gt;
There are many more than this here in their Discord server, but there are too many to list here effectively.&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
	<entry>
		<id>https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=23</id>
		<title>Homebrew OS Development</title>
		<link rel="alternate" type="text/html" href="https://wiki.restless.systems/index.php?title=Homebrew_OS_Development&amp;diff=23"/>
		<updated>2022-09-01T03:36:45Z</updated>

		<summary type="html">&lt;p&gt;Mineman3000: /* SeshOS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a general summary of what OSes are being developed on DisNCord.&lt;br /&gt;
&lt;br /&gt;
=== Open Computing Kit (OCK) ===&lt;br /&gt;
A joint project between Elisia, Sadmac356, Griffin, Europa, and others, [https://github.com/open-computing-kit Open Computing Kit] is an operating system that aims to be as GNU-independent as possible, including a [https://github.com/open-computing-kit/ockernel kernel written in Rust] and its [https://github.com/open-computing-kit/OCKcore own set of coreutils]. It is presently in the very early stages of active development.&lt;br /&gt;
&lt;br /&gt;
=== SeshOS ===&lt;br /&gt;
Written by Mineman, SeshOS is one of the more esoteric OSes on DisNCord, it has the starts of a GUI and shell in the kernel, but no memory management.&lt;br /&gt;
SeshOS has support for one filesystem: tar ramfs repo at https://github.com/mine-man3000/SeshOS and yes, that was typed from memory...&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
SeshOS.png|An early image of SeshOS booting.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Pics Of Bread Awful scRipting Interpreter Systems for Neat Architectures (POBARISNA) ===&lt;br /&gt;
Written by Krabs, POBARISNA is an operating system with a JavaScript-based microkernel design, that for now only runs on PowerPC macs. There are prospective plans for ports to other &amp;quot;Neat Architectures&amp;quot; (which Krabs defines as &amp;quot;not a PC/BIOS/UEFI x86 system&amp;quot;), such as SPARC variants and ARM. &lt;br /&gt;
&lt;br /&gt;
=== picotalk ===&lt;br /&gt;
Written by Waterpear, picotalk is an operating system written in embedded Smalltalk.&lt;br /&gt;
&lt;br /&gt;
=== Rotom OS ===&lt;br /&gt;
Written by SED, Rotom OS is an operating system with little information to glean from anything except for its code and a few images.&lt;br /&gt;
It attempts to be as simple as possible, with ring 3 not being implemented.&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
RotomOS.png|An early image of Rotom OS booting.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== styx ===&lt;br /&gt;
Written by Sirocyl and others, styx is an operating system with many ideas, some of which will be listed here:&lt;br /&gt;
* Applications will be double-click to run, much like Windows or macOS.&lt;br /&gt;
* Libraries should live with their application in packaging, similar to Windows.&lt;br /&gt;
* Installation will be done through drag-and-drop, taken from macOS.&lt;br /&gt;
* The system will be as (trans)portable as possible, similar to Classic macOS.&lt;br /&gt;
* The word &amp;quot;styx&amp;quot; is not an acronym, nor will the operating system&#039;s governing body ever be comprised of one member.&lt;br /&gt;
* The system will be consent-first, something that flies in the face of traditional operating systems like Windows and macOS.&lt;br /&gt;
There are many more than this here in their Discord server, but there are too many to list here effectively.&lt;/div&gt;</summary>
		<author><name>Mineman3000</name></author>
	</entry>
</feed>