<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: Paul_Clayton</title><link>https://news.ycombinator.com/user?id=Paul_Clayton</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 07:57:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Paul_Clayton" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Paul_Clayton in "Some Unusual Trees"]]></title><description><![CDATA[
<p>The PhD Movie introed with Richard Feinman's statement "I don't know anything, but I do know everything is interesting, if you go into it deeply enough."<p>Feinman was a curious character.<p>I suspect that with even a modest breadth of knowlegde a deep investigation of anything brings associations with existing knowledge (interest), unexpected connections and exceptions.</p>
]]></description><pubDate>Mon, 06 Apr 2026 12:42:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47660180</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=47660180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47660180</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "Some Unusual Trees"]]></title><description><![CDATA[
<p>That clause reminded me of Popeye's "I can't stands no more" and I took it as an expression of considerable annoyance along with a sense of humor.</p>
]]></description><pubDate>Mon, 06 Apr 2026 12:10:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47659862</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=47659862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47659862</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "I prefer OG style websites – what are yours?"]]></title><description><![CDATA[
<p>I think one should use ex/em units when setting a maximum width for readability. People with poorer vision will tend to prefer a physically larger font size. Pixels can also vary in size for different displays. (I am not a web developer but I do have poor eyesight and delay getting new glasses.)</p>
]]></description><pubDate>Fri, 03 Apr 2026 17:00:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47629154</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=47629154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47629154</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "How many branches can your CPU predict?"]]></title><description><![CDATA[
<p>By only testing one static branch, it is possible that the performance of the Intel Emerald Rapids predictor is not representative of a more realistic workload. If path information is used to index the predictor in addition to global (taken/not taken) branch history without xoring with the global history (or fulling mingling these different data) or if the branch address is similarly not fully scrambled with the global history, using only one branch might result in predictor storage being unused (never indexed). Either mechanism might be useful for reducing tag overhead while maintaining fewer aliases. Another possibility is that the associativity of the tables does not allow tags for the same static branch to differ.<p>(Tags could be made to differ by, e.g., XORing a limited amount of global history with the hash of the address.)<p>It is also possible that the AMD Zen 5 and Apple M4 have similar unused predictor capacity and simply have much larger predictors.<p>I did not think even TAGE predictors used 5k branch history, so there may be some compression of the data (which is only pseudorandom).<p>It might be interesting to unroll the loop (with sufficient spacing between branches to ensure different indexing) to see if such measurably effected the results.<p>Of course, since "write to buffer" is just a store and increment and the compiler should be able to guarantee no buffer overflow (buffer size allocated for worst case) and that the memory store has no side effects, the branch could be predicated by selecting either new value to be stored or the old value and always storing. This would be a little extra work and might have store queue issues (if not all store queue entries can have the same address but different version numbers), so it might not be a safe optimization.</p>
]]></description><pubDate>Fri, 20 Mar 2026 01:18:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47449082</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=47449082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47449082</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "The 49MB web page"]]></title><description><![CDATA[
<p>The Triptych Proposals [1] cover a lot of common use cases for submitting information to a server and updating part of a page. Something like that should have been possible to implement early in web history (I perceive some similarity to frames).<p>Modern CSS (and some newer HTML features) also reduces the need for scripting.<p>I very much doubt that "Enabling scripting was a <i>necessary</i> step for interactive websites." (emphasis added). It may well have been the most convenient and fastest way to get the functionality to the most users. With Javascript each website could provide functionality without waiting for such to be implemented by all browsers.<p>However distribution of power also leads to more complex trust relationships (even if one is confident that sandboxing is effective). Independent implementation also leads to more complexity overall.<p>[1] <a href="https://alexanderpetros.com/triptych/" rel="nofollow">https://alexanderpetros.com/triptych/</a></p>
]]></description><pubDate>Tue, 17 Mar 2026 22:06:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47418992</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=47418992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47418992</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "Ask HN: How to be alone?"]]></title><description><![CDATA[
<p>This reminded me of the CPC Grey video "7 Ways to Maximize Misery" <a href="https://youtu.be/LO1mTELoj6o?si=7tWgqLPyug0-NC6Z" rel="nofollow">https://youtu.be/LO1mTELoj6o?si=7tWgqLPyug0-NC6Z</a> (which is not specifically about loneliness).<p>That video did not really include self-medicating (except as screen time can be self-medicating for boredom and tiredness); I tend to self-medicate anxiety by simple logic games (picmi, sudoku, kmines — all but the last also avoid failure) which wastes a lot of time. (Drinking water seems to be a somewhat less harmful form of self-medication; it has similar sensory benefits to eating — not as attractive as sweet, salty, fatty foods but it seems somewhat similar — and distraction but overdrinking water seems more difficult.)<p>Written from my allroom.</p>
]]></description><pubDate>Mon, 09 Mar 2026 23:46:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47317373</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=47317373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47317373</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "Science Fiction Is Dying. Long Live Post Sci-Fi?"]]></title><description><![CDATA[
<p>I disliked _Always Coming Home_, substantially because it felt misandrous though the less optimistic setting probably also played a role (a post-industrial Earth with a rape victim as the "protagonist" and not a heroic victim who transforms evil and suffering into good). It <i>did</i> seem to be exceptional in literary quality, a strong extension of the divided story mechanism in _The Dispossessed_ (and _The Left Hand of Darkness_? — I do not remember how that novel was laid out). I did not listen to the audio produced for the books, so I did not receive the full experience, but the literary quality of the novel was excellent (in my opinion). (I especially liked the simple squirrel drawing, an odd bit of trivia to remember.)<p>(I thought the acknowledgement of life when killing a mosquito was an interesting cultural aspect.)<p>I did kind of wish that a monastic-like community (or university?) had been presented as seeking more benefit from the City of Mind. Unlike the tribe that asked how to make airplanes (which failed in their military objective), the monks/scholars would train to ask good questions, seeking to restore the land and encourage communication and cooperation among humans. Having even a small bunch of humans interested in such larger issues would have been more optimistic (and perhaps realistic as the existence of an actual Oracle might encourage some people to be scholars, making connections and asking questions). Of course, a ten volume novel would have been even less popular, and LeGuin clearly was motivated to write a more gritty novel.</p>
]]></description><pubDate>Mon, 09 Mar 2026 00:00:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47303040</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=47303040</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47303040</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "15 years of FP64 segmentation, and why the Blackwell Ultra breaks the pattern"]]></title><description><![CDATA[
<p>The Motorola 88k and 68k both supported (eventually) extended precision, and, of course, Itanium supported it for x87 compatibility.<p><a href="https://en.wikipedia.org/wiki/Motorola_88000" rel="nofollow">https://en.wikipedia.org/wiki/Motorola_88000</a>
(under "Registers": "32 80-bit (88110 only)")<p><a href="https://en.wikipedia.org/wiki/Extended_precision" rel="nofollow">https://en.wikipedia.org/wiki/Extended_precision</a>
(see section titled "IEEE 754 extended-precision formats")</p>
]]></description><pubDate>Fri, 27 Feb 2026 23:24:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47187423</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=47187423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47187423</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "What is the nicest thing a stranger has ever done for you?"]]></title><description><![CDATA[
<p>When returning to Washington University in St. Louis, I was walking a few miles with some luggage. Someone offered to carry one piece with me to the dorm. It was only after reaching the dorm that I realized she was barefoot!</p>
]]></description><pubDate>Fri, 12 Dec 2025 18:18:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=46246941</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=46246941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46246941</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "CEO pay and stock buybacks have soared at the largest low-wage corporations"]]></title><description><![CDATA[
<p>Even personal recommendations have the problem of requiring significant use time (c. a year?) to estimate value. A company can (it seems) degrade quality for a model faster than quality can be evaluated by normal use.</p>
]]></description><pubDate>Thu, 21 Aug 2025 23:55:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=44979616</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=44979616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44979616</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "What medieval people got right about learning (2019)"]]></title><description><![CDATA[
<p>Most parts of the liturgy are teaching. Scripture readings might compare with text book reading; the Lord's Prayer and other formulaic recitations are often taken from Scripture.<p>The eucharist is more "ritual" than "overt teaching" but it is meant to call to mind one loaf -> one body and the cost of forgiveness.<p>The earlier poster's point was more "with similar goals in mind" (i.e., "to create a shared understanding of the world, a nation") rather than emphasizing the mechanism (I think). "Marketable skills" is different from social/civic skills/responsibility.</p>
]]></description><pubDate>Thu, 14 Aug 2025 17:57:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=44903553</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=44903553</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44903553</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "Poorest US workers hit hardest by slowing wage growth"]]></title><description><![CDATA[
<p>"higher prices for the consumer" can include lower value at the same price. Size reduction seems a common method for certain commodities. This may result in reduced consumption (e.g., a consumer buying one package of ice cream every other week), as well as increase customer dissatisfaction when the change is noticed, and it can increase packaging cost per unit weight/volume.<p>Other ways of reducing value are possible such as reducing quality control effort, reducing quality of inputs, and reducing manufacturing costs in ways that are known to reduce product quality.<p>Pushing costs to effectively underregulated externalities can also avoid price increases.<p>It is also sometimes possible to increase efficiency. Even a long term commodity can have potential for efficiency improvements that were considered not worth exploring under stable pricing pressures. (I suspect value reduction is easier and much faster than efficiency improvement.)<p>Sadly, reducing value can have a disproportionate cost to consumers. Reducing manufacturing costs for a Watchman's boots by 20% may reduce the lifetime of such by 30% and reduce the quality of use by 50% (which may be related to Samuel Vimes' theory: <a href="https://en.m.wikipedia.org/wiki/Boots_theory" rel="nofollow">https://en.m.wikipedia.org/wiki/Boots_theory</a> ).</p>
]]></description><pubDate>Mon, 04 Aug 2025 17:47:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=44789165</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=44789165</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44789165</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "The Moat of Low Status"]]></title><description><![CDATA[
<p>Innate talent can also be tied to one's sense of identity, which makes failure more overwhelming. (If one does not _really_ try, failure does not feel as crushing.)<p>Just an expectation that something will be easy (without a strong tie to identity/sel-worth) can make failure more painful.<p>Easy successes can also lead to not developing progress-enabling skills when in a "friendly" environment (e.g., an academically gifted person not learning study skills and disclipline before college). When the innate skill and casual training is no longer enough to meet expectations, there is not the emotional reserve and external support to develop the meta-skills.<p>Failure aversion and lack of self-discipline is somewhat independent of "work ethic"; a person terrified of failure can work very hard at easy tasks or tasks with results that lack internal or peceived external judgment in part because such feels so much better than not really trying.<p>Sadly, a "safe" activity can be "ruined" by a person's well-meaning compliment, that introduces expectations to the activity. (Weirdly, indirect compliments seem significantly less problematic; "these decorations look really nice" can feel acceptable even when the person knows one did them while "you did a really good job on the decorations" can feel crushing by setting a new higher baseline of expectations and/or introducing self-doubt because the person is just being nice.)</p>
]]></description><pubDate>Tue, 08 Jul 2025 17:43:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=44502290</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=44502290</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44502290</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "Ask HN: How do I give back to people helped me when I was young and had nothing?"]]></title><description><![CDATA[
<p>This reminds me of a passage in Lois McMaster Bujold's <i>A Civil Campaign</i> (Cordelia Naismith Vorkosigan is speaking to Mark Vorkosigan):<p>Her smile tilted. "Mark, you don't pay back your parents. You can't. The debt you owe them gets collected by your children, who hand it down in turn. It's a sort of entailment. Or if you don't have children of the body, it's left as a debt to your common humanity. Or to your God, if you possess or are possessed by one."<p>"I'm not sure that seems fair."<p>"The family economy evades calculation in the gross planetary product. It's the only deal I know where, when you give more than you get, you aren't bankrupted—but rather, vastly enriched."</p>
]]></description><pubDate>Fri, 13 Jun 2025 21:19:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44272364</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=44272364</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44272364</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "Workers Want a Four-Day Week. Companies Should Too"]]></title><description><![CDATA[
<p>I received the impression that being closed on Sundays was part of corporate culture, a statement of valuing something other than maximizing value extraction. A poster here commented that the franchise agreements were unique in the poster's experience in having a flavor of partnership. Customer service seems to be emphasized.<p>B&H Photo seems to have a similar (even greater?) customer service drive. More than one poster here has commented that being closed on Jewish holy days (including Shabbat) is not a major deterrent given the quality of customer service and products.<p>Keeping one's word even when it hurts is a mark of virtue and integrity means such virtue is expressed in a breadth of life activity. <i>Miracle on 34th Street</i> hints on the advantage of "having a heart", even if Mr. Macy saw it as a corporate gimmick.<p>A McDonalds being closed one day a week because the managers like outdoor activities that day (or to try to achieve a Chick-fil-A effect) would see the ethos behind that behavior informing other behaviors.<p>Marketing can support a false reputation, but trust is important to social function. Betrayed (or mistaken if you are Roj Blake) trust wounds society.</p>
]]></description><pubDate>Tue, 03 Jun 2025 12:31:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44169282</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=44169282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44169282</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "If nothing is curated, how do we find things"]]></title><description><![CDATA[
<p>The Catholic Church had similar tradeoffs with Latin, though I suspect the language and style were less motivated by majesty (though bias of use by the educated might have entered early — I am ignorant of the history). The New Testament Koine (Common) Greek was similarly a lingua franca. When the once common language is no longer broadly used, the language can become a class-oriented separating factor.<p>Even more recent translations seem to retain significant similarity in a lot of "famous" texts (e.g., the Beatitudes — people also seem to use the archaic pronunciation of "blessed" as two syllables), presumably to ease acceptance of the change. This hints that some commonality is preserved. (Some words are also jargon, so not modernizing the word is more reasonable.)<p>Story outlines and concepts can also be preserved even though the "poetry" of earlier versions is lost in translation. Yet as contexts change even concepts may be less understandable and shared; "go to the ant thou sluggard" may be unclear not merely from language but from unfamiliarity with concepts. Aesop's "The Ant and the Grasshopper" has lasted thousands of years, but is not a fundamentally human metaphor  and even the human concepts diligence and foresight can have different cultural tones.<p>"A sluggard is someone who does not work hard." "Oh, you mean someone who works smarter not harder?" "No. It means someone who does not accomplish much." "Oh, you mean someone who is burnt out?" "No. It means someone who chooses not to do things that are profitable." "Oh, you mean someone who has recognized the futility of striving for accomplishments and has learned to be content with a simple life?" "No!"</p>
]]></description><pubDate>Sun, 18 May 2025 15:48:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44022221</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=44022221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44022221</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "‘Bluey’s World’: How a Cute Aussie Puppy Became a Juggernaut"]]></title><description><![CDATA[
<p>For some reason — I am musically incompetent — "The Beach" really felt like the soundtrack was very emotive in a way that fit the story.<p>The stately feel in "Sleepytime" may have fit the solar system motif and provided contrast to the earthy elements of the story.<p>I liked "Sleepytime" in part from the expression of letting go while being faithful. Bingo's letting her rabbit go did not mean a complete separation but an expansion (as a few additional rabbits came to help later) similar to a parent allowing a child to grow up and leave while affirming that the child is loved.<p><i>Bluey</i> also has some similarity to <i>Calvin and Hobbes</i> in that some fantastic elements are not explained. E.g., in "Sleepytime", do Bluey and Bingo have a psychic connection such that they shared part of the dream or is there imagination/unreliable narration or some third option?</p>
]]></description><pubDate>Fri, 21 Mar 2025 23:18:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43441733</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=43441733</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43441733</guid></item><item><title><![CDATA[New comment by Paul_Clayton in ""Wait, not like that": Free and open access in the age of generative AI"]]></title><description><![CDATA[
<p>Listing all of the creators from whose attribution-licensed works an LLM (potentially) derived an output would seem to satisfy the letter of such licenses, but it is not clear that such would satisfy the spirit (which seems to assume a stronger causal link and a more limited number of attributions). If creators can be grouped outside of the creator naming explicitly associated with the works, this could degrade into "this work is derived from the works of humanity"; however, listing all human beings individually does not seem _meaningfully_ different and seems to satisfy the attribution requirement of such licenses.<p>From what little I understand of LLMs, the weight network developed by training on a large collection of inputs is similar to human knowledge in that some things will be clearly derived (at least in part) from a limited number of inputs but others might have no clear contributor density. If I wrote a human "superiority" science fiction story, I could be fairly confident that Timothy Zahn and Gordon R. Dickson "contributed"; however, this contribution would not be considered enough to violate copyright and require licensing. Some LLM outputs clearly violate copyright (e.g., near verbatim quotation of significant length), but other outputs seem to be more broadly derived.<p>If the law treats LLMs like humans ("fairly"), then broad derivation would not seem to violate copyright. This seems to lead toward "AI rights". I cannot imagine how concepts of just compensation and healthy/safe working conditions would apply to an AI. Can a corporation own a computer system than embodies an AI or is that slavery?<p>If the law makes special exceptions for LLMs, e.g., adjusting copyright such that fair use and natural learning only apply to human persons, then licensing would be required for training. However, attribution licenses seem to have the above-mentioned loophole. (That this loophole is not exploited may be laziness or concern about admitting that following the license is required — which makes less openly licensed/unlicensed works poisonous.)<p>If the purpose of copyright is to "promote the useful arts", then the law should reflect that purpose. Demotivating human creators and the sharing of their works seems destructive to that purpose, but LLMs are also enabling some creativity. Law should also incorporate general concepts such as equality under the law. LLMs also seem to have the potential for power concentration, which is also a concern for just laws.<p>Perhaps I am insufficiently educated on the tradeoffs to see an obvious solution, but this seems to me like a difficult problem.</p>
]]></description><pubDate>Sun, 16 Mar 2025 22:50:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=43383322</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=43383322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43383322</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "100x defect tolerance: How we solved the yield problem"]]></title><description><![CDATA[
<p>The enthalpy of vaporization of water (at standard pressure) is listed by Wikipedia[1] as 2.257 kJ/g, so <i>boiling</i> 462 grams would require an additional 1.04 MJ, adding 26 seconds. Cerebras claims a "peak sustained system power of 23kW" for the CS-3 16 Rack Unit system[2], so clearly the power density is lower than for an H100.<p>[1] <a href="https://en.wikipedia.org/wiki/Enthalpy_of_vaporization#Other_common_substances" rel="nofollow">https://en.wikipedia.org/wiki/Enthalpy_of_vaporization#Other...</a>
[2] <a href="https://cerebras.ai/product-system/" rel="nofollow">https://cerebras.ai/product-system/</a></p>
]]></description><pubDate>Thu, 16 Jan 2025 00:59:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=42719601</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=42719601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42719601</guid></item><item><title><![CDATA[New comment by Paul_Clayton in "Advanced Civilizations Could Be Indistinguishable from Nature"]]></title><description><![CDATA[
<p>Colonization would, I think, not require economic justification. Using transportation and communication barriers to facilitate isolation or at least localization may be important to some people.<p>With vast discretionary spending, people would be able to sacrifice some pleasures for pleasures related to achieving a long-term impractical goal. Space travel does not have to be the most efficient means of enjoying life to be a human choice.<p>A colony in Antarctica would be much more practical than one on the Moon, but a Lunar colony is more romantic.<p>If material trade is not worthwhile, conquest may be somewhat discouraged. (Some people might wish to rule all of humanity or convert/exterminate all heretics, so no distance would be perfectly safe, but a perceived threat in Antarctica would be easier to eliminate than a perceived threat on the Moon or in the Large Magellanic Cloud.)</p>
]]></description><pubDate>Fri, 20 Dec 2024 03:23:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42467998</link><dc:creator>Paul_Clayton</dc:creator><comments>https://news.ycombinator.com/item?id=42467998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42467998</guid></item></channel></rss>