<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: city41</title><link>https://news.ycombinator.com/user?id=city41</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 02:36:01 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=city41" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by city41 in "Balatro for the Nintendo E-Reader"]]></title><description><![CDATA[
<p>I dismissed it as too technical for that blog post. I expected this post to be read by a wide variety of people, so I tried to keep technical stuff to a minimum. I did say it's simple and that it's what I'd probably use if I kept going with the project.</p>
]]></description><pubDate>Mon, 23 Jun 2025 12:59:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44355367</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=44355367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44355367</guid></item><item><title><![CDATA[New comment by city41 in "Balatro for the Nintendo E-Reader"]]></title><description><![CDATA[
<p>It is written in Lua and the source code is available (just extract it from the PC version). It's using Lua's number type for all numbers, which is a double precision float.</p>
]]></description><pubDate>Sun, 22 Jun 2025 15:45:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44347833</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=44347833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44347833</guid></item><item><title><![CDATA[New comment by city41 in "Balatro for the Nintendo E-Reader"]]></title><description><![CDATA[
<p>Thanks for the clarification (I'm the blog author). If one were to really make this game, how the cards would ultimately be rendered is hard to say. Sprites are nice because you can overlay them and form many card variations from just a few sprites. Tiles rendering into a background doesn't account for transparent pixels, so building up tiles into a single background is not possible.<p>One way to handle that is to provide all the possible tile variations, but that would take up so much space. So you'd have a set of tiles for a regular Ace of Spades, and an entirely different group of tiles for a Lucky Ace of Spades for example.<p>The GBA has 4 backgrounds, so it would be doable to grab three of them and use them to render cards. That would only leave 1 background left for, well, the background :)<p>Another option would be to use a memory buffer and implement tile rendering yourself that accounts for transparent pixels. That would be the best of backgrounds and sprites combined into one. That would solve many problems, at the cost of the implementation would probably take up a lot of space. My hunch is this would be the best approach.<p>This right here might be why I find this platform so interesting. It's very limited, and the limitations usually bump into each other and you often steel from Peter to pay Paul.<p>Oh and the post didn't mention debuffed cards (they have a red X drawn over them). That'd be yet another card layer to throw into this mix.</p>
]]></description><pubDate>Sun, 22 Jun 2025 12:48:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44346486</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=44346486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44346486</guid></item><item><title><![CDATA[New comment by city41 in "Neo Geo Dev: Fixed Point Numbers"]]></title><description><![CDATA[
<p>But that's basically what fixed point is, no? Half pixels is fixed point with a single bit for decimals. Quarter pixels is two bits, and so on. I think the disadvantage is you now have to think in a strange unit that isn't intuitive. For my game I tend to think in screen sizes for things. Thinking in screen size*factor would be harder I think. Fixed point is basically just doing that for me and hiding the details really.<p>To be fair, rereading the post I realize I did make it sound like you would only need this for positioning sprites. I'll see about rewording it.<p>Or maybe we're both talking about the same thing and you're taking a different approach. That is fair too.</p>
]]></description><pubDate>Tue, 20 Aug 2024 19:36:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=41303236</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=41303236</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41303236</guid></item><item><title><![CDATA[New comment by city41 in "Neo Geo Dev: Fixed Point Numbers"]]></title><description><![CDATA[
<p>I'm the author of the blog post. I just used sprite positioning as a simple example. Things like collision detection and physics can't be done with half pixels.</p>
]]></description><pubDate>Tue, 20 Aug 2024 15:17:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41300840</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=41300840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41300840</guid></item><item><title><![CDATA[New comment by city41 in "Marilyn vos Savant and the Monty Hall Problem (2015)"]]></title><description><![CDATA[
<p>Yeah, you make a good point. I can sort of see it both ways, I think it would depend on how the show handled it. Leaving it across a commercial break then yeah it probably does make more sense the door is random.</p>
]]></description><pubDate>Mon, 26 Feb 2024 21:54:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39517188</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39517188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39517188</guid></item><item><title><![CDATA[New comment by city41 in "Marilyn vos Savant and the Monty Hall Problem (2015)"]]></title><description><![CDATA[
<p>I almost never say "you're wrong", no matter how confident I am. Because I can be, and often am, wrong myself. If there is a disagreement, a miscommunication, etc, why not instead work with the person to find where you two differ and look for common ground? If the other person really is wrong, it's almost always naturally revealed that way.</p>
]]></description><pubDate>Mon, 26 Feb 2024 21:09:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=39516786</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39516786</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39516786</guid></item><item><title><![CDATA[New comment by city41 in "Marilyn vos Savant and the Monty Hall Problem (2015)"]]></title><description><![CDATA[
<p>Not to mention Monty always showing a goat is what adds the tension and interest a game show needs.</p>
]]></description><pubDate>Mon, 26 Feb 2024 17:56:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39514550</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39514550</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39514550</guid></item><item><title><![CDATA[New comment by city41 in "Show HN: AboutIdeasNow – search /about, /ideas, /now pages of 7k+ personal sites"]]></title><description><![CDATA[
<p><a href="https://mattgreer.dev/now" rel="nofollow">https://mattgreer.dev/now</a><p>It says last updated today because I really did update it today :)<p>anyway, cool project!</p>
]]></description><pubDate>Mon, 26 Feb 2024 17:17:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=39513954</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39513954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39513954</guid></item><item><title><![CDATA[New comment by city41 in "Show HN: AboutIdeasNow – search /about, /ideas, /now pages of 7k+ personal sites"]]></title><description><![CDATA[
<p>I can see how it's a tricky problem. I wish html had more structure here (and people followed the structure, a whole other problem...). FWIW, my page has a "last updated" date on its now page but comes up as 1969 in aboutideasnow.<p>Oh, now aboutideasnow shows no date at all.</p>
]]></description><pubDate>Mon, 26 Feb 2024 16:48:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=39513544</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39513544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39513544</guid></item><item><title><![CDATA[New comment by city41 in "Show HN: AboutIdeasNow – search /about, /ideas, /now pages of 7k+ personal sites"]]></title><description><![CDATA[
<p>Oh interesting. I never would have thought AI would be used for this. Does it also find things like the meta "revised" tag or anything like that? Doing some Googling it seems like officially it should be "revision", but seems like it's very common to use "revised"</p>
]]></description><pubDate>Mon, 26 Feb 2024 16:37:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=39513352</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39513352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39513352</guid></item><item><title><![CDATA[New comment by city41 in "Show HN: AboutIdeasNow – search /about, /ideas, /now pages of 7k+ personal sites"]]></title><description><![CDATA[
<p>A lot of cards say "Updated December 31, 1969", what date are you all using to populate that?</p>
]]></description><pubDate>Mon, 26 Feb 2024 16:26:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=39513180</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39513180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39513180</guid></item><item><title><![CDATA[New comment by city41 in "Utility classes aren't the same as inline styles (2021)"]]></title><description><![CDATA[
<p>I know we're just going to have to agree to disagree, but I find utility class based projects <i>easier</i> to maintain. Coming back to -- or inheriting -- css soup is never fun.</p>
]]></description><pubDate>Sun, 25 Feb 2024 03:04:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=39497218</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39497218</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39497218</guid></item><item><title><![CDATA[New comment by city41 in "Utility classes aren't the same as inline styles (2021)"]]></title><description><![CDATA[
<p>> utility classes won’t let you deviate because they’re limited<p>Tailwind's just in time feature does negate this a bit. I'm a huge fan of Tailwind but I've largely avoided JIT for fear of losing the structure finite classes give me.<p>Edit: the down votes are interesting as this is literally what Tailwind JIT allows. Their post on it even says "We’ll likely add some form of “strict mode” in the future for power-hungry team leads who don’t trust their colleagues to use this feature responsibly."</p>
]]></description><pubDate>Sun, 25 Feb 2024 02:47:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=39497150</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39497150</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39497150</guid></item><item><title><![CDATA[New comment by city41 in "How Does Bluesky Work?"]]></title><description><![CDATA[
<p>Had a similar response. Dusted off my account and finally posted something.</p>
]]></description><pubDate>Sun, 25 Feb 2024 02:12:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39496995</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39496995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39496995</guid></item><item><title><![CDATA[New comment by city41 in "Plastic experts say recycling is a scam. Should we even do it anymore?"]]></title><description><![CDATA[
<p>They even designed their plastic type symbol to look like the recycle symbol, even though most plastics can't be recycled.<p>> The “chasing arrows” symbol we see on plastic containers and products does not necessarily mean the product is recyclable.<p><a href="https://www.acmeplastics.com/content/your-guide-to-plastic-recycling-symbols/" rel="nofollow">https://www.acmeplastics.com/content/your-guide-to-plastic-r...</a></p>
]]></description><pubDate>Sat, 24 Feb 2024 16:32:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=39492811</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39492811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39492811</guid></item><item><title><![CDATA[New comment by city41 in "Show HN: I made a simple daily word puzzle"]]></title><description><![CDATA[
<p>You need to press enter</p>
]]></description><pubDate>Mon, 19 Feb 2024 22:15:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39435481</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39435481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39435481</guid></item><item><title><![CDATA[New comment by city41 in "The case against caffeine"]]></title><description><![CDATA[
<p>Yeah, for sure. This post and these comments just made me google caffeine for a bit.<p>If I don't get my morning cup I almost always get quite the headache, so I'm not surprised.</p>
]]></description><pubDate>Mon, 19 Feb 2024 15:50:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39431066</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39431066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39431066</guid></item><item><title><![CDATA[New comment by city41 in "The case against caffeine"]]></title><description><![CDATA[
<p>This site says just the opposite<p>> Caffeine narrows the blood vessels in your brain. Without it, your blood vessels widen.<p><a href="https://www.healthline.com/health/headache/caffeine-withdrawal-headache" rel="nofollow">https://www.healthline.com/health/headache/caffeine-withdraw...</a></p>
]]></description><pubDate>Mon, 19 Feb 2024 15:36:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39430903</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39430903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39430903</guid></item><item><title><![CDATA[New comment by city41 in "Show HN: Domino Fit – Domino Tiling Puzzle"]]></title><description><![CDATA[
<p>It really reminds me of picross, which is a good thing.</p>
]]></description><pubDate>Sun, 18 Feb 2024 23:12:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39424499</link><dc:creator>city41</dc:creator><comments>https://news.ycombinator.com/item?id=39424499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39424499</guid></item></channel></rss>