<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: WhyIsItAlwaysHN</title><link>https://news.ycombinator.com/user?id=WhyIsItAlwaysHN</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 20 Sep 2026 13:09:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=WhyIsItAlwaysHN" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Weeping whales: Stillborn humpback whale grieving documented"]]></title><description><![CDATA[
<p>Try considering this with some nuance. Many people likely do not know that cows grieve or their bubble of habits and upbringing prevents this fact from reaching them. A story that brings empathy towards any animal is a step towards less suffering for all animals.</p>
]]></description><pubDate>Sun, 20 Sep 2026 09:27:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49774098</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49774098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49774098</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Highlighting My Code Based on How Much I Care"]]></title><description><![CDATA[
<p>The continue keyword is also important, or alternatively the condition to run it.<p>I often fail to notice it on the first look of some snippet of code</p>
]]></description><pubDate>Mon, 31 Aug 2026 06:58:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49506496</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49506496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49506496</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Digging the grave of my skills: Hollywood creatives training AI to do their jobs"]]></title><description><![CDATA[
<p>I don't think it will ever be able to make perfect extensions, because there is no perfect extension. Part of creative work is human imperfections. Part of me being invested in a series is because I know it will end at some point.<p>If there's infinite star trek episodes, I don't care to watch it. I'd rather spin a fidget spinner instead.</p>
]]></description><pubDate>Sat, 22 Aug 2026 14:54:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49400416</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49400416</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49400416</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "AI didn't erase the junior engineer's value, it increased it it"]]></title><description><![CDATA[
<p>I think this is good in general for being able to see what happens in the code of a PR, but probably more so to seniors.<p>If anything will be missing from juniors it will be the ability to run code in their heads if they've only written code via AI.</p>
]]></description><pubDate>Thu, 20 Aug 2026 13:04:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49374098</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49374098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49374098</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "AI didn't erase the junior engineer's value, it increased it it"]]></title><description><![CDATA[
<p>Is this just an ad for the product? How is this connected specifically to junior engineers? Is it implying that they cannot debug code without this kind of tool while more experienced people can?</p>
]]></description><pubDate>Thu, 20 Aug 2026 12:29:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=49373697</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49373697</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49373697</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Microsoft Edge is about to lock out older ad blockers, just like Chrome did"]]></title><description><![CDATA[
<p>So no youtube?</p>
]]></description><pubDate>Sat, 08 Aug 2026 13:55:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49221863</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49221863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49221863</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "I’m leaving OpenAI to build telepathy"]]></title><description><![CDATA[
<p>This line is taken very weirdly out of context in this comment though.<p>The article's topic is brain to AI interfaces. She mentions this quote as a "vision" from 2035, where not only can thoughts inform AI but AI can respond in thought too.<p>When we get used to a good tool it becomes an extension of ourselves.<p>How is this AI psychosis? Is it that it's very unrealistic for such an interface to be created in the next 10 years? Or is it that there's a fear of letting AI interfere with one's thoughts lest they lose themselves?</p>
]]></description><pubDate>Wed, 05 Aug 2026 22:27:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49189914</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49189914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49189914</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Google fixed more Chrome bugs in June than over the past two years, thanks to AI"]]></title><description><![CDATA[
<p>The mistake there is to point it at code to figure out performance optimizations.<p>The place to find them would be performance profiles, query plans, telemetry. The guidance for perf still applies, measure before and after change.<p>The issue is that the code often does not contain the information to do a perf optimization. Eg. you can't tell your cache size, the volumes of data in your DB or the latency of your network through just the text. Should you provide this context, you can get better results.</p>
]]></description><pubDate>Fri, 31 Jul 2026 09:04:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49120736</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49120736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49120736</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Magnolias are so old that they're pollinated by beetles, not bees"]]></title><description><![CDATA[
<p>This is a discussion about animal intelligence. Jumping spiders have a different brain layout than bees, which are formally insects. Other insects are more like the bee than spiders.<p>So in this case, it matters that spiders are not in fact insects in the strict sense.</p>
]]></description><pubDate>Mon, 27 Jul 2026 13:53:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49069735</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49069735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49069735</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Magnolias are so old that they're pollinated by beetles, not bees (2025)"]]></title><description><![CDATA[
<p>Spiders are not insects though
<a href="https://www.burkemuseum.org/collections-and-research/biology/arachnology-and-entomology/spider-myths/myth-spiders-are-insects" rel="nofollow">https://www.burkemuseum.org/collections-and-research/biology...</a></p>
]]></description><pubDate>Mon, 27 Jul 2026 10:52:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=49067693</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=49067693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49067693</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "How we measured AI writing across arXiv, and where the measurement breaks"]]></title><description><![CDATA[
<p>Awesome work, the detector seems accurate on a bunch of texts I tried, surprisingly even human/ai hybrid texts</p>
]]></description><pubDate>Mon, 20 Jul 2026 17:25:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48981904</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48981904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48981904</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Claude Sonnet 5"]]></title><description><![CDATA[
<p>AI companies are trying to mechanize skill and knowledge and to own the infrastructure around it. If they succeed, your suggestion does not work. Even if they can't succeed, they will try because that's the most obvious path to maximizing profit for them.<p>Also about "creating" means of production, these companies actively try to sabotage this as another profit maximization strategy. They buy all the ram, so others cannot compete. They buy startups who succeed, so they stop competing.<p>It's not aspersions, it's just describing the phenomenon.<p>Even if I take your suggestion to heart, once my company would be big enough, if I wanted to optimize for profit, I would have to do the same as these companies.<p>The end result is concentrated power.</p>
]]></description><pubDate>Wed, 01 Jul 2026 11:37:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48745134</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48745134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48745134</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Claude Sonnet 5"]]></title><description><![CDATA[
<p>What I meant is that nefariousness from people is not a prerequisite. It's a machine that wants to maximize all profit and all the evil is a natural product. If you magically put saints in charge they would be eaten and replaced by the same kind of people very quickly if the end goal remains.</p>
]]></description><pubDate>Tue, 30 Jun 2026 22:39:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48740185</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48740185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48740185</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Claude Sonnet 5"]]></title><description><![CDATA[
<p>There is no nefariousness in owning all the means of production, it's the endgame of maximizing profit.<p>However the result is exactly the same, concentration of power.</p>
]]></description><pubDate>Tue, 30 Jun 2026 19:59:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48738421</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48738421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48738421</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Rent collections are down in New York"]]></title><description><![CDATA[
<p>If you own 6 houses, you don't only have an income the size of a full-time job but also make money out of the appreciation of property prices. Couldn't you and your immediate family retire by just selling these 6 houses? Or is the situation different in Seattle?<p>Also you are saying you are also working as a senior SWE. How are you so involved with 55 tenants and balance a full-time job at the same time? I've known people with 1 tenant who needed days off to deal with their issues, I find it hard to imagine personally dealing with 55.<p>Honestly curious here</p>
]]></description><pubDate>Mon, 22 Jun 2026 12:20:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48629185</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48629185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48629185</guid></item><item><title><![CDATA[Ask HN: Specialization to stay relevant in the age of AI]]></title><description><![CDATA[
<p>I've had a lot of discussions with peers about the possibility of us being replaced via ai agents and how to stay relevant, given a future where AI intelligence keeps improving to the point of being capable of replacing potentially any job.<p>My personal strategy is specialization, because I've noticed that I cannot work with AI in hard domains that I haven't got a background in. For example, I've tried to use claude opus to understand a phd thesis in quantum physics from a friend. My background is in engineering and later compilers/static analysis. Despite opus helping a lot to give me the high level idea behind it, I could see a few problems with my lack of background:
- I couldn't verify if opus was right or wrong in its explanations
- Even when asking the AI to simplify explanations, there was so much prerequisite knowledge I needed to absorb that there was little point to bother with its output
- It was very hard to collaborate with the AI to understand what predictions can be made from the PhD. The model could produce a lot of output but I didn't really understand its answers. Asking follow-up questions did not really solve the issue because it felt like I was missing a mental model.<p>My thinking is that, no matter how much LLM intelligence grows, for sectors with inherent complexity, people will still need specialized expertise to understand, evaluate and use their outputs. I also doubt that the most efficient future is one where humans don't understand the outputs and delegate everything, because it will be both be hard to understand if the machines are aligned to the benefit of their users.<p>So specialization sounds like a good strategy for the future.<p>I'd like to hear some opinions around this topic. Have you observed the same? Do you disagree based on other experiences/data?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48544117">https://news.ycombinator.com/item?id=48544117</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:02:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544117</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48544117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544117</guid></item><item><title><![CDATA[Ask HN: Can you stay relevant against AI via specialization]]></title><description><![CDATA[
<p>I've had a lot of discussions with peers about the possibility of us being replaced via ai agents and how to stay relevant, given a future where AI intelligence keeps improving to the point of being capable of replacing potentially any job.<p>My personal strategy is specialization, because I've noticed that I cannot work with AI in hard domains that I haven't got a background in. For example, I've tried to use claude opus to understand a phd thesis in quantum physics from a friend. My background is in engineering and later compilers/static analysis. Despite opus helping a lot to give me the high level idea behind it, I could see a few problems with my lack of background:
- I couldn't verify if opus was right or wrong in its explanations
- Even when asking the AI to simplify explanations, there was so much prerequisite knowledge I needed to absorb that there was little point to bother with its output
- It was very hard to collaborate with the AI to understand what predictions can be made from the PhD. The model could produce a lot of output but I didn't really understand its answers. Asking follow-up questions did not really solve the issue because it felt like I was missing a mental model.<p>My thinking is that, no matter how much LLM intelligence grows, for sectors with inherent complexity, people will still need specialized expertise to understand, evaluate and use their outputs. I also doubt that the most efficient future is one where humans don't understand the outputs and delegate everything, because it will be both be hard to understand if the machines are aligned to the benefit of their users.<p>So specialization sounds like a good strategy for the future.<p>I'd like to hear some opinions around this topic. Have you observed the same? Do you disagree based on other experiences/data?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48544106">https://news.ycombinator.com/item?id=48544106</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 15 Jun 2026 17:01:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48544106</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48544106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48544106</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Not everyone is using AI for everything"]]></title><description><![CDATA[
<p>Language barrier (bulldozer is used as a placeholder in my native language) , I should have said heavy machinery</p>
]]></description><pubDate>Sun, 14 Jun 2026 20:59:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48532630</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48532630</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48532630</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Not everyone is using AI for everything"]]></title><description><![CDATA[
<p>Consider using agent mode for some things, you are definitely missing out.<p>The analogy I've had for myself is that it feels like using a bulldozer to dig rather than a shovel. If you use it to dig archaeological artifacts, it can make things worse than you started. A lot of the work however, is just moving dirt around, so you are wasting time by using a shovel.</p>
]]></description><pubDate>Sun, 14 Jun 2026 16:34:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48529247</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48529247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48529247</guid></item><item><title><![CDATA[New comment by WhyIsItAlwaysHN in "Free SQL→ER diagram tool, runs in the browser, nothing uploaded"]]></title><description><![CDATA[
<p>Maybe you can support schemas in more dialects by using a similar approach to a little tool I made:
sqlscope.netlify.app<p>Basically integrate sqlglot to translate the schema between dialects and then use a base dialect for generating the schema.<p>The two tools seem complementary and you seem to be a better designer, so it would be nice to see it all together</p>
]]></description><pubDate>Sun, 14 Jun 2026 07:08:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48524898</link><dc:creator>WhyIsItAlwaysHN</dc:creator><comments>https://news.ycombinator.com/item?id=48524898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48524898</guid></item></channel></rss>