<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: mondobe</title><link>https://news.ycombinator.com/user?id=mondobe</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 09 Sep 2026 22:30:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mondobe" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mondobe in "Why do AI company logos look like buttholes? (2025)"]]></title><description><![CDATA[
<p>I'll trust you on this subject, anal_reactor</p>
]]></description><pubDate>Sat, 18 Jul 2026 14:46:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48958621</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=48958621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48958621</guid></item><item><title><![CDATA[New comment by mondobe in "Vancouver PD website features Quick Escape button that wipes itself from history"]]></title><description><![CDATA[
<p>The Trevor Project (LGBTQ support/suicide prevention site) has the same thing, triggered by a hotkey (press ESC three times). <a href="https://www.thetrevorproject.org/" rel="nofollow">https://www.thetrevorproject.org/</a></p>
]]></description><pubDate>Wed, 15 Jul 2026 01:33:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48915169</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=48915169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48915169</guid></item><item><title><![CDATA[Atari 2600 BASIC Programming (2015)]]></title><description><![CDATA[
<p>Article URL: <a href="https://huguesjohnson.com/programming/atari-2600-basic/">https://huguesjohnson.com/programming/atari-2600-basic/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47339403">https://news.ycombinator.com/item?id=47339403</a></p>
<p>Points: 61</p>
<p># Comments: 14</p>
]]></description><pubDate>Wed, 11 Mar 2026 18:35:39 +0000</pubDate><link>https://huguesjohnson.com/programming/atari-2600-basic/</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=47339403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47339403</guid></item><item><title><![CDATA[New comment by mondobe in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>I've been working on a music-making website since late spring. This is my first real frontend project, and I'm writing it in pure Rust using Leptos (so far, haven't had to write a single line of JavaScript!)<p>Most of my work so far has been on the actual music-making interface, but I'm beginning work on the backend now. I've only worked with Django before (for a school project at Georgia Tech), so I'll be deep in the `sqlx` documentation for a while.<p>There's no manual, so use at your own risk (it's similar to tracker programs like FastTracker and OpenMPT): <a href="https://mondobe.com/tracker" rel="nofollow">https://mondobe.com/tracker</a></p>
]]></description><pubDate>Sun, 11 Jan 2026 18:30:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46578241</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=46578241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46578241</guid></item><item><title><![CDATA[Dealing with abandonware (2024)]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.hris.to/./dealing-with-abandonware.html">https://blog.hris.to/./dealing-with-abandonware.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46499425">https://news.ycombinator.com/item?id=46499425</a></p>
<p>Points: 148</p>
<p># Comments: 53</p>
]]></description><pubDate>Mon, 05 Jan 2026 14:53:23 +0000</pubDate><link>https://blog.hris.to/./dealing-with-abandonware.html</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=46499425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46499425</guid></item><item><title><![CDATA[New comment by mondobe in "Show HN: Wordle-style game for Fermi questions"]]></title><description><![CDATA[
<p>I think the win criteria is good. I would think about automatically showing the "How to Play" screen on a user's first visit so that they are aware of the criteria.</p>
]]></description><pubDate>Sat, 02 Aug 2025 19:18:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44770525</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=44770525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44770525</guid></item><item><title><![CDATA[New comment by mondobe in "Show HN: Wordle-style game for Fermi questions"]]></title><description><![CDATA[
<p>Very neat! I'd love a feature where I can share my score with a link to the website (although it's possible there already is one and I just missed it).</p>
]]></description><pubDate>Sat, 02 Aug 2025 18:23:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44770006</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=44770006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44770006</guid></item><item><title><![CDATA[New comment by mondobe in "Ask HN: What are you working on? (July 2025)"]]></title><description><![CDATA[
<p>I'm getting into frontend web development with Rust by making a tracker [1] (not the advertising kind, rather a type of music-making app that was popular with chiptune artists in the '90s).<p>This is my first time doing anything with frontend more complex than an image carousel, and I have occasionally felt that I'm in over my head with things like multithreading and audio playback, but it's immensely satisfying seeing the app come together.<p>I am extremely impressed by the Leptos framework [2], and I'm thrilled that I haven't had to write a single line of JS, even when doing DOM interactions or communicating with web workers.<p>Once I polish up the tracker frontend, I'd like to add a backend and potentially try to release it as a paid app.<p>[1] <a href="https://mondobe.com/tracker" rel="nofollow">https://mondobe.com/tracker</a><p>[2] <a href="https://leptos.dev/" rel="nofollow">https://leptos.dev/</a></p>
]]></description><pubDate>Mon, 28 Jul 2025 02:35:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44706667</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=44706667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44706667</guid></item><item><title><![CDATA[New comment by mondobe in "Is anybody using this private key?"]]></title><description><![CDATA[
<p>You only see hunter2 because I copied and pasted your stars. I just see ****.</p>
]]></description><pubDate>Fri, 04 Jul 2025 15:51:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44465580</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=44465580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44465580</guid></item><item><title><![CDATA[New comment by mondobe in "Brazil's government-run payments system has become dominant"]]></title><description><![CDATA[
<p>Why was the beach using your phone?</p>
]]></description><pubDate>Tue, 08 Apr 2025 17:50:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43624541</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=43624541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43624541</guid></item><item><title><![CDATA[New comment by mondobe in "Tell HN: Announcing tomhow as a public moderator"]]></title><description><![CDATA[
<p>I would guess some version of "Daniel Gackle", as seen at the very bottom of <a href="https://www.ycombinator.com/people.html">https://www.ycombinator.com/people.html</a></p>
]]></description><pubDate>Wed, 02 Apr 2025 18:46:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=43560021</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=43560021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43560021</guid></item><item><title><![CDATA[New comment by mondobe in "Animals Made from 13 Circles (2016)"]]></title><description><![CDATA[
<p><p><pre><code>  interface Animal {
    Circle[13] circles();

    // Leftover from Intro to CS, remember to remove
    void make_sound();
  }</code></pre></p>
]]></description><pubDate>Wed, 02 Apr 2025 18:26:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43559762</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=43559762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43559762</guid></item><item><title><![CDATA[New comment by mondobe in "AMC Theatres will screen a Swedish movie 'visually dubbed' with the help of AI"]]></title><description><![CDATA[
<p>Works for 136.0.2 on Windows</p>
]]></description><pubDate>Tue, 25 Mar 2025 21:48:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43476375</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=43476375</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43476375</guid></item><item><title><![CDATA[New comment by mondobe in "Microplastics in the human brain"]]></title><description><![CDATA[
<p>Perfect, I was hoping to increase my neuroplasticity.</p>
]]></description><pubDate>Thu, 06 Feb 2025 02:35:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=42958331</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=42958331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42958331</guid></item><item><title><![CDATA[New comment by mondobe in "Tomatoes roaming the fields and canaries in the coalmine"]]></title><description><![CDATA[
<p>I hope the incoming administration takes "tomato government assistance" seriously. A lot of my closest tomato friends have fallen on hard times.</p>
]]></description><pubDate>Thu, 23 Jan 2025 00:14:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42799009</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=42799009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42799009</guid></item><item><title><![CDATA[New comment by mondobe in "Cats may be able to learn human words"]]></title><description><![CDATA[
<p>Reading the title, I thought this was going to be about a backdoor in the Unix program...</p>
]]></description><pubDate>Thu, 07 Nov 2024 23:51:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=42082508</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=42082508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42082508</guid></item><item><title><![CDATA[New comment by mondobe in "DeepMind debuts watermarks for AI-generated text"]]></title><description><![CDATA[
<p>It's like a symphony of watermarks, all playing in harmony.</p>
]]></description><pubDate>Wed, 06 Nov 2024 03:21:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=42057038</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=42057038</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42057038</guid></item><item><title><![CDATA[New comment by mondobe in "AI-Generated Minecraft in real time"]]></title><description><![CDATA[
<p>I do wonder if we'll ever see this type of technology advance far enough that even a textual description (rather than hours of footage of an existing game) could generate something novel and playable. It seems absurd now, but throw enough compute and efficiency gains on it over a few decades, and it might approach the realm of possibility.</p>
]]></description><pubDate>Sun, 03 Nov 2024 03:21:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=42030944</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=42030944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42030944</guid></item><item><title><![CDATA[AI-Generated Minecraft in real time]]></title><description><![CDATA[
<p>Article URL: <a href="https://oasis.decart.ai/welcome">https://oasis.decart.ai/welcome</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42030787">https://news.ycombinator.com/item?id=42030787</a></p>
<p>Points: 5</p>
<p># Comments: 3</p>
]]></description><pubDate>Sun, 03 Nov 2024 02:27:38 +0000</pubDate><link>https://oasis.decart.ai/welcome</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=42030787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42030787</guid></item><item><title><![CDATA[New comment by mondobe in "In some scientific papers, words expressing uncertainty have decreased (2023)"]]></title><description><![CDATA[
<p>Including HN comments, I see...</p>
]]></description><pubDate>Mon, 28 Oct 2024 02:49:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41967395</link><dc:creator>mondobe</dc:creator><comments>https://news.ycombinator.com/item?id=41967395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41967395</guid></item></channel></rss>