<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: westcoast49</title><link>https://news.ycombinator.com/user?id=westcoast49</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 07 Sep 2026 12:28:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=westcoast49" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by westcoast49 in "The revolt of the reader"]]></title><description><![CDATA[
<p>The deeper question is why we register it as bad.<p>It has the "same voice" you say. But that is also, kind of, the same as saying that there is no humanity behind it, no identity, no "mind".<p>For lexical articles, like text given as an answer to a single prompt or question, AI writing can be excellent. Because, there we <i>do</i> want an answer that represents the average or combination of all human knowledge about the topic. We're not looking for personality, or another mind.<p>When we read long-form text, on the other hand, what we are engaging in, is mind-transfer. We then expect there to be a recognizable mind at the other end. And this is, in my opinion, what typically falls apart when we ask an AI to write a complete long-form text.</p>
]]></description><pubDate>Sun, 06 Sep 2026 14:47:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=49587006</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=49587006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49587006</guid></item><item><title><![CDATA[New comment by westcoast49 in "The revolt of the reader"]]></title><description><![CDATA[
<p>> we readers shouldn’t be expected to labor to understand a sentence that the writer themselves didn’t work to create.<p>What about answers that an LLM gave to a question that we ourselves asked? Should we “labor” to understand that answer?<p>I think the argument, as presented in this and other similar pieces of critique, is too simplistic.<p>I do understand the criticism, but I think it should be framed in a different manner. The problem, when we read a long form piece by an author, is that we imagine that there’s another “mind” at the other side. We imagine that we are following the reasoning within the mind of a fellow human being, the writer. There’s an implied sort of “intimacy” to it. And the breach is when we are fooled into thinking that we are engaged in human communication, only to discover that there is a machine on the other side.<p>When we ask questions to an AI, this problem does not exist, because we are fully aware that the entity on the other side is not a human being.<p>Yet there is no doubt that the reply from an AI can contain information that is very much worthy of our time, and of our “labor” and effort to understand it.<p>So I think this ultimately will be about disclosure. As long as we are being made aware of the percentage of AI use in a text, explicitly or implicitly, I think we will actually grow to accept it.</p>
]]></description><pubDate>Sun, 06 Sep 2026 07:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=49584128</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=49584128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49584128</guid></item><item><title><![CDATA[New comment by westcoast49 in "Airport Simulator"]]></title><description><![CDATA[
<p>I got a slight flashback to Blue Max, just because of the graphics.</p>
]]></description><pubDate>Mon, 20 Jul 2026 16:53:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48981445</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=48981445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48981445</guid></item><item><title><![CDATA[New comment by westcoast49 in "Autism's confusing cousins"]]></title><description><![CDATA[
<p>It is possible though, to unify those things, and to see those other effects also as second or third order effects of the same underlying deficiencies that cause problems in social interaction. I believe, for instance, that our super power as neurotypicals is our ability to see, process, model and make sense, especially in real-time, of what's inside the minds of other people. In a way, we are wired to be comfortable with multiple worlds or perspectives around us, because we can see them, process them, and make sense of them. It makes sense to me that a person who is less good at this, will end up seeking a model of the world that is more rigid. If the worlds of other people around you seem chaotic to you, and uncomprehensible, then you will seek an environment and an understanding of the world that is more static, rigid or fixed. So, I think, at least on a conceptual level, it's possible to link the root causes of social problems to the root causes of the need for rigidity and stability.</p>
]]></description><pubDate>Sun, 07 Dec 2025 21:48:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46185508</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=46185508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46185508</guid></item><item><title><![CDATA[New comment by westcoast49 in "Writing Builds Resilience in Everyday Challenges by Changing Your Brain"]]></title><description><![CDATA[
<p>I’m sure it does. If you ask a question, it forces you to think the problem through, which has a similar effect as the kind of therapeutic writing that is mentioned in this article.</p>
]]></description><pubDate>Fri, 28 Nov 2025 18:38:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46081430</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=46081430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46081430</guid></item><item><title><![CDATA[New comment by westcoast49 in "LoC is a dumb metric for functions"]]></title><description><![CDATA[
<p>I think you're right. I'm on the opposite side of it, but I have a colleague who routinely writes functions that are hundreds of lines long, with 30-40 local variables inside each function. I've come to realize that he does so because his brain allows him to do it. He has a brain that is more detail-oriented than my brain. Where I naturally see a problem as a "tree" of sub-problems with their own details, he naturally sees one large problem with 100 details. He naturally writes code to accommodate his own cognitive style, while I write code to accommodate my own cognitive style.<p>Moreover, I've come to realize that my colleague is not adverse to using abstractions if they are well established, and if they already exist. But he is (much) less inclined to invent or write new abstractions than I am. As you have concluded, I have also concluded that this is actually a matter of cognitive style, more than it's a symptom of "slop" or "cargo-culting of best practices".</p>
]]></description><pubDate>Mon, 20 Oct 2025 12:33:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45643174</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=45643174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45643174</guid></item><item><title><![CDATA[New comment by westcoast49 in "LoC is a dumb metric for functions"]]></title><description><![CDATA[
<p>> Knowing At a high level what needed to happen to accomplish what the code did, I know for a fact it could have and should have been broken down more. However, because of the complexity of what he wrote, no one had the patience to go through it. When he left, the code got thrown away.<p>And today an LLM could probably have refactored it fairly well, automatically.</p>
]]></description><pubDate>Mon, 20 Oct 2025 11:18:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45642637</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=45642637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45642637</guid></item><item><title><![CDATA[New comment by westcoast49 in "Lazy-brush – smooth drawing with mouse or finger"]]></title><description><![CDATA[
<p>Kalman filtering is what's used in GPS navigation apps, is it not, to smooth out imperfections in the raw GPS signal?</p>
]]></description><pubDate>Tue, 19 Aug 2025 14:05:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44951711</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=44951711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44951711</guid></item><item><title><![CDATA[New comment by westcoast49 in "What if you could do it all over? (2020)"]]></title><description><![CDATA[
<p>> If you could always do it over, an infinite redo so to say, nothing would matter. Every choice and outcome would become insignificant, because you could just redo it until it was just right.<p>The movie Groundhog Day comes to mind.</p>
]]></description><pubDate>Wed, 04 Jun 2025 11:45:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44179646</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=44179646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44179646</guid></item><item><title><![CDATA[New comment by westcoast49 in "The Shape of the Essay Field"]]></title><description><![CDATA[
<p>Or:<p>(e) because it’s subjective.</p>
]]></description><pubDate>Tue, 03 Jun 2025 22:43:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=44175568</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=44175568</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44175568</guid></item><item><title><![CDATA[New comment by westcoast49 in "The Rise of Judgement over Technical Skill"]]></title><description><![CDATA[
<p>I'm just arguing that there has been no qualitative shift. The skills you need to produce pop music today are different than the skills that you needed before. Now you need to be able to operate a MIDI sequencer or a program like Ableton, which is not necessarily easier in and off itself, than for instance learning how to play a guitar. I think it's the same with AI tools and programming. We're just talking about a different set of skills that you need in order to be competitive. I don't think there has been any real shift from "skill needed" to "judgement needed". I think this relationship remains the same, both for pop music and programming, but also for the example of playing an instrument in a symphony orchestra.</p>
]]></description><pubDate>Mon, 02 Jun 2025 10:25:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44157377</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=44157377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44157377</guid></item><item><title><![CDATA[New comment by westcoast49 in "The Rise of Judgement over Technical Skill"]]></title><description><![CDATA[
<p>Music was never an issue of skill. You might have <i>needed</i> skill in order to get to the point where you could use your judgement, but skill was never the deciding factor. So, I don't agree with Brian Eno's point that there has been some kind of seismic shift when it comes to this. Rather, it's just a matter of a shift in the <i>type of skill</i> that you need to have. The same is probably true when it comes to AI tools within the field of programming.</p>
]]></description><pubDate>Mon, 02 Jun 2025 06:57:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44156326</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=44156326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44156326</guid></item><item><title><![CDATA[New comment by westcoast49 in "Docs like code in basic terms"]]></title><description><![CDATA[
<p>So this is WYSINWYG.</p>
]]></description><pubDate>Thu, 08 May 2025 06:16:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=43923548</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=43923548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43923548</guid></item><item><title><![CDATA[New comment by westcoast49 in "Ask HN: What are you working on? (April 2025)"]]></title><description><![CDATA[
<p>It seems to have merit as a subdivision scheme.<p>The shapes look a bit wonky when projected onto a map, though, and it may not be as intuitive to reason about as the hexagons that would (mostly) result from subdividing an icosahedron. With a subdivided icosahedron you end up with a regular lattice of shapes that is easier to reason about. I think an icosahedron might be a better fit for an indexing scheme for that reason, despite it's higher mathematical error in approximating the sphere at a given resolution.<p>I explored a similar idea four or five years ago, without being aware of H3. My goal was to find a compact multi-resolution geospatial height map format. My idea was closer to H3 than to yours, it seems.</p>
]]></description><pubDate>Tue, 29 Apr 2025 12:45:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43831846</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=43831846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43831846</guid></item><item><title><![CDATA[New comment by westcoast49 in "Ask HN: What are you working on? (April 2025)"]]></title><description><![CDATA[
<p>Is it based upon repeated subdivision of an icosahedron?</p>
]]></description><pubDate>Mon, 28 Apr 2025 12:18:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=43820613</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=43820613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43820613</guid></item><item><title><![CDATA[New comment by westcoast49 in "Why can't we remember our lives as babies or toddlers?"]]></title><description><![CDATA[
<p>I think it happens to a certain extent, if we do as the article says, and revisit our memories. We then probably reinterpret our memories in the context of our new and updated understanding of the world.<p>In other cases I believe it’s quite possible that our understanding of the world, say at age two, is so radically different from our adult understanding, that the old memories don’t even make any sense in the new context. They can’t be remapped in any meaningful manner.</p>
]]></description><pubDate>Tue, 18 Feb 2025 17:47:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=43092765</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=43092765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43092765</guid></item><item><title><![CDATA[New comment by westcoast49 in "Why can't we remember our lives as babies or toddlers?"]]></title><description><![CDATA[
<p>We attach our early memories to our concept of the world as it was then. Afterwards, our concept of the world changes. As a result, those old memories sort of become dangling pointers. They refer to a world model that no longer exists in our minds.</p>
]]></description><pubDate>Tue, 18 Feb 2025 11:22:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=43088330</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=43088330</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43088330</guid></item><item><title><![CDATA[New comment by westcoast49 in "Cognitive load is what matters"]]></title><description><![CDATA[
<p>It comes down to the quality of the abstractions. If they are well made and well named, you'd rather read this:<p><pre><code>  axios.get('https://api.example.com', {
      headers: { 'Authorization': 'Bearer token' },
      params: { key: 'value' }
  })
  .then(response => console.log(response.data))
  .catch(error => console.error(error));
