<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: jbanes</title><link>https://news.ycombinator.com/user?id=jbanes</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Jul 2026 06:34:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jbanes" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jbanes in "Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy"]]></title><description><![CDATA[
<p>That’s my doing. I already had a pipeline of contacts for manufacturing GameBoy games at various levels of quality and cost. Being involved from the beginning, I was able to influence development to ensure we could produce the lowest cost product that met the quality levels needed to blow up everyone’s collective minds.</p>
]]></description><pubDate>Sun, 26 Jul 2026 22:12:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=49062960</link><dc:creator>jbanes</dc:creator><comments>https://news.ycombinator.com/item?id=49062960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49062960</guid></item><item><title><![CDATA[New comment by jbanes in "Htmx 4.0, the first JavaScript library to release exclusively on the Game Boy"]]></title><description><![CDATA[
<p>I didn’t do the art, but I did do the graphic design/layout of the box. I can assure you there was no AI used on the box. (Well, except for the CRT effect on the screenshots. ChatGPT helped out there.) I did the work in PhotoPea using the artist’s original work as a base.</p>
]]></description><pubDate>Sun, 26 Jul 2026 19:24:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49061484</link><dc:creator>jbanes</dc:creator><comments>https://news.ycombinator.com/item?id=49061484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49061484</guid></item><item><title><![CDATA[New comment by jbanes in "Show HN: The Montana MiniComputer"]]></title><description><![CDATA[
<p>We’re definitely hoping that happens at some point! One of my goals is to ensure the specs stay within the bounds of realistic hardware.</p>
]]></description><pubDate>Fri, 25 Jul 2025 19:01:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44686954</link><dc:creator>jbanes</dc:creator><comments>https://news.ycombinator.com/item?id=44686954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44686954</guid></item><item><title><![CDATA[New comment by jbanes in "Show HN: The Montana MiniComputer"]]></title><description><![CDATA[
<p>Ted! We met years ago when you visited Truven for a MapR sale. Really awesome to see you here. :)<p>Many of the issues you're bringing up popped into my head when I started working with Carson on the project. But they've ended up being not a big deal. The machine is more than powerful enough to get through the lower level CS courses while being simple enough to be blindly obvious about how it all works.<p>We're also cheating in a few areas like compiling graphics to a separate ROM space to keep the memory usage down.<p>Carson and I have already chatted about eventually needing an MTMC-32 for Operating System Design classes. That would be the computer where Interrupts, TLBs, cache levels, pipelining, MMIO, block devices, etc, etc, etc would make sense. They'll be able tp build the Operating System themselves and figure out how to make it all work. And ideally share software with each other that they can compiler for their OS. (Like a TinyGo :))<p>IMHO, this is an important step toward a suite of educational tools for the future.</p>
]]></description><pubDate>Fri, 25 Jul 2025 18:28:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44686541</link><dc:creator>jbanes</dc:creator><comments>https://news.ycombinator.com/item?id=44686541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44686541</guid></item><item><title><![CDATA[New comment by jbanes in "Why MIT switched from Scheme to Python (2009)"]]></title><description><![CDATA[
<p>Did anyone notice this announcement was from 16 years ago? I very much doubt this is the current state of the MIT coursework.</p>
]]></description><pubDate>Fri, 25 Jul 2025 17:54:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44686100</link><dc:creator>jbanes</dc:creator><comments>https://news.ycombinator.com/item?id=44686100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44686100</guid></item><item><title><![CDATA[New comment by jbanes in "Show HN: The Montana MiniComputer"]]></title><description><![CDATA[
<p>There’s a built-in assembly editor with highlighting and intellisense autocomplete. Super easy to get started with coding assembly. AND you can run assembly directly from the command line. e.g. Type in “li t0 42” and 42 will be loaded into the t0 register.<p>Just pull up the Machine Specification for the full list of instructions and try it out!</p>
]]></description><pubDate>Fri, 25 Jul 2025 17:01:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44685421</link><dc:creator>jbanes</dc:creator><comments>https://news.ycombinator.com/item?id=44685421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44685421</guid></item><item><title><![CDATA[New comment by jbanes in "Show HN: The Montana MiniComputer"]]></title><description><![CDATA[
<p>The title itself is the link. But here it is again:<p><a href="https://mtmc.cs.montana.edu/" rel="nofollow">https://mtmc.cs.montana.edu/</a><p>We made sure it was HTML3 compliant for shits and giggles</p>
]]></description><pubDate>Fri, 25 Jul 2025 14:54:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44683867</link><dc:creator>jbanes</dc:creator><comments>https://news.ycombinator.com/item?id=44683867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44683867</guid></item><item><title><![CDATA[New comment by jbanes in "Show HN: The Montana MiniComputer"]]></title><description><![CDATA[
<p>Fun Fact: You can pass your starting patterns into the Life program. There are a bunch in /data. And you can make your own as long as they end in .cells<p>My favorite is: life /data/galaxy.cells</p>
]]></description><pubDate>Fri, 25 Jul 2025 14:32:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44683566</link><dc:creator>jbanes</dc:creator><comments>https://news.ycombinator.com/item?id=44683566</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44683566</guid></item></channel></rss>