<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: kyllo</title><link>https://news.ycombinator.com/user?id=kyllo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 25 Aug 2026 02:25:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kyllo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kyllo in "AI usage patterns in software teams"]]></title><description><![CDATA[
<p>> You could say the same thing about compilers versus assemblers, high-level languages versus low-level ones, and services and libraries versus monolithic programs.<p>Right, but we didn't invest a trillion dollars of capital into any of those things in the span of a couple years, thus forcing them to capture value and show a return on such a massive investment.</p>
]]></description><pubDate>Thu, 20 Aug 2026 21:25:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=49380489</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=49380489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49380489</guid></item><item><title><![CDATA[New comment by kyllo in "AI usage patterns in software teams"]]></title><description><![CDATA[
<p>On the value capture question, it's really not clear that the ability to write code at superhuman speed actually translates to an increase in the speed with which we can create new, better technology products that customers will pay more money for, vs. just enabling layoffs.</p>
]]></description><pubDate>Wed, 19 Aug 2026 14:04:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49361787</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=49361787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49361787</guid></item><item><title><![CDATA[New comment by kyllo in "Our position on open-weights models"]]></title><description><![CDATA[
<p>[flagged]</p>
]]></description><pubDate>Mon, 27 Jul 2026 23:29:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=49077006</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=49077006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49077006</guid></item><item><title><![CDATA[New comment by kyllo in "Our position on open-weights models"]]></title><description><![CDATA[
<p>Reads like fearmongering about oppressive and violent applications of AI that the Chinese government hypothetically could deploy, which the US government is already actively working on in the meantime.</p>
]]></description><pubDate>Mon, 27 Jul 2026 23:26:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=49076984</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=49076984</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49076984</guid></item><item><title><![CDATA[New comment by kyllo in "How linear regression works intuitively and how it leads to gradient descent"]]></title><description><![CDATA[
<p>Only perfect multicollinearity (correlation of 1.0 or -1.0) is a problem at the linear algebra level when fitting a statistical model.<p>But theoretically speaking, in a scientific context, why would you want to fit an explanatory model that includes multiple highly (but not perfectly) correlated independent variables?<p>It shouldn't be an accident. Usually it's because you've intentionally taken multiple proxy measurements of the same theoretical latent variable and you want to reduce measurement error. So that becomes a part of your measurement and modeling strategy.</p>
]]></description><pubDate>Thu, 08 May 2025 16:36:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=43927938</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=43927938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43927938</guid></item><item><title><![CDATA[New comment by kyllo in "How linear regression works intuitively and how it leads to gradient descent"]]></title><description><![CDATA[
<p>In other words, as economists say, because OLS is provably the BLUE (Best Linear Unbiased Estimator) aka the Gauss-Markov Theorem.</p>
]]></description><pubDate>Thu, 08 May 2025 16:28:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=43927829</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=43927829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43927829</guid></item><item><title><![CDATA[New comment by kyllo in "How linear regression works intuitively and how it leads to gradient descent"]]></title><description><![CDATA[
<p>You make a good point, though the difference between ML and statistics isn't just about interpreting and validating the model. It's about the "novel discoveries" part aka Doing Science.<p>Statistical modeling is done primarily in service of scientific discovery--for the purpose of making an inference (population estimate from a sample) or a comparison to test a hypothesis derived from a theoretical causal model of a real-world process before viewing data. The parameters of a model are interpreted because they represent an estimate of a treatment effect of some intervention.<p>Methods like PCA can be part of that modeling process either way, but analyzing and fitting models to data to mine it for patterns without an a priori hypothesis is not science.</p>
]]></description><pubDate>Thu, 08 May 2025 16:26:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43927796</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=43927796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43927796</guid></item><item><title><![CDATA[New comment by kyllo in "Seven basic rules for causal inference"]]></title><description><![CDATA[
<p>> A sailor is sailing her boat across the lake on a windy day. As the wind blows, she counters by turning the rudder in such a way so as to exactly offset the force of the wind. Back and forth she moves the rudder, yet the boat follows a straight line across the lake. A kindhearted yet naive person with no knowledge of wind or boats might look at this woman and say, “Someone get this sailor a new rudder! Hers is broken!” He thinks this because he cannot see any relationship between the movement of the rudder and the direction of the boat.<p><a href="https://mixtape.scunning.com/01-introduction#do-not-confuse-correlation-with-causality" rel="nofollow">https://mixtape.scunning.com/01-introduction#do-not-confuse-...</a></p>
]]></description><pubDate>Mon, 19 Aug 2024 19:03:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41293743</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=41293743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41293743</guid></item><item><title><![CDATA[New comment by kyllo in "Seven basic rules for causal inference"]]></title><description><![CDATA[
<p>Collider bias or "Berkson's Paradox" is a fun one, there lots of examples of it in everyday life: <a href="https://en.wikipedia.org/wiki/Berkson%27s_paradox" rel="nofollow">https://en.wikipedia.org/wiki/Berkson%27s_paradox</a></p>
]]></description><pubDate>Mon, 19 Aug 2024 19:01:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=41293712</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=41293712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41293712</guid></item><item><title><![CDATA[New comment by kyllo in "Seven basic rules for causal inference"]]></title><description><![CDATA[
<p>Indeed, causally linked variables need not be correlated in observed data; bias in the opposite direction of the causal effect may approximately equal or exceed it in magnitude and "mask" the correlation. Chapter 1 of this popular causal inference book demonstrates this with a few examples: <a href="https://mixtape.scunning.com/01-introduction#do-not-confuse-correlation-with-causality" rel="nofollow">https://mixtape.scunning.com/01-introduction#do-not-confuse-...</a></p>
]]></description><pubDate>Mon, 19 Aug 2024 17:31:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41292933</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=41292933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41292933</guid></item><item><title><![CDATA[New comment by kyllo in "Alexa is in millions of households and Amazon is losing billions"]]></title><description><![CDATA[
<p>This. I bought toothpaste on Amazon, used it up, and the next time I went to buy the exact same toothpaste, the price had doubled.</p>
]]></description><pubDate>Wed, 24 Jul 2024 20:34:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=41061739</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=41061739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41061739</guid></item><item><title><![CDATA[New comment by kyllo in "How Olympics officials try to catch “motor doping”"]]></title><description><![CDATA[
<p>USPA has a tested division now and it's been gaining in popularity--it will soon be more popular than the untested division if it isn't already. Most of the top untested powerlifters have moved over to the WRPF (which does also have its own tested division). There are a lot of other smaller, regional, untested feds. Then there's the IPF and USAPL and their affiliates, which are fully tested, and are now far more popular than any of the untested feds. Untested might never go away, but tested has rapidly surpassed it in recent years.</p>
]]></description><pubDate>Tue, 23 Jul 2024 22:17:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=41051555</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=41051555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41051555</guid></item><item><title><![CDATA[New comment by kyllo in "Virologist who was first to share Covid genome sleeps on street after lab shuts"]]></title><description><![CDATA[
<p>Which is based not on your ability to produce value, but your ability to capture value and charge a cut of every unit, and is thus a massive disincentive to produce public goods.</p>
]]></description><pubDate>Wed, 01 May 2024 15:09:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=40224376</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=40224376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40224376</guid></item><item><title><![CDATA[New comment by kyllo in "When do we stop finding new music?"]]></title><description><![CDATA[
<p>When I lived in South Korea, one of the things that struck me was how much "flatter" the generations there were in terms of pop culture and music taste and awareness, compared to the US. I worked in an office with a bunch of suit-and-tie businessmen who were mostly in their 40s to 60s, and if you were to ask them about any current K-pop group, they all knew their hit songs.</p>
]]></description><pubDate>Wed, 24 Apr 2024 19:23:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=40148470</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=40148470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40148470</guid></item><item><title><![CDATA[New comment by kyllo in "When do we stop finding new music?"]]></title><description><![CDATA[
<p>My friend (who's the same age as me) has a 14 year old son who's learning guitar and he asked me for a lesson. The first thing he wanted me to show him was some riffs from AC/DC songs that came out before <i>I</i> was born.</p>
]]></description><pubDate>Wed, 24 Apr 2024 19:21:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=40148432</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=40148432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40148432</guid></item><item><title><![CDATA[New comment by kyllo in "The design philosophy of Great Tables"]]></title><description><![CDATA[
<p>I use plotnine whenever I need to make (static) plots in Python. It's really quite well done, a close match to R's ggplot2, and more feature complete than any of the other Python grammar of graphics packages I've tried.</p>
]]></description><pubDate>Thu, 04 Apr 2024 21:06:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=39935804</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=39935804</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39935804</guid></item><item><title><![CDATA[New comment by kyllo in "Scripts should be written using the project main language"]]></title><description><![CDATA[
<p>I'm not sure I've even seen a recent, large C++ project that didn't depend on Python or some other external scripting language just to build it, so it's kind of hard to imagine using C++ itself to solve the problem that using C++ creates.</p>
]]></description><pubDate>Tue, 26 Mar 2024 18:21:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=39831099</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=39831099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39831099</guid></item><item><title><![CDATA[New comment by kyllo in "Did fermented foods fuel brain growth?"]]></title><description><![CDATA[
<p>Ever had a dry-aged steak?</p>
]]></description><pubDate>Thu, 22 Feb 2024 17:51:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=39470595</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=39470595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39470595</guid></item><item><title><![CDATA[New comment by kyllo in "Database Fundamentals"]]></title><description><![CDATA[
<p>It's a lot easier to go distributed if you're append-only, that's for sure.</p>
]]></description><pubDate>Fri, 15 Dec 2023 19:18:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=38657618</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=38657618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38657618</guid></item><item><title><![CDATA[New comment by kyllo in "Men should abstain from drinking at least three months prior to conceiving"]]></title><description><![CDATA[
<p>Substances affect different people differently. I can have 3-4 drinks in an evening without changing my eating or sleep habits at all and without feeling any different the next day.<p>Some people experience drinking-related issues other than alcoholism and I just don't want to conflate those issues with alcoholism. I know some actual alcoholics. It's different.</p>
]]></description><pubDate>Thu, 14 Dec 2023 21:14:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38647347</link><dc:creator>kyllo</dc:creator><comments>https://news.ycombinator.com/item?id=38647347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38647347</guid></item></channel></rss>