<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: kristianbrigman</title><link>https://news.ycombinator.com/user?id=kristianbrigman</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 10:25:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kristianbrigman" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kristianbrigman in "Ford F-150 Lightning outsold the Cybertruck and was then canceled for poor sales"]]></title><description><![CDATA[
<p>I bought a used Audi etron a couple months ago. Agent was going to try to sell me a service plan and realized none of them apply to electric :) The downstream fanout of the auto industry is huge…</p>
]]></description><pubDate>Wed, 14 Jan 2026 18:41:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46620516</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=46620516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46620516</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Scott Adams has died"]]></title><description><![CDATA[
<p>IIRC he did get a lot of ideas from fans talking about their own workplaces …</p>
]]></description><pubDate>Tue, 13 Jan 2026 15:58:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46602708</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=46602708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46602708</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Go away Python"]]></title><description><![CDATA[
<p>That's partly because python has a very large installed base, and ease of entry (including distribution). This leads to people running into issues quicker, and many alternative solutions.<p>Unlike something like Rust, which has much fewer users (though growing) and requires PhDs in Compiler Imprecation and Lexical Exegetics.<p>Or C++ which has a much larger installed base but also no standard distribution method at all, and an honorary degree in Dorsal Artillery.</p>
]]></description><pubDate>Tue, 30 Dec 2025 22:34:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46438883</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=46438883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46438883</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Economics of Orbital vs. Terrestrial Data Centers"]]></title><description><![CDATA[
<p>But heat = energy, right? So maybe we don’t really want to radiate it, but redirect it back into the system in a usable way and reduce how much we need to take in? (From the sun etc)</p>
]]></description><pubDate>Tue, 16 Dec 2025 16:56:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46290949</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=46290949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46290949</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Why an abundance of choice is not the same as freedom"]]></title><description><![CDATA[
<p>Where does the food come from that you have the right to?</p>
]]></description><pubDate>Mon, 20 Oct 2025 19:17:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45647998</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45647998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45647998</guid></item><item><title><![CDATA[New comment by kristianbrigman in "SEC approves Texas Stock Exchange, first new US integrated exchange in decades"]]></title><description><![CDATA[
<p>NYSE, NASDAQ, but also AMEX…</p>
]]></description><pubDate>Wed, 08 Oct 2025 12:20:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45515357</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45515357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45515357</guid></item><item><title><![CDATA[New comment by kristianbrigman in "The AI coding trap"]]></title><description><![CDATA[
<p>I had the AI implement two parallel implementations of the same thing in one project. Was lots of fun when it was 'fixing' the one that wasn't being used. So yeah, it can definitely muck up your codebase.</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:30:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406658</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45406658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406658</guid></item><item><title><![CDATA[New comment by kristianbrigman in "The AI coding trap"]]></title><description><![CDATA[
<p>For pet projects, it might be less fun. For real projects, having to actually think about what I'm trying to do has been a net positive, LLM or no LLM.</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:25:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406632</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45406632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406632</guid></item><item><title><![CDATA[New comment by kristianbrigman in "The AI coding trap"]]></title><description><![CDATA[
<p>It's about as much time as I think about caching artifacts and branch mispredict latencies. Things I cared a lot about when I was doing assembly, but don't even think about really in Python (or C++).<p>My assembly has definitely rotted and I doubt I could do it again without some refreshing but it's been replaced with other higher-level skills, some which are general like using correct data structures and algorithms, and others that are more specific like knowing some pandas magic and React Flow basics.<p>I expect this iteration I'll get a lot better at systems design, UML, algorithm development, and other things that are slightly higher level. And probably reverse-engineering as well :) The computer engineering space is still vast IMHO....</p>
]]></description><pubDate>Sun, 28 Sep 2025 18:20:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45406582</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45406582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45406582</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Nvidia buys $5B in Intel"]]></title><description><![CDATA[
<p>It was intel culture at one time - when I started, everyone got a card to wear with your badge with intel values, there were only 6 and ‘customer orientation’ was one. It definitely influenced my personal development, but was clearly not adopted equally across the company.</p>
]]></description><pubDate>Thu, 18 Sep 2025 15:52:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45291199</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45291199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45291199</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Shai-Hulud malware attack: Tinycolor and over 40 NPM packages compromised"]]></title><description><![CDATA[
<p>One interesting side effect of AI is that it makes it sometimes easy to just recreate the behavior, perhaps without even realizing it..</p>
]]></description><pubDate>Tue, 16 Sep 2025 21:26:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45268298</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45268298</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45268298</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Bitwig Studio 6 details revealed, and editing gets a big boost"]]></title><description><![CDATA[
<p>You can do a lot of this in max (supported), and some in python (unsupported).<p>Lots of hardware has decent hardware integration with live - a push might be interesting…</p>
]]></description><pubDate>Mon, 01 Sep 2025 17:12:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45094560</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45094560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45094560</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Grok Code Fast 1"]]></title><description><![CDATA[
<p>That’s fair… for every 99 they it cements their ridicule, there might be one who takes it seriously, and maybe that is dangerous…</p>
]]></description><pubDate>Mon, 01 Sep 2025 14:48:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45093080</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45093080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45093080</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Cognitive load is what matters"]]></title><description><![CDATA[
<p>One relevant side effect: AI seems to understand your code better when you do this as well.</p>
]]></description><pubDate>Mon, 01 Sep 2025 14:42:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45093012</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45093012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45093012</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Survey: a third of senior developers say over half their code is AI-generated"]]></title><description><![CDATA[
<p>And one that a lot of people skip, so that forcing function might make for better code, even if it isn’t faster.</p>
]]></description><pubDate>Mon, 01 Sep 2025 13:44:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45092652</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45092652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45092652</guid></item><item><title><![CDATA[New comment by kristianbrigman in "Grok Code Fast 1"]]></title><description><![CDATA[
<p>If they represent it as entertainment… it’s a common genre to make fun of what you see as the most extreme views of the other side.</p>
]]></description><pubDate>Fri, 29 Aug 2025 20:37:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45069115</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=45069115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45069115</guid></item><item><title><![CDATA[New comment by kristianbrigman in "We may not like what we become if A.I. solves loneliness"]]></title><description><![CDATA[
<p>And there is lots of land - just not in close proximity to existing economic activity. It’s a common pattern.</p>
]]></description><pubDate>Sun, 03 Aug 2025 02:28:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44773585</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=44773585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44773585</guid></item><item><title><![CDATA[New comment by kristianbrigman in "The future is not self-hosted"]]></title><description><![CDATA[
<p>Everyone says this… but everyone also complains about access to eyeballs. Posting is cheap, getting people to see it is not cheap or easy, and getting harder.</p>
]]></description><pubDate>Sat, 26 Jul 2025 21:40:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44697100</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=44697100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44697100</guid></item><item><title><![CDATA[New comment by kristianbrigman in "US Court nullifies FTC requirement for click-to-cancel"]]></title><description><![CDATA[
<p>Why does it matter? As far as I can tell (<i>) the law asks the FTC to do an estimate, they did, and now the argument was ‘some one else thinks it’s wrong’. But does the law require an actual estimate?<p>If they are worried about this… either mandate some third party do the estimate, or mandate the study. This is just confusing.<p>(</i>) - of course I haven’t read the actual law or ruling yet…</p>
]]></description><pubDate>Wed, 09 Jul 2025 17:45:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44512880</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=44512880</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44512880</guid></item><item><title><![CDATA[New comment by kristianbrigman in "OpenAI charges by the minute, so speed up your audio"]]></title><description><![CDATA[
<p>I’ll remember that you told me thanks. Will chatgpt? (Honestly curious… it’s possible)</p>
]]></description><pubDate>Thu, 26 Jun 2025 16:49:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=44389094</link><dc:creator>kristianbrigman</dc:creator><comments>https://news.ycombinator.com/item?id=44389094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44389094</guid></item></channel></rss>