<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: PeyTy</title><link>https://news.ycombinator.com/user?id=PeyTy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 08:43:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=PeyTy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by PeyTy in "Greentea OS non-NT/non-Unix system from scratch runs .exe files"]]></title><description><![CDATA[
<p>People check the <a href="https://github.com/GreenteaOS/Greentea">https://github.com/GreenteaOS/Greentea</a> which currently contains binary assets. This repo will have user-space apps sources. Currently sample apps are taken from ReactOS project.</p>
]]></description><pubDate>Fri, 01 Aug 2025 06:06:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44753469</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44753469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44753469</guid></item><item><title><![CDATA[New comment by PeyTy in "Greentea OS non-NT/non-Unix system from scratch runs .exe files"]]></title><description><![CDATA[
<p>The code is mostly in the <a href="https://github.com/GreenteaOS/Tofita">https://github.com/GreenteaOS/Tofita</a> and <a href="https://github.com/GreenteaOS/Caramel">https://github.com/GreenteaOS/Caramel</a></p>
]]></description><pubDate>Fri, 01 Aug 2025 06:05:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44753466</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44753466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44753466</guid></item><item><title><![CDATA[New comment by PeyTy in "Greentea OS non-NT/non-Unix system from scratch runs .exe files"]]></title><description><![CDATA[
<p>Greentea OS is built from scratch in a custom programming language Hexa with custom kernel design (called Tofita Engine)<p>While the language looks pretty high-level, having a custom language allows us to fine-tune it for the needs of the OS. It was intended for games and game engines, but later I extended it to the osdev too. The design of Hexa implies balance of high-level feel and moderate safety by default without compromise on performance. You may always go lower or higher level when needed. Kernel is a game-engine inspired experimental design. For simplicity, you may assume its a monolith (with some internal sandboxing, but that's not yet fully implemented). I will cover Tofita design in the future as it evolves.</p>
]]></description><pubDate>Fri, 01 Aug 2025 06:05:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44753464</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44753464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44753464</guid></item><item><title><![CDATA[New comment by PeyTy in "Greentea OS non-NT/non-Unix system from scratch runs .exe files"]]></title><description><![CDATA[
<p>Greentea OS is an alpha-stage GPL3 desktop OS from scratch that boots on x64 UEFI devices, and runs existing software unmodified (currently supports .exe files). The goal is to create a fast, lightweight OS that competes in the operating system space.</p>
]]></description><pubDate>Fri, 01 Aug 2025 06:04:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44753463</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44753463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44753463</guid></item><item><title><![CDATA[Greentea OS non-NT/non-Unix system from scratch runs .exe files]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/GreenteaOS/Greentea/releases/tag/2025.7.29">https://github.com/GreenteaOS/Greentea/releases/tag/2025.7.29</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44753462">https://news.ycombinator.com/item?id=44753462</a></p>
<p>Points: 4</p>
<p># Comments: 4</p>
]]></description><pubDate>Fri, 01 Aug 2025 06:04:58 +0000</pubDate><link>https://github.com/GreenteaOS/Greentea/releases/tag/2025.7.29</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44753462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44753462</guid></item><item><title><![CDATA[New comment by PeyTy in "GreenteaOS – from-scratch operating system reaches alpha Windows .exe support"]]></title><description><![CDATA[
<p>Yes having custom language allows us to fine-tune it for the needs of the OS. It was intended for games and game engines, but later I extended it to the osdev too. The design of Hexa implies balance of high-level feel and moderate safety by default without compromise on performance. You may always go lower or higher level when needed. Kernel is a game-engine inspired experimental design. For simplicity, you may assume its a monolith (with some internal sandboxing, but that's not yet fully implemented). I will cover Tofita design in the future as it evolves.</p>
]]></description><pubDate>Fri, 01 Aug 2025 06:00:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44753428</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44753428</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44753428</guid></item><item><title><![CDATA[New comment by PeyTy in "GreenteaOS – from-scratch operating system reaches alpha Windows .exe support"]]></title><description><![CDATA[
<p>The code is mostly in the <a href="https://github.com/GreenteaOS/Tofita">https://github.com/GreenteaOS/Tofita</a> and <a href="https://github.com/GreenteaOS/Caramel">https://github.com/GreenteaOS/Caramel</a><p>People check the <a href="https://github.com/GreenteaOS/Greentea">https://github.com/GreenteaOS/Greentea</a> which currently mostly contains binary assets. This repo will have user-space apps. Currently sample apps are taken from ReactOS project.</p>
]]></description><pubDate>Thu, 31 Jul 2025 15:41:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44746798</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44746798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44746798</guid></item><item><title><![CDATA[New comment by PeyTy in "GreenteaOS – from-scratch operating system reaches alpha Windows .exe support"]]></title><description><![CDATA[
<p>Thanks!</p>
]]></description><pubDate>Thu, 31 Jul 2025 15:26:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44746636</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44746636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44746636</guid></item><item><title><![CDATA[New comment by PeyTy in "GreenteaOS – from-scratch operating system reaches alpha Windows .exe support"]]></title><description><![CDATA[
<p>GitHub <a href="https://github.com/GreenteaOS/Greentea/releases/">https://github.com/GreenteaOS/Greentea/releases/</a><p>You may download and try it on the hardware (no files will be edited on the storage)</p>
]]></description><pubDate>Thu, 31 Jul 2025 15:26:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44746632</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44746632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44746632</guid></item><item><title><![CDATA[New comment by PeyTy in "GreenteaOS – from-scratch operating system reaches alpha Windows .exe support"]]></title><description><![CDATA[
<p>Greentea OS is built from scratch in a custom programming language Hexa with custom kernel design (called Tofita Engine)<p>Demo: <a href="https://www.youtube.com/watch?v=vh-icbJuQgg" rel="nofollow">https://www.youtube.com/watch?v=vh-icbJuQgg</a></p>
]]></description><pubDate>Thu, 31 Jul 2025 13:04:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44745235</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44745235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44745235</guid></item><item><title><![CDATA[GreenteaOS – from-scratch operating system reaches alpha Windows .exe support]]></title><description><![CDATA[
<p>Article URL: <a href="https://gist.github.com/PeyTy/1f56368d3ab6c5eb7daf580faae3095f">https://gist.github.com/PeyTy/1f56368d3ab6c5eb7daf580faae3095f</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44745221">https://news.ycombinator.com/item?id=44745221</a></p>
<p>Points: 5</p>
<p># Comments: 8</p>
]]></description><pubDate>Thu, 31 Jul 2025 13:01:27 +0000</pubDate><link>https://gist.github.com/PeyTy/1f56368d3ab6c5eb7daf580faae3095f</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=44745221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44745221</guid></item><item><title><![CDATA[New comment by PeyTy in "17th-century priory in France converted into a medieval-inspired topiary garden"]]></title><description><![CDATA[
<p>That's what I expect from upcoming Oblivion remaster. Very lovely!</p>
]]></description><pubDate>Sat, 11 Jan 2025 19:53:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42668482</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=42668482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42668482</guid></item><item><title><![CDATA[New comment by PeyTy in "Narcolepsy is weird but I didn't notice"]]></title><description><![CDATA[
<p>Your eye muscles maybe just tired from constant staring, or neck tension causes brain blood flow problems or something. I struggled with this all the time, but supplementation and exercise helps a lot.<p>Technical papers aren't THAT boring, after all!</p>
]]></description><pubDate>Sat, 11 Jan 2025 19:41:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=42668398</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=42668398</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42668398</guid></item><item><title><![CDATA[New comment by PeyTy in "ExectOS – brand new operating system which derives from NT architecture"]]></title><description><![CDATA[
<p>Seems like its completely different person with the same name of Rafal Kupiec. Pretty common Polish name and surname. WinuxOS is not related to ExectOS by any means. The post is from almost 20 years ago.<p>Also I don't see that level of code similarity you're claiming. KeLowerRunLevel in Minoca is literally a one liner. Most functions behave differently compared to Minoca's. I've asked Belliash on Discord, he was reading Minoca to derive some inspiration. And Codeium AI autocomplete may sometimes generate code similar to other projects. Nothing to worry about.</p>
]]></description><pubDate>Thu, 20 Jun 2024 18:01:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=40741409</link><dc:creator>PeyTy</dc:creator><comments>https://news.ycombinator.com/item?id=40741409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40741409</guid></item></channel></rss>