<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: menage</title><link>https://news.ycombinator.com/user?id=menage</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 03 May 2026 17:45:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=menage" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by menage in "San Francisco streets with confusingly similar names"]]></title><description><![CDATA[
<p>Not too far south of SF in Mountain View, "Mountain View Ave" runs adjacent to "Miramonte Ave" - and "Miramonte" can reasonably be translated from Spanish as "Mountain View".</p>
]]></description><pubDate>Sun, 03 May 2026 05:47:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47993770</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=47993770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47993770</guid></item><item><title><![CDATA[New comment by menage in "A years-long Turkish alphabet bug in the Kotlin compiler"]]></title><description><![CDATA[
<p>> FFS WTF is a stone!<p>It's actually a pretty good weight for measuring humans (14lb).  Your weight in pounds varies from day to day but your weight in (half-)stones is much more stable.</p>
]]></description><pubDate>Mon, 13 Oct 2025 06:30:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45565319</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=45565319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45565319</guid></item><item><title><![CDATA[New comment by menage in "Try and"]]></title><description><![CDATA[
<p>Biologists actually say the opposite of that!<p><a href="https://www.scientificamerican.com/article/cats-are-perfect-an-evolutionary-biologist-explains-why1/" rel="nofollow">https://www.scientificamerican.com/article/cats-are-perfect-...</a></p>
]]></description><pubDate>Sun, 10 Aug 2025 16:20:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44856210</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=44856210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44856210</guid></item><item><title><![CDATA[New comment by menage in "What "consent" looks like for the DEA and TSA"]]></title><description><![CDATA[
<p>This video linked in the article (<a href="https://www.youtube.com/watch?v=0XBzV0bDZdQ" rel="nofollow">https://www.youtube.com/watch?v=0XBzV0bDZdQ</a>) makes me want to donate to Institute for Justice to maybe help stop this practice.  But a bit of Googling shows that IfJ were also one of the legal forces behind the Citizens United decision, which is something I really don't want to support.</p>
]]></description><pubDate>Wed, 24 Jul 2024 04:58:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=41053741</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=41053741</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41053741</guid></item><item><title><![CDATA[New comment by menage in "Ask HN: What's your "it's not stupid if it works" story?"]]></title><description><![CDATA[
<p>At Google almost 20 years ago, a bunch of our machines (possibly with slightly bespoke CPUs?) were behaving oddly.  These machines were mostly in use for serving Google's web index, so almost the entire RAM was devoted to index data; the indexserver processes were designed to be robust against hardware failure, and if they noticed any kind of corruption they'd dump and reload their data.  We noticed that they were dumping/reloading massively more often than they'd expect.<p>Eventually the cause was narrowed down to that, randomly when the machine was stressed, the second half (actually, the final 2052 bytes) of some physical page in memory would get zeroed out.  This wasn't great for the indexservers but they survived due to the defensive way that they accessed their data.  But when we tried to use these new machines for Gmail, it was disastrous - random zeroing of general process code/data or even kernel data meant things were crashing hard.<p>We noticed from the kernel panic dumps (Google had a feature that sent kernel panics over the network to a central collector, which got a lot of use around this time) that a small number of pages were showing up in crash dump registers far more often than would statistically be expected.  This suggested that the zeroing wasn't completely random.  So we added a list of "bad pages" that would be forcefully removed from the kernel's allocator at boot time, so those pages would never be allocated for the kernel or any process.  Any time we saw more than a few instances of some page address in a kernel panic dump, we added it to the list for the next kernel build.  Like magic, this dropped the rate of crashes down into the noise level.<p>The root cause of the problem was never really determined (probably some kind of chipset bug) and those machines are long obsolete now.  But it was somehow discovered that if you reset the machine via poking some register in the northbridge rather than via the normal reset mechanism, the problem went away entirely.  So for years the Google bootup scripts included a check for this kind of CPU/chipset, followed by a check of how the last reset had been performed (via a marker file) and if it wasn't the special hard reset, adding the marker file and poking the northbridge to reset again.  These machines took far far longer than any other machines in the fleet to reboot due to these extra checks and the double reboot, but it worked.</p>
]]></description><pubDate>Sat, 23 Dec 2023 06:01:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=38742020</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=38742020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38742020</guid></item><item><title><![CDATA[New comment by menage in "The Reddit blackout will continue"]]></title><description><![CDATA[
<p>Reddit could offer a premium membership that allows add-free and API access, and require the third-party apps to log in on behalf of the user. The fee might still turn a lot of people off (although the lack of ads would make it so much nicer), but it at least wouldn't be a technical hurdle. That model seems to work for YouTube.</p>
]]></description><pubDate>Wed, 14 Jun 2023 06:32:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=36322200</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=36322200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36322200</guid></item><item><title><![CDATA[New comment by menage in "Ancient Greek terms worth reviving"]]></title><description><![CDATA[
<p>Almost! :-)<p>I coined the term "Xenoserver" back in 1999, for a paper in IEEE HotOS proposing an architecture for allowing systems in core networks to safely accept and execute code from untrusted users (for a fee, of course!): <a href="https://www.cl.cam.ac.uk/research/srg/netos/papers/1999-hotos.pdf" rel="nofollow">https://www.cl.cam.ac.uk/research/srg/netos/papers/1999-hoto...</a><p>I was inspired by the word "xenos" (meaning both stranger and guest, or in combination a stranger who you invited into your home) rather than the word "xenia" for the general concept of hospitality extended to such a stranger [EDIT: since I wasn't familiar with the word "xenia"].<p>The Xenoserver project at Cambridge University developed this idea, and eventually focused around the hypervisor, which took on the name Xen.</p>
]]></description><pubDate>Tue, 09 May 2023 01:23:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=35869142</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=35869142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35869142</guid></item><item><title><![CDATA[New comment by menage in "Bed Bath and Beyond files for bankruptcy"]]></title><description><![CDATA[
<p>Celiac disease and Non-Celiac Gluten Sensitivity are very different beasts in terms of their effects. The latter is more likely to triggered in the presence of (as you say) non-trivial amounts of gluten; Celiac disease is an auto-immune disease that, while not normally at the level of anaphylactic shock, can have very unpleasant effects in tiny amounts.<p>And even within Celiac disease there are a lot of variations.  My mother has been diagnosed as Celiac for 50 years (back before most doctors had heard of it, and she almost died from malnutrition pre-diagnosis). She obviously avoids anything that has any mention of wheat, or has been cooked in the same oil as glutenous food; she generally avoids anything that mentions "possible cross-contamination" on the label but doesn't have to be a total stickler. I don't think she's had a serious attack in many years.  A friend of mine was diagnosed as Celiac maybe 10 years ago, and is incredibly sensitive - despite his best efforts he seems to end up with horrible symptoms every couple of months or so just through tiny amounts of contamination.<p>The FDA limit for claiming something is "gluten-free" is 20 ppm; I believe that level exists partly because it's very hard to detect anything less than that anyway, but it also fits in well with what most Celiac sufferers can tolerate.</p>
]]></description><pubDate>Wed, 26 Apr 2023 05:50:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=35710004</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=35710004</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35710004</guid></item><item><title><![CDATA[New comment by menage in "Bed Bath and Beyond files for bankruptcy"]]></title><description><![CDATA[
<p>But cross-contamination in a shared production facility can happen fairly easily (and is important for folks who are sensitive to a few parts-per-million of gluten), hence why lots of packets have that warning in the small print. An obvious "gluten-free" label means that the producer is asserting that this cross-contamination hasn't occurred and you don't have to search the small print.</p>
]]></description><pubDate>Tue, 25 Apr 2023 16:41:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=35702970</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=35702970</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35702970</guid></item><item><title><![CDATA[New comment by menage in "UK Threatens End-to-End Encryption"]]></title><description><![CDATA[
<p>You should watch <a href="https://www.amazon.com/King-Charles-III-Rupert-Goold/dp/B0711JSLK3" rel="nofollow">https://www.amazon.com/King-Charles-III-Rupert-Goold/dp/B071...</a>, which examines this very premise. Surprisingly prophetic for a play originally first performed in 2014.</p>
]]></description><pubDate>Mon, 24 Apr 2023 15:18:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=35688702</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=35688702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35688702</guid></item><item><title><![CDATA[New comment by menage in "Cigna saves millions by having its doctors reject claims without reading them"]]></title><description><![CDATA[
<p>Not a question of price, so much as any plan with access to particular doctors/hospitals.</p>
]]></description><pubDate>Sun, 26 Mar 2023 05:54:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=35311480</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=35311480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35311480</guid></item><item><title><![CDATA[New comment by menage in "Cigna saves millions by having its doctors reject claims without reading them"]]></title><description><![CDATA[
<p>In terms of general benefits, maybe. In terms of provider coverage - I couldn't find an individual plan at coveredca.com that was accepted by doctors at Stanford Hospital.</p>
]]></description><pubDate>Sun, 26 Mar 2023 05:53:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=35311471</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=35311471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35311471</guid></item><item><title><![CDATA[New comment by menage in "Cigna saves millions by having its doctors reject claims without reading them"]]></title><description><![CDATA[
<p>That's not true. As I discovered when my COBRA ran out recently, finding individual plans that match the coverage of employer plans is very hard or impossible, regardless of how much you're willing to pay.</p>
]]></description><pubDate>Sat, 25 Mar 2023 21:06:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=35307348</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=35307348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35307348</guid></item><item><title><![CDATA[New comment by menage in "They say that stocks go down during the day and up at night"]]></title><description><![CDATA[
<p>Presumably open and closed hours for the stock exchange on which that stock trades.</p>
]]></description><pubDate>Tue, 07 Feb 2023 08:15:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=34690112</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=34690112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34690112</guid></item><item><title><![CDATA[New comment by menage in "Bflat – a single ahead-of-time crosscompiler and runtime for C#"]]></title><description><![CDATA[
<p>There's no sharp/flat note between B and C - "B sharp" would be C.</p>
]]></description><pubDate>Tue, 03 Jan 2023 07:57:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=34228987</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=34228987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34228987</guid></item><item><title><![CDATA[New comment by menage in "Ménage Problem"]]></title><description><![CDATA[
<p>This association with the French word that happens to be my surname is something that I've encountered more since moving from the UK to the US. Possibly due to the proximity to France resulting in a lot more UK people learning French in school than those who grow up in the US?</p>
]]></description><pubDate>Mon, 26 Dec 2022 23:55:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=34143262</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=34143262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34143262</guid></item><item><title><![CDATA[New comment by menage in "Ménage Problem"]]></title><description><![CDATA[
<p>Speaking personally, I prefer being the solution rather than the problem. :-)</p>
]]></description><pubDate>Mon, 26 Dec 2022 22:48:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=34142783</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=34142783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34142783</guid></item><item><title><![CDATA[New comment by menage in "Pfizer Penalties Since 2000: $10B"]]></title><description><![CDATA[
<p>I think that depends a bit on how many of the folks tainted by the AHP violation are still working at Pfizer.  If Pfizer is made up of a bunch of companies that had violations themselves before acquisition, that's probably reflected in the current company culture.</p>
]]></description><pubDate>Wed, 21 Dec 2022 16:22:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=34082675</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=34082675</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34082675</guid></item><item><title><![CDATA[New comment by menage in "Waymo expands its rider-only territories"]]></title><description><![CDATA[
<p>Google bought the seed that became Android.  The startup had only been working on the mobile phone OS concept for about a year when Google acquired it in 2005 (originally they'd planned a camera OS).  The first public Android phone wasn't released until 2008.</p>
]]></description><pubDate>Sun, 18 Dec 2022 18:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=34040442</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=34040442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34040442</guid></item><item><title><![CDATA[New comment by menage in "RISC-V: The Last ISA?"]]></title><description><![CDATA[
<p>Mill's approach is pretty similar to Rosetta in this regard - binaries are distributed in a relative high-level abstract format that's a bit like LLVM IR, and code generation for a specific chip's concrete ISA is done at/before installation time.</p>
]]></description><pubDate>Thu, 17 Nov 2022 19:13:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=33644071</link><dc:creator>menage</dc:creator><comments>https://news.ycombinator.com/item?id=33644071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33644071</guid></item></channel></rss>