</code></pre>
than to read the entire implementations of get(), then() and catch() inlined.</p>
]]></description><pubDate>Wed, 25 Dec 2024 22:05:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=42511476</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=42511476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42511476</guid></item><item><title><![CDATA[New comment by westcoast49 in "Conversations are better with four people"]]></title><description><![CDATA[
<p>Because "things" are interconnected. There's not just one definition of Thing, whatever your thing might be. There's your perspective on Thing, and there's other peoples' perspective on Thing. So, whatever it is, Thing is not something that you can understand in solitude.<p>Understanding it means understanding both your perspective on it, and other peoples' perspective on it, at the same time. That's most peoples' reason for wanting to interact with random people. They see it as an opportunity to refine their understanding of Thing, whatever it might be.</p>
]]></description><pubDate>Mon, 16 Dec 2024 08:50:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=42429188</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=42429188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42429188</guid></item><item><title><![CDATA[New comment by westcoast49 in "Show HN: Silent Poems – Visual expression of unspoken thoughts"]]></title><description><![CDATA[
<p>I imagine this could be sold to upscale hotels or concert arenas, for display on a big screen in a reception area or foyer.</p>
]]></description><pubDate>Tue, 26 Nov 2024 19:43:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=42249210</link><dc:creator>westcoast49</dc:creator><comments>https://news.ycombinator.com/item?id=42249210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42249210</guid></item></channel></rss>