<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: jmilloy</title><link>https://news.ycombinator.com/user?id=jmilloy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 12:48:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jmilloy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jmilloy in "Irrelevant facts about cats added to math problems increase LLM errors by 300%"]]></title><description><![CDATA[
<p>Did you look at the examples? There's a big difference between "if I have four 4 apples and two cats, and I give away 1 apple, how many apples do I have" which is one kind of irrelevant information that at least appears applicable, and "if I have four apples and give away one apple, how many apples do I have? Also, did you know cats use their tails to help balance?", which really wouldn't confuse most humans.</p>
]]></description><pubDate>Tue, 29 Jul 2025 18:12:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44726587</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=44726587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44726587</guid></item><item><title><![CDATA[New comment by jmilloy in "Sycophancy in GPT-4o"]]></title><description><![CDATA[
<p>This is a great link. I'm not very well versed on the llm ecosystem. I guess you can give the llm instructions on how to behave generally, but some instructions (like this one in the system prompt?) cannot be overridden. I kind of can't believe that there isn't a set of options to pick from... Skeptic, supportive friend, professional colleague, optimist, problem solver, good listener, etc. Being able to control the linked system prompt even just a <i>little</i> seems like a no brainer. I hate the question at the end, for example.</p>
]]></description><pubDate>Wed, 30 Apr 2025 15:03:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=43846288</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=43846288</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43846288</guid></item><item><title><![CDATA[New comment by jmilloy in "Attacking My Landlord's Boiler"]]></title><description><![CDATA[
<p>I think that maintaining a stable temperature means warm walls/floors/furniture and potentially cooler air temperature, as opposed to a cold house with intermittently warm air. Most people can feel comfortable at a lower thermostat (air) temperature if the walls etc are warm due to maintaining a stable temperature. I don't have calculations or references, YMMV.</p>
]]></description><pubDate>Tue, 22 Apr 2025 15:53:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=43763596</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=43763596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43763596</guid></item><item><title><![CDATA[New comment by jmilloy in "Air pollution fell substantially as Paris restricted car traffic"]]></title><description><![CDATA[
<p>I hate cars. Not using my car wouldn't change any of the things I hate about cars or car infrastructure. It's not lying.</p>
]]></description><pubDate>Sat, 12 Apr 2025 20:40:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43667775</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=43667775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43667775</guid></item><item><title><![CDATA[New comment by jmilloy in "Piranesi's Perspective Trick (2019)"]]></title><description><![CDATA[
<p>Doing it with a camera/computer requires identifying the objects that need to be drawn in "Piranesi Perspective". The mathematics of laying out the <i>objects</i> is quite simple, but rendering a raster image into a view such that the key objects have this perspective probably isn't possible. You would need to vectorize the image in a general way. I don't know the state of the art in that field, but it sure seems hard.</p>
]]></description><pubDate>Thu, 27 Mar 2025 15:41:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43494798</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=43494798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43494798</guid></item><item><title><![CDATA[New comment by jmilloy in "How about trailing commas in SQL?"]]></title><description><![CDATA[
<p>I think the confusion may be whether you're talking about the <i>queries</i> or the <i>engine</i>. I think this change to the engine/parser would be backwards compatible because old queries will still work on the new engine. A change to the queries in a codebase to include trailing commas would not be backwards compatible because it won't work on older parsers. It seems clear to me that the change discussed here is the engine, hence it should properly be characterized as "backwards compatible".</p>
]]></description><pubDate>Tue, 11 Feb 2025 20:20:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43017826</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=43017826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43017826</guid></item><item><title><![CDATA[New comment by jmilloy in "Watch the path of a raindrop from anywhere in the world"]]></title><description><![CDATA[
<p>I think borders based on watersheds make so much more sense than those on rivers, both of which are common.</p>
]]></description><pubDate>Tue, 28 Jan 2025 23:09:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42859370</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=42859370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42859370</guid></item><item><title><![CDATA[New comment by jmilloy in "Nullboard: Kanban board in a single HTML file"]]></title><description><![CDATA[
<p>"Single HTML file" sets up an expectation to me that it is (1) browser based and (2) client-side only. In other words, you can just open the file and start going without setting up a server, setting up a database, installing anything, or even having internet access. The last is not <i>technically</i> required but I think it is implied. It does not imply anything about the length of the file or the presence of client-side scripting.</p>
]]></description><pubDate>Thu, 19 Dec 2024 18:48:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=42464520</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=42464520</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42464520</guid></item><item><title><![CDATA[New comment by jmilloy in "Nearly half of Nvidia's revenue comes from four mystery whales each buying $3B+"]]></title><description><![CDATA[
<p>One indicator that I find reliable is simply if the comments exceed the up votes.</p>
]]></description><pubDate>Sat, 31 Aug 2024 18:41:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=41410866</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=41410866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41410866</guid></item><item><title><![CDATA[New comment by jmilloy in "Dungeons and Dragons taught me how to write alt text"]]></title><description><![CDATA[
<p>I think GP is a great comment with a poor example, because I agree that the resulting images in my mind are quite different, but they don't inherently have to be due to the order things are described in.</p>
]]></description><pubDate>Thu, 25 Jul 2024 01:28:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41063932</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=41063932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41063932</guid></item><item><title><![CDATA[New comment by jmilloy in "The spy who flunked it: Kurt Gödel's forgotten part in the atom-bomb story"]]></title><description><![CDATA[
<p>OP understands that, the quote says that the "the infinitude of real numbers is next largest to that of natural numbers", which makes it sound like it is next largest as in second largest as in less large as in lower cardinality. So it seems backwards. Maybe the quote means "next largest" as in larger.</p>
]]></description><pubDate>Thu, 16 May 2024 18:04:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40381354</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=40381354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40381354</guid></item><item><title><![CDATA[New comment by jmilloy in "Cold brew coffee in 3 minutes using acoustic cavitation"]]></title><description><![CDATA[
<p>Everything you say makes sense, with the exception of your expectation not to pay extra for an unusual order (for that cafe). Consider if I asked for my salad to be roasted, and balked at a surcharge on the grounds that they also have roasted brussel sprouts! I don't think it's up to you to decide what orders fit into their flow and which cost extra. I'm glad you found the places that will make the coffee the you like.</p>
]]></description><pubDate>Tue, 07 May 2024 16:29:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=40287861</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=40287861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40287861</guid></item><item><title><![CDATA[New comment by jmilloy in "Yes, social media is a cause of the epidemic of teenage mental illness"]]></title><description><![CDATA[
<p>In general, I agree with you, and for the record, I'm in favor of general restrictions or limitations on social media for children. At the same, I want to add that I was not allowed to watch violent cartoons or play violent video games as a kid in the 90s. I felt left out on the playground when I didn't know how to play X-Men or Power Rangers or whatever. But in retrospect it was fine. I'm not sure the social isolation factor in particular is as dire as you claim.</p>
]]></description><pubDate>Wed, 10 Apr 2024 16:48:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=39992823</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=39992823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39992823</guid></item><item><title><![CDATA[New comment by jmilloy in "Anatomy of a credit card rewards program"]]></title><description><![CDATA[
<p>This is interesting. The study you cite and quote is about a transfer of money from "naive" credit card consumers to "sophisticated" credit card consumers, which correlates to "poor to rich", "less educated to more educated", etc. I'm even more interested in the transfer that occurs from both cash and non-reward-card consumers to specifically reward-card users.</p>
]]></description><pubDate>Thu, 04 Apr 2024 17:35:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=39933509</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=39933509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39933509</guid></item><item><title><![CDATA[New comment by jmilloy in "Oh shit, my app is successful and I didn't think about accessibility"]]></title><description><![CDATA[
<p>Why do you think that? Everything I see suggests the opposite.</p>
]]></description><pubDate>Mon, 18 Mar 2024 17:55:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=39747667</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=39747667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39747667</guid></item><item><title><![CDATA[New comment by jmilloy in "A 45 year engineer clears up electric sauna ventilation"]]></title><description><![CDATA[
<p>No it's different for wood burning when inside the space because they act as an effective exhaust on their own.<p><a href="http://localmile.org/proper-ventilation-for-electrically-heated-sauna-part-i/" rel="nofollow">http://localmile.org/proper-ventilation-for-electrically-hea...</a></p>
]]></description><pubDate>Sat, 02 Mar 2024 17:51:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=39574258</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=39574258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39574258</guid></item><item><title><![CDATA[New comment by jmilloy in "Institutions try to preserve the problem to which they are the solution"]]></title><description><![CDATA[
<p>I tend to think that this isn't inherent to institutions (or individuals), but rather that institutions that have this behavior tend to grow and last, whereas institutions that do not stay small and eventually disappear. A kind of survivorship bias.</p>
]]></description><pubDate>Sat, 24 Feb 2024 17:21:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=39493251</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=39493251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39493251</guid></item><item><title><![CDATA[New comment by jmilloy in "Reasons medieval people slept in cupboards"]]></title><description><![CDATA[
<p>In this case, it's not just sound vibrations but vibrations that you can feel in your house and bed! Truly difficult. Double or staggered stud walls really help.</p>
]]></description><pubDate>Tue, 23 Jan 2024 14:39:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=39103860</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=39103860</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39103860</guid></item><item><title><![CDATA[New comment by jmilloy in "An RNG that runs in your brain"]]></title><description><![CDATA[
<p>I think it's much better because the teacher doesn't have to match guesses to students. For example, for each student the odds are 30/100, roughly one in three. And any duplicates can be matched by a single guess.</p>
]]></description><pubDate>Tue, 23 Jan 2024 14:30:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=39103741</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=39103741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39103741</guid></item><item><title><![CDATA[New comment by jmilloy in "Apple Maps wrongly lists restaurant permanently closed, costing owner thousands"]]></title><description><![CDATA[
<p>They could list the business because they want it in the map without listing the hours or that it's closed.</p>
]]></description><pubDate>Tue, 23 Jan 2024 02:40:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39098912</link><dc:creator>jmilloy</dc:creator><comments>https://news.ycombinator.com/item?id=39098912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39098912</guid></item></channel></rss>