<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: pash</title><link>https://news.ycombinator.com/user?id=pash</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 07:36:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=pash" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by pash in "The buns in McDonald's Japan's burger photos are all slightly askew"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Sprezzatura" rel="nofollow">https://en.wikipedia.org/wiki/Sprezzatura</a><p><a href="https://en.wikipedia.org/wiki/Wabi-sabi" rel="nofollow">https://en.wikipedia.org/wiki/Wabi-sabi</a></p>
]]></description><pubDate>Thu, 16 Apr 2026 05:03:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47788826</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=47788826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47788826</guid></item><item><title><![CDATA[New comment by pash in "Billion-Parameter Theories"]]></title><description><![CDATA[
<p><i>> Even for billion-parameter theories, a small amount of vectors might dominate the behaviour.</i><p>We kinda-sorta already know this is true. The lottery-ticket hypothesis [0] says that every large network contains a randomly initialized small network that performs as well as the overall network, and over the past eight years or so researchers have indeed managed to find small networks inside large networks of many different architectures that demonstrate this phenomenon.<p>Nobody talks much about the lottery-ticket hypothesis these days because it isn’t practically useful at the moment. (With the pruning algorithms and hardware we have, pruning is more costly than just training a big network.) But the basic idea does suggest that there may be hope for interpretability, at least in the odd application here or there.<p>That is, the (strong) lottery-ticket hypothesis suggests that the training process is a search through a large parameter space for a small network that already (by random initialization) exhibit the overall desired network behavior; updating parameters during the training process is mostly about turning off the irrelevant parts of the network.<p>For some applications, one would think that the small sub-network hiding in there somewhere might be small enough to be interpretable. I won’t be surprised if some day not too far into the future scientists investigating neural networks   start to identify good interpretable models of phenomena of intermediate complexity (those phenomena that are too complex to be amenable to classic scientific techniques, but simple enough that neural networks trained to exhibit the phenomena yield unusually small active sub-networks).<p>0. <a href="https://en.wikipedia.org/wiki/Lottery_ticket_hypothesis" rel="nofollow">https://en.wikipedia.org/wiki/Lottery_ticket_hypothesis</a></p>
]]></description><pubDate>Tue, 10 Mar 2026 21:23:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47328953</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=47328953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47328953</guid></item><item><title><![CDATA[New comment by pash in "Agent Safehouse – macOS-native sandboxing for local agents"]]></title><description><![CDATA[
<p>Sandvault [0] (whose author is around here somewhere), is another approach that combines sandbox-exe with the grand daddy of system sandboxes, the Unix user system.<p>Basically, give an agent its own unprivileged user account (interacting with it via sudo, SSH, and shared directories), then add sandbox-exe on top for finer-grained control of access to system resources.<p>0. <a href="https://github.com/webcoyote/sandvault" rel="nofollow">https://github.com/webcoyote/sandvault</a></p>
]]></description><pubDate>Sun, 08 Mar 2026 22:25:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47302271</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=47302271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47302271</guid></item><item><title><![CDATA[New comment by pash in "Let's discuss sandbox isolation"]]></title><description><![CDATA[
<p>OK, let’s survey how everybody is sandboxing their AI coding agents in early 2026.<p>What I’ve seen suggests the most common answers are (a) “containers” and (b) “YOLO!” (maybe adding, “Please play nice, agent.”).<p>One approach that I’m about to try is Sandvault [0] (macOS only), which uses the good old Unix user system together with some added precautions. Basically, give an agent its own unprivileged user account and interact with it via sudo, SSH, and shared directories.<p>0. <a href="https://github.com/webcoyote/sandvault" rel="nofollow">https://github.com/webcoyote/sandvault</a></p>
]]></description><pubDate>Fri, 27 Feb 2026 20:37:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47185250</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=47185250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47185250</guid></item><item><title><![CDATA[New comment by pash in "Ireland rolls out basic income scheme for artists"]]></title><description><![CDATA[
<p>Milton Friedman wouldn’t have approved of a basic-income scheme restricted to artists. He would have argued that restricting the benefit to artists would distort incentives for choosing a profession in a way likely to reduce social welfare, and that eligibility by profession is a “welfare trap”: it’s hard to stop being an artist and start being something else when it means losing your guaranteed income.<p>But Friedman would have supported a broad basic-income scheme. We know this because he did support one. It was his proposal in 1962 of a “negative income tax” [0] (in <i>Capitalism and Freedom</i>) that gave rise to the movement to replace traditional social welfare programs with simple schemes that just give money to poor people. (This movement led to the Earned Income Tax Credit [1] in the United States.)<p>Friedman’s negative income tax is equivalent to the contemporary notion of a guaranteed basic income (but not to a <i>universal</i> basic income, as only people earning below some threshold would receive it). Like most economists, Friedman believed that people (even poor people) can typically make their own economic choices better than a government program can make those choices for them. (He was likewise not opposed to redistributive policies per se.) That was the root of his advocacy for market-based mechanisms of organizing the economy.<p>0. The idea dates to at least the 1940’s, but Friedman’s book is typically credited with popularizing it. See, e.g,  <a href="https://en.wikipedia.org/wiki/Negative_income_tax" rel="nofollow">https://en.wikipedia.org/wiki/Negative_income_tax</a>.<p>1. <a href="https://en.wikipedia.org/wiki/Earned_income_tax_credit" rel="nofollow">https://en.wikipedia.org/wiki/Earned_income_tax_credit</a></p>
]]></description><pubDate>Thu, 12 Feb 2026 05:08:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46985097</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=46985097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46985097</guid></item><item><title><![CDATA[New comment by pash in "A battle over Canada’s mystery brain disease"]]></title><description><![CDATA[
<p>From what I understand, which is very incomplete, the leading hypothesis at the moment is that ingested prions are a bit hard to digest (because they’re malformed proteins), so they end up making it out of the gastrointestinal tract somehow, interacting with the nervous system via the intestinal lining or lymphatic system. Then they travel to the brain via nervous pathways, by-passing the usual blood–brain barrier.<p>But transmission of prions by ingestion is thought to be quite rare, as that mechanism suggests. Transmission by any means seems to be quite rare, even heritable transmission (e.g., vCJD). So that’s why it seems unlikely that whatever is happening in New Brunswick is CVD.<p>But if it’s not some minor mass hysteria, then maybe prions.</p>
]]></description><pubDate>Sun, 11 Jan 2026 09:14:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46573893</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=46573893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46573893</guid></item><item><title><![CDATA[New comment by pash in "A battle over Canada’s mystery brain disease"]]></title><description><![CDATA[
<p>I’m not qualified to comment intelligently on what might be going on here, but I’d like to add some background color that the article lacks.<p>Creutzfeldt–Jakob Disease is a prion disease [0] for which there is no definitive diagnosis in vivo. A confident diagnosis can be made only after examining brain tissue under a microscope.<p>Prions are an unusual type of mis-folded protein that induce other proteins to take on a similar mis-folded shape when they come into contact with them. The mis-folded shape of the prion itself is what causes the mis-folding in adjacent proteins. It’s a chemical-bonding thing at the molecular level. It’s the shape of the prion that causes other proteins to take on a similar shape and become prions, etc.<p>Some prion diseases occur spontaneously (when a protein takes on a mis-folded configuration due to mis-transcription or random energetic impulses) and some are transmitted, typically by eating some part of an animal that contains prions, which then end up in your own body, inducing proteins in your body to take on prion configurations.<p>Prion diseases are the only known transmissible diseases that do not involve the replication of a pathogen’s genetic material in a host cell. The only known prion diseases affect nervous tissues, and in humans the only known prion diseases affect brain tissues.<p>I’m not an expert on prion diseases, but I’ve had a bit of a fascination with them since having to report on a bunch of USDA surveillance lectures on mad-cow disease (bovine spongiform encephalopathy, BSE) and to summarize a bunch of symposia on prion diseases in a previous life. The symptoms reported in the article sound very much like a  prion disease, and the tests for CJD indicate that the doctors in the region suspect as much.<p>But we simply don’t have good tests for prion diseases in vivo. And prion diseases are not well understood in general, so it wouldn’t be surprising that a new one would present as something of a mystery.<p>It is also the case that I know very little about New Brunswick, but I will mention that prion diseases in humans are thought to be far more commonly acquired than spontaneous. The most common cause of acquisition is  eating animals with endemic prion diseases; this is most often nervous tissue of venison, but rarely nervous tissue of cattle infected with BSE, which is present in Canada more than anywhere else (by a small margin).<p>It is also possible (but not likely) that a prion disease can arise de novo.<p>0. <a href="https://en.wikipedia.org/wiki/Prion_disease" rel="nofollow">https://en.wikipedia.org/wiki/Prion_disease</a></p>
]]></description><pubDate>Sun, 11 Jan 2026 07:15:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46573374</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=46573374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46573374</guid></item><item><title><![CDATA[New comment by pash in "How elites could shape mass preferences as AI reduces persuasion costs"]]></title><description><![CDATA[
<p>Philip E Converse, <i>The Nature of Belief Systems in Mass Publics</i> (1964), 75 pages [0].<p>0. <a href="https://web.ics.purdue.edu/~hoganr/Soc%20312/The%20nature%20of%20belief%20systems%20in%20mass%20publics%201964.pdf" rel="nofollow">https://web.ics.purdue.edu/~hoganr/Soc%20312/The%20nature%20...</a> [PDF]</p>
]]></description><pubDate>Fri, 05 Dec 2025 04:35:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46156870</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=46156870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46156870</guid></item><item><title><![CDATA[Lock Books]]></title><description><![CDATA[
<p>Article URL: <a href="https://lockbooks.net/">https://lockbooks.net/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45640392">https://news.ycombinator.com/item?id=45640392</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 20 Oct 2025 05:36:54 +0000</pubDate><link>https://lockbooks.net/</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=45640392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45640392</guid></item><item><title><![CDATA[New comment by pash in "The bloat of edge-case first libraries"]]></title><description><![CDATA[
<p><i>> We should be able to define our functions to accept the inputs they are designed for, and not try to handle every possible edge case.</i><p>Oh, look, somebody just re-discovered static typing.</p>
]]></description><pubDate>Sun, 21 Sep 2025 05:13:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45320231</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=45320231</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45320231</guid></item><item><title><![CDATA[Origin and history of 'deprecate']]></title><description><![CDATA[
<p>Article URL: <a href="https://www.etymonline.com/word/deprecate">https://www.etymonline.com/word/deprecate</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45048350">https://news.ycombinator.com/item?id=45048350</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 28 Aug 2025 04:19:58 +0000</pubDate><link>https://www.etymonline.com/word/deprecate</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=45048350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45048350</guid></item><item><title><![CDATA[New comment by pash in "Simulating and Visualising the Central Limit Theorem"]]></title><description><![CDATA[
<p>For some definition of “sufficiently introductory”, I’d recommend starting with the first chapter of John Nolan’s book <i>Stable Distributions</i> [0] (20 pages), which presents the class of distributions to which sums of iid random variables converge and builds up to a version of the generalized CLT.<p>Note that this generalization of the classical CLT relaxes the requirement of finite mean and variance but still requires that the summed random variables are iid. There are further generalizations to sums of dependent random variables. John D. Cook has a good blog post that gives a quick overview of these generalizations [1].<p>0. <a href="https://edspace.american.edu/jpnolan/wp-content/uploads/sites/1720/2020/09/Chap1.pdf" rel="nofollow">https://edspace.american.edu/jpnolan/wp-content/uploads/site...</a> [PDF]<p>1. <a href="https://www.johndcook.com/blog/central_limit_theorems/" rel="nofollow">https://www.johndcook.com/blog/central_limit_theorems/</a></p>
]]></description><pubDate>Fri, 15 Aug 2025 18:18:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=44915729</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=44915729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44915729</guid></item><item><title><![CDATA[How Apple turbocharged China's development]]></title><description><![CDATA[
<p>Article URL: <a href="https://text.npr.org/g-s1-72993">https://text.npr.org/g-s1-72993</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44298163">https://news.ycombinator.com/item?id=44298163</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 17 Jun 2025 12:12:37 +0000</pubDate><link>https://text.npr.org/g-s1-72993</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=44298163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44298163</guid></item><item><title><![CDATA[New comment by pash in "Mustard Watches (1990)"]]></title><description><![CDATA[
<p>I’m not sure what the author had in mind when he wrote the paper, but its light-hearted content reveals well how to structure a math paper: (1) state the problem and why the reader should care about it, (2) state how the paper builds on prior work, (3) summarize the main results, and then (4) develop them in theorem-proof style.<p>An economics paper in the same spirit (though of course economics addresses more practical problems than mathematics, in this case whether one should leave the toilet seat up or down) shows quite well how to present and develop an economic model [0].<p>0. <a href="https://jaypilchoi.com/wp-content/uploads/2021/06/Economic-Inquiry-2011.pdf" rel="nofollow">https://jaypilchoi.com/wp-content/uploads/2021/06/Economic-I...</a> [PDF]</p>
]]></description><pubDate>Wed, 28 May 2025 01:28:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=44112055</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=44112055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44112055</guid></item><item><title><![CDATA[How DigiKey is dealing with tariff chaos]]></title><description><![CDATA[
<p>Article URL: <a href="https://text.npr.org/nx-s1-5332209">https://text.npr.org/nx-s1-5332209</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43785841">https://news.ycombinator.com/item?id=43785841</a></p>
<p>Points: 15</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 24 Apr 2025 18:23:35 +0000</pubDate><link>https://text.npr.org/nx-s1-5332209</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=43785841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43785841</guid></item><item><title><![CDATA[New comment by pash in "The Lost Art of Logarithms"]]></title><description><![CDATA[
<p>The general version of this is called <i>inverse transform sampling</i> [0], which uses the fact that for the cdf <i>F</i> of any random variable <i>X</i> the random variable <i>Y = F(X)</i>  has a standard uniform distribution [1]. Since every cdf increases monotonically on the unit interval, every cdf is invertible [2]. So apply the inverse cdf to both sides of the previous equation and you get <i>F^-1(Y) = X</i> is distributed like <i>X</i>.<p>Sampling from a standard uniform distribution and then using the inverse transform is the commonest way of generating random numbers from an arbitrary distribution.<p>0. <a href="https://en.m.wikipedia.org/wiki/Inverse_transform_sampling" rel="nofollow">https://en.m.wikipedia.org/wiki/Inverse_transform_sampling</a><p>1. <a href="https://en.m.wikipedia.org/wiki/Probability_integral_transform" rel="nofollow">https://en.m.wikipedia.org/wiki/Probability_integral_transfo...</a><p>2. Not every cdf is one-to-one, however, so you may need a generalized inverse.</p>
]]></description><pubDate>Thu, 13 Mar 2025 21:15:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43357301</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=43357301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43357301</guid></item><item><title><![CDATA[Hallucinations are inevitable but statistically negligible]]></title><description><![CDATA[
<p>Article URL: <a href="https://arxiv.org/abs/2502.12187">https://arxiv.org/abs/2502.12187</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43284108">https://news.ycombinator.com/item?id=43284108</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 06 Mar 2025 19:22:06 +0000</pubDate><link>https://arxiv.org/abs/2502.12187</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=43284108</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43284108</guid></item><item><title><![CDATA[Tech tycoons have got the economics of AI wrong]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.economist.com/finance-and-economics/2025/01/30/tech-tycoons-have-got-the-economics-of-ai-wrong">https://www.economist.com/finance-and-economics/2025/01/30/tech-tycoons-have-got-the-economics-of-ai-wrong</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42945147">https://news.ycombinator.com/item?id=42945147</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Feb 2025 07:31:02 +0000</pubDate><link>https://www.economist.com/finance-and-economics/2025/01/30/tech-tycoons-have-got-the-economics-of-ai-wrong</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=42945147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42945147</guid></item><item><title><![CDATA[Chinese hackers breached US court wiretap systems, WSJ reports]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.reuters.com/technology/cybersecurity/chinese-hackers-breached-us-court-wiretap-systems-wsj-reports-2024-10-06/">https://www.reuters.com/technology/cybersecurity/chinese-hackers-breached-us-court-wiretap-systems-wsj-reports-2024-10-06/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41756802">https://news.ycombinator.com/item?id=41756802</a></p>
<p>Points: 24</p>
<p># Comments: 7</p>
]]></description><pubDate>Sun, 06 Oct 2024 12:51:21 +0000</pubDate><link>https://www.reuters.com/technology/cybersecurity/chinese-hackers-breached-us-court-wiretap-systems-wsj-reports-2024-10-06/</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=41756802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41756802</guid></item><item><title><![CDATA[New comment by pash in "The war on remote work has nothing to do with productivity"]]></title><description><![CDATA[
<p>The Fed’s estimates thru 2022 say real estate makes up 46.8% of net US wealth ($83.5 trillion of $178.4 trillion) [0].<p>0. Readably summarized at <a href="https://www.barrons.com/amp/articles/net-wealth-is-over-135-trillion-where-that-money-resides-d722c9c6" rel="nofollow">https://www.barrons.com/amp/articles/net-wealth-is-over-135-...</a> .</p>
]]></description><pubDate>Mon, 23 Sep 2024 07:07:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=41623177</link><dc:creator>pash</dc:creator><comments>https://news.ycombinator.com/item?id=41623177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41623177</guid></item></channel></rss>