<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: hintymad</title><link>https://news.ycombinator.com/user?id=hintymad</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 06:47:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=hintymad" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by hintymad in "Beware Management Consultants"]]></title><description><![CDATA[
<p>I see a disconnection here. Every once in a while we see a article criticizing management consultancy, yet the business is still booming and very powerful and sophisticated corporations still hire them. So, I'd assume that the consulting companies do offer some value, in fact billions of dollars of value. What are those values, then?</p>
]]></description><pubDate>Tue, 18 Aug 2026 22:23:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49353620</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49353620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49353620</guid></item><item><title><![CDATA[New comment by hintymad in "Ask HN: Does anyone else feel like nothing matters anymore?"]]></title><description><![CDATA[
<p>>  Learning new CS concepts<p>A key reason is that so many CS concepts are already well packaged in very nice libraries or frameworks. And unfortunately many people do not have to use very advanced CS concepts. Look at the so-called top 10 algorithms or data structures for <your favorite area>, how many of them are invented recently, and how many of them do not have an amazing library of production quality? Note this does not mean that the CS field is not advancing. It's just that we have yet to find another hyper-growth area that demands novel algorithm, except probably the AI infra - except that only very few people get to work on that area.</p>
]]></description><pubDate>Tue, 18 Aug 2026 05:04:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49341493</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49341493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49341493</guid></item><item><title><![CDATA[New comment by hintymad in "Universal health coverage could save $1T and 114k lives a year: study"]]></title><description><![CDATA[
<p>> The problem with US healthcare isn't who pays for it, its how damn expensive it is<p>Exactly! There's so much paperwork that a doctor sometimes need two assistants just for the paper work. There's so much cost for independent practice that increasingly more doctors end up joining big hospitals. Charges with and without insurance have a huge difference. Just to name a few.</p>
]]></description><pubDate>Mon, 17 Aug 2026 16:39:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49333855</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49333855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49333855</guid></item><item><title><![CDATA[New comment by hintymad in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>It sounds like Go didn't follow the suggestion of pretty much every CS books on concurrency: favor containers over concurrency primitives.<p>> while Go forces channels for `select` whether they model your problem nicely or not, and they're very difficult (often impossible) to wrap without changing semantics.<p>I understand that Go's concurrency model is based on CSP and fork-joins and the primitives like locks, but they are not mutually exclusive with concurrency containers, right? It's okay if the Go team's core philosophy is that channels are the universal abstraction, but I don't get why the community didn't produce 3rd-party containers as robust as JCTools.</p>
]]></description><pubDate>Wed, 12 Aug 2026 18:29:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49276690</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49276690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49276690</guid></item><item><title><![CDATA[New comment by hintymad in "Go is an ideal language for AI-assisted software engineering"]]></title><description><![CDATA[
<p>Java has so many excellent concurrency containers, plus robust 3rd-party containers like JCTools. It puzzles me why Go communities do not offer such containers.</p>
]]></description><pubDate>Tue, 11 Aug 2026 18:56:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49262866</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49262866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49262866</guid></item><item><title><![CDATA[New comment by hintymad in ""Code was never the hard part" is an insult to all programmers"]]></title><description><![CDATA[
<p>They do, and they help their users all the time</p>
]]></description><pubDate>Sat, 08 Aug 2026 21:10:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=49225943</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49225943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49225943</guid></item><item><title><![CDATA[New comment by hintymad in "“Code was never the hard part” is an insult to all programmers"]]></title><description><![CDATA[
<p>And that should be the engineers' job instead of outsourcing it to PMs who do not even use any of the infra services -- I'm not insulting the PMs, of course, but to state a fact. Infra is used to serve the internal engineering teams, and the PMs don't code, so they don't have a need to use the infra.</p>
]]></description><pubDate>Sat, 08 Aug 2026 20:14:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49225467</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49225467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49225467</guid></item><item><title><![CDATA[New comment by hintymad in ""Code was never the hard part" is an insult to all programmers"]]></title><description><![CDATA[
<p>> Navigating customer requirements and building something that satisfies both market's needs and company strategy can be an incredibly difficult and frustrating problem to solve<p>True. And there is another angle: ownership. The author also said “having clarity on the priorities” boils down to “just tell me what to do and don't switch it up every two days”. This is like saying that a programming language designer does not own the spec of the language itself but just wants to write hte compiler. I find such altitude counterproductive. Case in point, many companies hire PMs for their internal infra org. I mean, shouldn't the engineers in the infra org know exactly what they design to build? If you don't want to own what to build, you end up letting someone else tell you what to do, except that the person is neither an expert nor even your user.</p>
]]></description><pubDate>Sat, 08 Aug 2026 20:11:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49225436</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49225436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49225436</guid></item><item><title><![CDATA[New comment by hintymad in ""Code was never the hard part" is an insult to all programmers"]]></title><description><![CDATA[
<p>> Is The Art of Computer Programming a light summer read? Is SICP a coffee-table book?<p>I still read TAOCP occasionally as a hobby. The combinatorial algorithms and data structures are just fascinating. That said, this argument seems irrelevant to majority of the programming jobs. I doubt most engineers will ever need to implement anything mentioned in TAOCP, thanks for all kinds of powerful abstractions.</p>
]]></description><pubDate>Sat, 08 Aug 2026 19:53:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49225272</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49225272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49225272</guid></item><item><title><![CDATA[New comment by hintymad in ""Code was never the hard part" is an insult to all programmers"]]></title><description><![CDATA[
<p>> If deciding what to build is the hard part, why do so many product managers seem clueless?<p>I'm not sure I follow the logic here. Wouldn't this mean that product design is hard?<p>That said, yeah, coding is hard. I suspect that those who claim that coding is not hard are high-level ICs. For better or for worse, as the size of a company grows and as one's career progresses, engineers will often tranform to professional box drawers, expert meeting goers, seasoned report writers, fierce gatekeepers...Anything but deep coders. Over time, they lose touch of the actual building and think that any code can be handled by people under them.<p>People like Jeff Dean, who still codes and optimizes things like TPU kernel code, is very rare.</p>
]]></description><pubDate>Sat, 08 Aug 2026 19:46:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=49225203</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49225203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49225203</guid></item><item><title><![CDATA[New comment by hintymad in "AI psychosis is the new leadership blind spot"]]></title><description><![CDATA[
<p>"74% of executives said they had more confidence in AI’s advice than in that of colleagues or friends, and 44% said they would defer to its reasoning over their own insights"<p>Eh...not that different from pre-AI era, when executives have more confidence with people who can talk smoothly and confidently?</p>
]]></description><pubDate>Fri, 07 Aug 2026 23:55:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49217576</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49217576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49217576</guid></item><item><title><![CDATA[New comment by hintymad in "Changes at Google DeepMind: Demis Hassabis from CEO to Chair, Jeff Dean departs"]]></title><description><![CDATA[
<p>This funny post reads surreal, but it may carry some truth: <a href="https://x.com/signulll/status/2067446889956430273?lang=en" rel="nofollow">https://x.com/signulll/status/2067446889956430273?lang=en</a></p>
]]></description><pubDate>Wed, 05 Aug 2026 22:22:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49189872</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49189872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49189872</guid></item><item><title><![CDATA[New comment by hintymad in "LLMs reward expertise"]]></title><description><![CDATA[
<p>> Because my friend didn’t have the vocabulary to ask the AI to write code<p>Is it possible that the effectiveness of an LLM user with respect to the expertise of the user is like a sigmoid function or at least a step function in that shape? That is, one has to know something like the basic concepts and the vocabulary to bootstrap a programming project, but one does not have to know too much to do lots of meaningful work, and then again one needs to be en expert to build something extraordinary. Since most of the work is somewhere middle, most of us mere mortals are still concerned or stressed out for the possibility that LLMs will squeeze out too many job opportunities.</p>
]]></description><pubDate>Tue, 04 Aug 2026 07:51:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49165547</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49165547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49165547</guid></item><item><title><![CDATA[New comment by hintymad in "Terence Tao's ChatGPT conversation about the Jacobian Conjecture counterexample"]]></title><description><![CDATA[
<p>I recall several mathematicians (possibly including Terence Tao) mentioning that fields in mathematics have become so specialized and isolated that a conference like the ICM feels more like a collection of mini-conferences. An expert in one area can barely understand a talk in another.<p>Modern AI feels like a godsend to mathematicians. It helps them break down boundaries and connect concepts in ways a mere mortal couldn't imagine.</p>
]]></description><pubDate>Wed, 22 Jul 2026 18:39:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49011406</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=49011406</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49011406</guid></item><item><title><![CDATA[New comment by hintymad in "The unreasonable difficulty of time series forecasting"]]></title><description><![CDATA[
<p>The examples in the posts suggest that the past does not contain all the patterns, or information in general, about the future. If so, isn't it natural that point forecast will fail in some cases?</p>
]]></description><pubDate>Tue, 21 Jul 2026 17:47:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48995656</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=48995656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48995656</guid></item><item><title><![CDATA[New comment by hintymad in "Human mathematicians are being outcounterexampled"]]></title><description><![CDATA[
<p>> So, so, so much politics and public reputation management. Zhang should have never had to suffer like that.<p>Very true. Unfortunately, when there are people, there will be politics. I remember when reading Yau's autobiography, I kept marvel how much calculation, or "politics" if you will, that Yau mentioned or implied in the book.<p>> My guess is the outcome would have been the same for the same reasons?<p>At least Zhang didn't have to spend 7 years working on the Jacobian conjecture. He said in an interview that he always wanted to work on number theory. Moh asked him to work on Jacobian, and he obliged.</p>
]]></description><pubDate>Mon, 20 Jul 2026 22:18:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48985585</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=48985585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48985585</guid></item><item><title><![CDATA[New comment by hintymad in "Human mathematicians are being outcounterexampled"]]></title><description><![CDATA[
<p>> The Jacobian Conjecture<p>Interestingly, Yitang Zhang of the twin-prime-conjecture fame spent 7 years working on the Jacobian conjecture under the advisor Tzuong-Tsieng Moh at Purdue. A key step in his thesis used a corollary of Moh's. It turned out that the corollary was incorrect. As a result, Moh refused to write any recommendation letter for Zhang, and Zhang couldn't find any teaching or research job and ended up spending years working at a Subway[1].<p>Imagine Zhag had ChatGPT in 1986 when he started working on the Jacobian Conjecture.<p>[1] Of course now this has become an inspiring story. That said, the story definitely invokes complex emotions. The best way to describe it is probably this Chinese poem, which I have no idea how to translate: 庾信平生最萧瑟，暮年诗赋动江关</p>
]]></description><pubDate>Mon, 20 Jul 2026 21:26:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48985085</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=48985085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48985085</guid></item><item><title><![CDATA[New comment by hintymad in "China's open-weights AI strategy is winning"]]></title><description><![CDATA[
<p>> - PC office productivity software destroyed expensive professional products.<p>I agree with the lesson too. Just to be precise, wouldn't the current model war be more akin to open-source office suite versus MS office suite? If so, then the cheaper option didn't really win. That said, the open-source alternatives didn't really feel the same as MS Office, and it took them a long time to reach the feature parity (or did they ever?). In contrast, the open-weights models are getting close enough to the SOTA models, and users can easily switch from one to another without feeling any difference for mojority of the tasks.</p>
]]></description><pubDate>Mon, 20 Jul 2026 21:02:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48984842</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=48984842</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48984842</guid></item><item><title><![CDATA[New comment by hintymad in "China’s open-weights AI strategy is winning"]]></title><description><![CDATA[
<p>I wonder how Chinese companies can make their models so much cheaper than the US companies. I'm not sure government subsidies are the answer. Subsidizing a single company with a few billion dollars, maybe. Subsidizing at least three companies with 10s of billions of dollars annually? Do we have proof of that? I assume we can't pin it on the lower cost of engineers in China, either. The top engineers are not that cheaper, and isn't engineering cost a small fraction of the cost of the model companies? Besides, if engineering cost is the driving force, can we really say that the US companies have a technical edge?</p>
]]></description><pubDate>Mon, 20 Jul 2026 18:08:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48982557</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=48982557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48982557</guid></item><item><title><![CDATA[New comment by hintymad in "The state of open source AI"]]></title><description><![CDATA[
<p>> open models is what will kill Anthropic and OpenAI.<p>Maybe killing Anthropic is a good thing? Anthropic believe that they are the moral god and they get to determine what we can do and can't do, and they get to tell us what model to use and what not to use. I find it very counterproductive.</p>
]]></description><pubDate>Fri, 17 Jul 2026 21:38:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48952541</link><dc:creator>hintymad</dc:creator><comments>https://news.ycombinator.com/item?id=48952541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48952541</guid></item></channel></rss>