<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: saltcured</title><link>https://news.ycombinator.com/user?id=saltcured</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 09:48:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=saltcured" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by saltcured in "Pro Max 5x quota exhausted in 1.5 hours despite moderate usage"]]></title><description><![CDATA[
<p>If you mean Google website login, that step is needed because the email address is used to determine which identity provider to use. E.g. I have three different accounts that branch off from that same initial login flow.<p>One is my person "gmail.com" account, and the other two go through enteprise identity providers related to my employment and their G-Suite licenses. So after I put in one of these three email addresses, I get prompted for the appropriate next step. Only one of them involves giving a password to a Google server. The other two are redirects to completely separate login systems operated by my employer.</p>
]]></description><pubDate>Mon, 13 Apr 2026 18:21:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47755964</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47755964</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47755964</guid></item><item><title><![CDATA[New comment by saltcured in "Android now stops you sharing your location in photos"]]></title><description><![CDATA[
<p>Or the permission prompt isn't clearly worded or precise enough to understand whether you are allowing the location of this one photo to be shared, versus agreeing to some ongoing tracking...</p>
]]></description><pubDate>Mon, 13 Apr 2026 18:14:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47755867</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47755867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47755867</guid></item><item><title><![CDATA[New comment by saltcured in "The Physics of GPS"]]></title><description><![CDATA[
<p>The information necessary for a fix is broadcast. The locally stored database helps improve the time to get a fix. A GPS receiver, going from a cold start, needs to listen for many minutes to acquire and decode enough signals to have the required satellite position and timing information to do the calculation.<p>Most of the power consumption is for the radio reception that has to detect and decode signals from multiple constantly shifting sources, dealing with their very low signal-to-noise ratios and other challenges like multipath distortion due to atmosphere and surface reflections.<p>It's pretty remarkable how much miniaturization has improved the efficiency of these radios. E.g. going from the early "portable" GPS units that essentially had a lead-acid car or motorcycle battery to today's wearables that run on a tiny power budget while supporting a wider range of satellite constellations and radio bands.</p>
]]></description><pubDate>Sun, 12 Apr 2026 19:24:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743402</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47743402</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743402</guid></item><item><title><![CDATA[New comment by saltcured in "No one owes you supply-chain security"]]></title><description><![CDATA[
<p>I think people are scratching at a cognitive dissonance around:<p>1. Consumer protection, product safety, and liability.<p>2. Truth in advertising, fraud prevention, etc.<p>3. Freedom of expression, association, publication, etc.<p>There is legal precedence in concepts like "attractive nuisance" to put the liability on a producer or owner not to allow the naive public to encounter their dangerous constructions. But we generally allow for media to illustrate such things, i.e. you can depict dangerously unprotected swimming pools, booby-traps, or poisoned food distribution in a book, image, or movie. You get in trouble when you put any of this in the real world though.<p>This is particularly confusing with software because of its duality as being something like speech or media that we can publish and also something like tools or products that can be manufactured, distributed, and consumed with observable results in the real world.<p>Who is liable when the unsafe software is distributed and converted from speech into machine action by naive end users?</p>
]]></description><pubDate>Sun, 12 Apr 2026 19:15:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743302</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47743302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743302</guid></item><item><title><![CDATA[New comment by saltcured in "OpenClaw’s memory is unreliable, and you don’t know when it will break"]]></title><description><![CDATA[
<p>It's kind of fascinating that everyone is trying to build a Chinese Room agent with stateless models, since we don't know how to produce a stateful model with continuous, incremental training.<p>It's like spontaneous implemention of thought experiments from yesteryear. I wonder if all this product-focused experimentation will accidentally impact philosophy of mind after all...</p>
]]></description><pubDate>Sun, 12 Apr 2026 18:49:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47743036</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47743036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47743036</guid></item><item><title><![CDATA[New comment by saltcured in "Will I ever own a zettaflop?"]]></title><description><![CDATA[
<p>x86 is a funny example because it supported unaligned access more than many designs. But ignoring that...<p>Many CPUs, not just x86, have a "physical bits" length that is less than the address size in the ISA. This saves transistor and power budget, since address buses can be smaller. Of course, it means there is a lower maximum RAM config for that design.<p>The software would still shuffle around the full ISA word/double word/quad word or whatever. In a typical OS, the MMU and page mapping logic would potentially interpret all the bits to map to the more limited physical address range. It didn't mean storing smaller pointers in your software data structures etc.<p>I'm not an expert, but I think it varies by ISA whether it is defined how the higher address order bits, above the physical range, are handled. Some may allow applications to set them for address tagging, while the CPU ignores those bits. But, others may require them to all be zeroed to get predictable behavior.</p>
]]></description><pubDate>Sat, 11 Apr 2026 16:36:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47731938</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47731938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47731938</guid></item><item><title><![CDATA[New comment by saltcured in "CPU-Z and HWMonitor compromised"]]></title><description><![CDATA[
<p>OK, so a bootable thumb drive rather than a read-only ISO image?<p>I mean, it should be possible to give it an update function which you can run from any utility host, rather than requiring a live install at the moment you want to test a new machine.<p>That update function could do normal package management and repository things with digital signature checks, etc.<p>And it could be done ahead of time to support sneaker-net scenarios, i.e. where you won't have networking on the new machine that is being burned-in/validated.</p>
]]></description><pubDate>Fri, 10 Apr 2026 20:19:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47723169</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47723169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47723169</guid></item><item><title><![CDATA[New comment by saltcured in "Intel 486 CPU announced April 10, 1989"]]></title><description><![CDATA[
<p>I remember being so excited when I figured out how to jumper my DX/4 100 and operate it with clock doubling and a 50 MHz front side bus speed. Same core speed, faster memory and I/O.<p>My peripherals seemed to take it. My graphics output showed some slight glitches, which I was OK with for the speed.<p>However, I think it was a bit unstable and would fail a correctness challenge like compiling XFree86 or the Linux kernel, which were like overnight long runs. Must have been some bit flips in there occasionally. I seem to recall that once that reality settled into my brain, I went back to the clock tripler config.</p>
]]></description><pubDate>Fri, 10 Apr 2026 19:24:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47722511</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47722511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47722511</guid></item><item><title><![CDATA[New comment by saltcured in "CPU-Z and HWMonitor compromised"]]></title><description><![CDATA[
<p>Seems like the kind of thing to just have on a bootable thumb drive, to inspect any machine without requiring installation on the fly.<p>In fact, I think I used to use memtest86+ this way as it is a baked in boot option on Fedora bootable ISO images. (Or at least was in the past, I haven't checked this recently.)</p>
]]></description><pubDate>Fri, 10 Apr 2026 19:08:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47722319</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47722319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47722319</guid></item><item><title><![CDATA[New comment by saltcured in "Will I ever own a zettaflop?"]]></title><description><![CDATA[
<p>Well, not so many if you assume some access alignment requirement for high-performance hardware designs...</p>
]]></description><pubDate>Fri, 10 Apr 2026 18:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47721739</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47721739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47721739</guid></item><item><title><![CDATA[New comment by saltcured in "Peers vote to ban pornography depicting sex acts between stepfamily members"]]></title><description><![CDATA[
<p>Hmm, being from the western US, I wasn't even aware that this is an Islam-adjacent topic in the UK.<p>I was thinking of inbred UK royalty jokes. (And, to some extent, our own Appalachia inbreeding stereotypes which overlap with UK-derived sub-populations.)</p>
]]></description><pubDate>Fri, 10 Apr 2026 18:06:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47721661</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47721661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47721661</guid></item><item><title><![CDATA[New comment by saltcured in "Peers vote to ban pornography depicting sex acts between stepfamily members"]]></title><description><![CDATA[
<p>[flagged]</p>
]]></description><pubDate>Fri, 10 Apr 2026 17:06:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47720996</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47720996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47720996</guid></item><item><title><![CDATA[New comment by saltcured in "Old laptops in a colo as low cost servers"]]></title><description><![CDATA[
<p>I think it's one of those ideas that only works with nostalgia or hoarding impulses to support it.<p>I think normal virtualization approaches are far more power efficient, at a fleet level, than any kind of cluster of laptop scenarios. You can pile in the cores and amortize the costs of memory controllers etc. over a large set of guests.<p>It is a funny way to get features of both worlds. One reason to want colo (rather than VMs) is for predictability, but laptops still give you the funny throughput problems, because of thermal throttling instead of competing guests.</p>
]]></description><pubDate>Thu, 09 Apr 2026 22:00:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47710790</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47710790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47710790</guid></item><item><title><![CDATA[New comment by saltcured in "Wit, unker, Git: The lost medieval pronouns of English intimacy"]]></title><description><![CDATA[
<p>What's interesting is you may reply, "hey, how are you?", and lots of people may be satisfied with that. Neither party actually answers how they are, yet the handshake is complete.</p>
]]></description><pubDate>Thu, 09 Apr 2026 18:23:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47707491</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47707491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47707491</guid></item><item><title><![CDATA[New comment by saltcured in "Study found that young adults have grown less hopeful and more angry about AI"]]></title><description><![CDATA[
<p>Ironically, capital gains tax rates are essentially <i>regressive</i> as they are lower than the typical marginal tax rate for someone earning at those levels. They are a big handout to the capital class, not some special punishment.<p>So to whine about them shows a baseline belief that income should not be taxed at all, I guess?</p>
]]></description><pubDate>Thu, 09 Apr 2026 17:35:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47706690</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47706690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47706690</guid></item><item><title><![CDATA[New comment by saltcured in "Wit, unker, Git: The lost medieval pronouns of English intimacy"]]></title><description><![CDATA[
<p>I've had it explained to me as a western/eastern divide among southerners. As you head through Texas, more people think you need "all y'all" for plurals.<p>That's something those western southerners told me. I don't know if a linguist would agree, but that seems to be the understanding of some actual language users...<p>All I know is that there is a second boundary somewhere through TX, NM, and AZ, because I've never met a native Californian who would say "y'all" non ironically.</p>
]]></description><pubDate>Thu, 09 Apr 2026 17:26:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47706546</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47706546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47706546</guid></item><item><title><![CDATA[New comment by saltcured in "One Brain to Query: Wiring a 60-Person Company into a Single Slack Bot"]]></title><description><![CDATA[
<p>"If all you have is an LLM, every problem looks like summarizing information."<p>Emphasis on <i>looks like</i> ;-)</p>
]]></description><pubDate>Thu, 09 Apr 2026 17:22:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47706467</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47706467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47706467</guid></item><item><title><![CDATA[New comment by saltcured in "Wit, unker, Git: The lost medieval pronouns of English intimacy"]]></title><description><![CDATA[
<p>Have you yet progressed to y'all being singular and all y'all being plural?</p>
]]></description><pubDate>Thu, 09 Apr 2026 14:39:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47704392</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47704392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47704392</guid></item><item><title><![CDATA[New comment by saltcured in "Am I German or Autistic?"]]></title><description><![CDATA[
<p>Perhaps he's a German expat who has absorbed the Parisian attitude<p><i>Watch me not care</i></p>
]]></description><pubDate>Thu, 09 Apr 2026 14:35:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47704331</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47704331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47704331</guid></item><item><title><![CDATA[New comment by saltcured in "I won't download your app. The web version is a-ok"]]></title><description><![CDATA[
<p>I'm only familiar with Android, and it bothers me that I cannot exert complete sandbox control over every app.<p>I think I should be able to completely cut it off from the network and/or local storage; prevent it from running even though it is installed; and prevent it from having any personalizing information about me, my movements, my network connectivity status or patterns, my device usage (i.e. screen on versus locked, any proxy like battery state of charge), etc.<p>I am very reluctant to install apps because I see that the platform is designed for needs and a mindset that is not my own. I do not see it as essential or preferable that an app be able to monetize  my usage or really gather any telemetry at all.</p>
]]></description><pubDate>Mon, 06 Apr 2026 17:13:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47663812</link><dc:creator>saltcured</dc:creator><comments>https://news.ycombinator.com/item?id=47663812</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47663812</guid></item></channel></rss>