<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: TonyAlicea10</title><link>https://news.ycombinator.com/user?id=TonyAlicea10</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 14:56:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TonyAlicea10" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TonyAlicea10 in "Donkey.bas is 45 Years Old – 131 line of Glory"]]></title><description><![CDATA[
<p>GORILLA.BAS got me into programming decades ago. I made an (admittedly partially vibe coded) homage this year: <a href="https://gameswithtony.com/gorillas/" rel="nofollow">https://gameswithtony.com/gorillas/</a></p>
]]></description><pubDate>Thu, 13 Aug 2026 21:01:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49291812</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=49291812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49291812</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "As AI eats the web, the internet’s collective memory is disappearing"]]></title><description><![CDATA[
<p>Google switching to hallucinating AI summaries has been to me an absolutely shocking abdication of care for both their users and their own reputation.<p>It extends beyond search as well. I have had multiple incorrect Gmail summaries that, if I had only read them instead of the actual email, would have resulted in financial harm.</p>
]]></description><pubDate>Tue, 11 Aug 2026 11:27:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=49256506</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=49256506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49256506</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "The Difference Between a Button and a Link"]]></title><description><![CDATA[
<p>Presentation in what medium? A screen reader? You’re talking the user-agent stylesheet, which is a particular chosen presentation that I can change with my own CSS. I can make a button look like a link.<p>You’re suggesting aligning to an inherently and deliberately changeable presentation.<p>The idea is fine, but worry about what an HTML element “looks like” is not a good reason.</p>
]]></description><pubDate>Wed, 29 Jul 2026 01:51:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49092514</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=49092514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49092514</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "The Difference Between a Button and a Link"]]></title><description><![CDATA[
<p>> Buttons regularly perform navigations. Clicking a logout button navigates the current page to a logged-out one; clicking a “search” button navigates the current page to the query results.<p>This seems to conflate appearance with semantics. If an element causes a navigation, I make it a link. Whether it looks like a button is irrelevant, that’s CSS.<p>I always choose one or the other by intended behavior first, and that always works out great.<p>That said, I like the idea.</p>
]]></description><pubDate>Wed, 29 Jul 2026 00:58:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49092106</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=49092106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49092106</guid></item><item><title><![CDATA[UX-Context Design: The future of UX design and user research?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nngroup.com/articles/ux-context-design/">https://www.nngroup.com/articles/ux-context-design/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49067746">https://news.ycombinator.com/item?id=49067746</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 27 Jul 2026 10:59:55 +0000</pubDate><link>https://www.nngroup.com/articles/ux-context-design/</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=49067746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49067746</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>All those .BAS files were an education.</p>
]]></description><pubDate>Sun, 19 Jul 2026 03:20:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48964671</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48964671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48964671</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>I did the same in QBasic (and Tandy Color Basic)!<p>I feel like the old Choose Your Own Adventure books were a sort of precursor to programming for a lot of us. Basic if/then/goto.</p>
]]></description><pubDate>Sun, 19 Jul 2026 03:02:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48964601</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48964601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48964601</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "MoonBASIC: A modern BASIC for building 2D and 3D games"]]></title><description><![CDATA[
<p>For me the spark is reinvigorated. I can try ideas before I didn’t have the time for, prototype and test and only pursue what proves to be worth the time.</p>
]]></description><pubDate>Sat, 18 Jul 2026 02:10:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48954479</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48954479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48954479</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>Same. This was true for so many of us. An open source education.</p>
]]></description><pubDate>Fri, 17 Jul 2026 09:58:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48945367</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48945367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48945367</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>There’s a marked difference in quality depending on context, usage of sub-agents, initial specs, and model-wise a big difference from what Opus would produce and Fable.<p>I’m not saying I’m hand coding, but saying getting good outputs doesn’t take any technique means your definition of good outputs probably isn’t very refined. And saying it hasn’t taken technique for 4 years is just flat wrong.</p>
]]></description><pubDate>Fri, 17 Jul 2026 09:56:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48945355</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48945355</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48945355</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "The human-in-the-loop is tired"]]></title><description><![CDATA[
<p>Funny I made some very similar points awhile back in a blog post, thinking of it in terms of mode collapse: <a href="https://tonyalicea.dev/blog/single-mode-burnout/" rel="nofollow">https://tonyalicea.dev/blog/single-mode-burnout/</a></p>
]]></description><pubDate>Fri, 17 Jul 2026 02:29:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=48942757</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48942757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48942757</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>Thank you! I tried to add just a little snazz without changing the core.</p>
]]></description><pubDate>Fri, 17 Jul 2026 00:16:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48941972</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48941972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48941972</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>I've made two updates: the wind and round text should be more legible with a slightly transparent background under it. The camera is less whiplash-y and pauses for a moment after the banana hit if it's zoomed out and the zoom in is a bit slower.</p>
]]></description><pubDate>Thu, 16 Jul 2026 21:18:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48940386</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48940386</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48940386</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>I understand, I'm not going for accuracy, just suggestion. For someone like you it won't feel right, I totally get it.</p>
]]></description><pubDate>Thu, 16 Jul 2026 21:07:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48940271</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48940271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48940271</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>Nope, haven't changed it! I think it's an aesthetic preference thing.</p>
]]></description><pubDate>Thu, 16 Jul 2026 20:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48940156</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48940156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48940156</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>I think the first one for me was The Oregon Trail followed shortly by QBasic Gorillas and Nibbles. It was my first step in coding beyond Turtle Graphics on an Apple from even earlier in childhood.<p>Opening up the QBasic source code was eye opening for me: that computers weren't the realm of hackers typing incomprehensible text on TV and swapping floppy disks, but something that could start to make sense. My TRS-80 came next, and, for me, the rest was history.<p>Good memories. I wonder what the memories will be for kids right now in the age of LLMs.</p>
]]></description><pubDate>Thu, 16 Jul 2026 20:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48939732</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48939732</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48939732</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>Code-wise, mostly LLM. I gave it the original QBasic source code so that's not mine either.<p>This experiment was a guidance experiment for me with Fable. Heavy spec and planning architecturally and UX, and strictly no JS frameworks or dependencies.<p>I do these kind of experiments with new models, and Fable has been the most successful so far for capturing the intended UX and feel per spec.</p>
]]></description><pubDate>Thu, 16 Jul 2026 19:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48939425</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48939425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48939425</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>Yes! Fun things that either you’d never have taken the time to build otherwise, or recreations of things that you know well.<p>Things where you know how they’re supposed to make you feel (like games from childhood), and getting that experience match is an exercise.</p>
]]></description><pubDate>Thu, 16 Jul 2026 18:54:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48938671</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48938671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48938671</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>I did let the LLM handle the mouse and touch aiming for v1. That’s an experiment as I prefer typing in the boxes or using arrow keys.<p>I think it needs tweaking to let you hone in a value better. What are you thinking?</p>
]]></description><pubDate>Thu, 16 Jul 2026 18:48:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48938592</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48938592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48938592</guid></item><item><title><![CDATA[New comment by TonyAlicea10 in "Show HN: QBasic Gorillas (Repeeled)"]]></title><description><![CDATA[
<p>Fair. This is a direct port in some areas of the 1991 game, which strategically was more try something then dial it in. I’ll ponder. It’s almost arcade vs simulation in some ways.<p>That is, if you can calculate it too easily then the first player always has a huge advantage.</p>
]]></description><pubDate>Thu, 16 Jul 2026 17:05:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48937184</link><dc:creator>TonyAlicea10</dc:creator><comments>https://news.ycombinator.com/item?id=48937184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48937184</guid></item></channel></rss>