<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: eschaton</title><link>https://news.ycombinator.com/user?id=eschaton</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 14:00:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eschaton" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eschaton in "The future of everything is lies, I guess: Where do we go from here?"]]></title><description><![CDATA[
<p>Crazy that someone would use this pseudonym while at the same time saying that all society's problems are caused by socialist and Communist conspiracy.</p>
]]></description><pubDate>Fri, 17 Apr 2026 00:38:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47801265</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47801265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47801265</guid></item><item><title><![CDATA[New comment by eschaton in "We ran Doom on a 40 year old printer controller (Agfa Compugraphic 9000PS) [video]"]]></title><description><![CDATA[
<p>Go to any Vintage Computer Festival and ask the people exhibiting how clever and witty they think questions about running Crysis are.</p>
]]></description><pubDate>Wed, 15 Apr 2026 21:21:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47785405</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47785405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47785405</guid></item><item><title><![CDATA[New comment by eschaton in "Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS"]]></title><description><![CDATA[
<p>You’re talking about the workstation world circa 1985 and later, but prior to then the victory of C and UNIX wasn’t a sure thing. Apollo was the big player, but they weren’t the only ones.<p>In particular, many minicomputer vendors had some type of graphics and engineering workstation system built around their minicomputer product line, whether multi-user (where you’d have one minicomputer or even mainframe serving multiple bitmap or vector graphics terminals) or single-user (whether using a dedicated low-end minicomputer as a single-user system or using a new CPU design).<p>The Xerox Alto is what everyone cites as the start of the workstation trend, but it didn’t just beget the Xerox Star, the Lisp Machine, and the Lisa, it also led to the Three Rivers PERQ and CAD/CAE environments built on top of modular hardware from Data General and DEC, to the point where eventually DG, DEC, HP, and others released their own graphical workstations based on their minicomputer architectures.<p>All of these used vendor operating systems, not UNIX, and almost all emphasized the use of Pascal and FORTRAN for high-level application development. (The ones that didn’t had vendor languages too, like InterLISP and Mesa for Xerox.)</p>
]]></description><pubDate>Wed, 15 Apr 2026 06:36:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47775477</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47775477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47775477</guid></item><item><title><![CDATA[New comment by eschaton in "AI assistance when contributing to the Linux kernel"]]></title><description><![CDATA[
<p>Then don’t use AI to contribute.</p>
]]></description><pubDate>Sun, 12 Apr 2026 20:57:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47744385</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47744385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47744385</guid></item><item><title><![CDATA[New comment by eschaton in "Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS"]]></title><description><![CDATA[
<p>I didn’t encounter too many of those back in the day, I think because there was the VBL task mechanism for synchronizing with screen refresh that made it easy to avoid using instruction loops for timing.<p>Much more common in my experience was the assumption that the framebuffer was 1-bit, but such games would still run on my IIci if I switched to black & white—they’d just use the upper left 3/4 of the screen since they still paid proper attention to the bytes-per-row in its GrafPort.<p>Could be that by the time I was using a Mac II though that all the games that didn’t meet that minimum bar had already been weeded out.</p>
]]></description><pubDate>Sat, 11 Apr 2026 20:59:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47733979</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47733979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47733979</guid></item><item><title><![CDATA[New comment by eschaton in "Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS"]]></title><description><![CDATA[
<p>They mostly relied on OS/Toolbox implementation quirks though, not hardware implementation quirks, because applications that relied on the latter wouldn’t run on the Macintosh XL and that mattered to certain market segments. (Like some people using spreadsheets, who were willing to trade CPU speed for screen size.) Similarly anything that tried to use floppy copy protection tricks wouldn’t work due to the different system design, so that wasn’t common among applications.<p>So even things that wrote directly to the framebuffer would ask the OS for the address and bounds rather than hardcode them, copy protection would be implemented using license keys (crypto/hashes, not dongles) rather than weird track layouts on floppies, etc. It led to good enough forward compatibility that the substantial architectural changes in the Macintosh II were possible, and things just improved from there.</p>
]]></description><pubDate>Sat, 11 Apr 2026 20:42:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47733858</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47733858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47733858</guid></item><item><title><![CDATA[New comment by eschaton in "Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS"]]></title><description><![CDATA[
<p>It was actually mostly written in assembly, but used Pascal calling conventions and structure layouts since that was expected to be the primary language for application developers. As it had been for Lisa, as it was for “large” applications on Apple II, and as was the case for much of the rest of the microcomputer and minicomputer industry and even the nascent workstation industry (eg Apollo).<p>It was the Lisa system software that was mostly implemented in Pascal and some blamed this for its largeness and its performance. Compilers and linkers weren’t great back then; most compiler code generation was pretty rigid, and most linkers didn’t even coalesce identical string literals across compilation unit boundaries!<p>Lisa Workshop C introduced the “pascal” keyword for function declarations and definitions to indicate they used Pascal calling conventions, and otherwise followed Lisa Pascal structure layout rules, so as to minimize the overhead of interoperating with the OS. (I’m not sure whether it introduced the “\p” Pascal string literal convention too or if that came later with Stanford or THINK Lightspeed C.)</p>
]]></description><pubDate>Sat, 11 Apr 2026 20:02:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47733525</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47733525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47733525</guid></item><item><title><![CDATA[New comment by eschaton in "Advanced Mac Substitute is an API-level reimplementation of 1980s-era Mac OS"]]></title><description><![CDATA[
<p>This is exactly the sort of project that can serve as the basis for such a system.</p>
]]></description><pubDate>Sat, 11 Apr 2026 19:48:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47733430</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47733430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47733430</guid></item><item><title><![CDATA[New comment by eschaton in "Molotov cocktail is hurled at home of Sam Altman"]]></title><description><![CDATA[
<p>What happens when lobbying for a new deal fails? Do the people just shrug and accept the fate their feudal lords have determined for them?</p>
]]></description><pubDate>Fri, 10 Apr 2026 19:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47722862</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47722862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47722862</guid></item><item><title><![CDATA[New comment by eschaton in "Nashville library launches Memory Lab for digitizing home movies"]]></title><description><![CDATA[
<p>Many libraries or library systems actually have something like this. In the Bay Area, the large Santa Clara Library does and at least had regular drop-in hours.</p>
]]></description><pubDate>Fri, 27 Mar 2026 19:37:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47547242</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47547242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47547242</guid></item><item><title><![CDATA[New comment by eschaton in "Quillx is an open standard for disclosing AI involvement in software projects"]]></title><description><![CDATA[
<p>They do if they want me to use it.</p>
]]></description><pubDate>Mon, 16 Mar 2026 07:52:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47396173</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47396173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47396173</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>I started working in the industry when you were able to buy a Lisp Machine new and have been studying AI even longer, and I’ve been very successful in it. I not only know what I’m talking about, I have the experience to back it up.<p>You sound like someone who’s deeply in denial about exactly how the LLM plagiarism machines work. You really do sound like a student defending themselves against a plagiarism charge by asserting that since they did the work of choosing the text to put into their essay and massaging the grammar so it fit, nobody should care where it came from.</p>
]]></description><pubDate>Sun, 15 Mar 2026 01:59:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47383505</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47383505</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47383505</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>“I looked up the topic on Wikipedia and I highlighted the text and I selected copy and I selected paste so I don’t see how this is plagiarism.”<p>That’s what you sound like.</p>
]]></description><pubDate>Sat, 14 Mar 2026 22:49:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47382127</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47382127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47382127</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>[flagged]</p>
]]></description><pubDate>Thu, 12 Mar 2026 01:18:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47345025</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47345025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47345025</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>[flagged]</p>
]]></description><pubDate>Wed, 11 Mar 2026 23:46:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47344180</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47344180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47344180</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>If it’s the output of an LLM, it’s not their own work.</p>
]]></description><pubDate>Wed, 11 Mar 2026 23:44:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47344155</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47344155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47344155</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>[flagged]</p>
]]></description><pubDate>Wed, 11 Mar 2026 23:42:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47344132</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47344132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47344132</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>You can, in fact, be pursued both civilly and criminally for fraud.<p>Your admissions here are enough that if you tried to contribute to any of my own Open Source projects, I would reject your contributions, and if I had accepted any prior ones I would pursue legal remedies.</p>
]]></description><pubDate>Wed, 11 Mar 2026 21:39:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47342393</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47342393</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47342393</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>What about IBM i and z/OS, and Stratus VOS, and Burroughs MCP, and Tandem GUARDIAN, and VxWorks and OS-9 and… These all not only still exist but run huge transaction volume (for the mainframe and minicomputer systems) and run a huge amount of embedded systems (for the embedded OSes).</p>
]]></description><pubDate>Wed, 11 Mar 2026 03:28:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47331458</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47331458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47331458</guid></item><item><title><![CDATA[New comment by eschaton in "Redox OS has adopted a Certificate of Origin policy and a strict no-LLM policy"]]></title><description><![CDATA[
<p>If you’re going to lie and say there was no LLM involved, what else are you going to lie about? Copying code from another codebase with incompatible license terms, perhaps?<p>I would say people should be wary of any contributions whatsoever from a filthy fucking liar.</p>
]]></description><pubDate>Wed, 11 Mar 2026 03:15:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47331378</link><dc:creator>eschaton</dc:creator><comments>https://news.ycombinator.com/item?id=47331378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47331378</guid></item></channel></rss>