<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: tirpen</title><link>https://news.ycombinator.com/user?id=tirpen</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 11 Sep 2026 01:14:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=tirpen" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by tirpen in "Ask HN: Who is using MCP in production?"]]></title><description><![CDATA[
<p>The main benefit of MCP today over just giving an agent a CLI is of course that you can be a lot more certain about what the agent can or can't do.<p>Yes, an agent with CLI access and access to making HTTPS calls is a lot more efficient for most tasks, but also a lot more unpredictable and with much higher blast radius if it starts misbehaving compared to one that only have access to exactly the tools and data sources you want it to use.</p>
]]></description><pubDate>Fri, 04 Sep 2026 16:37:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49566936</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=49566936</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49566936</guid></item><item><title><![CDATA[New comment by tirpen in "Hollywood's Video Game Era Is Here. Will It Be Any Good?"]]></title><description><![CDATA[
<p>Or even better, a TV-show.</p>
]]></description><pubDate>Thu, 27 Aug 2026 17:06:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49467921</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=49467921</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49467921</guid></item><item><title><![CDATA[New comment by tirpen in "Open Code Review – An AI-powered code review CLI tool"]]></title><description><![CDATA[
<p>Which LLM did you use? I assume that will make a pretty big difference.</p>
]]></description><pubDate>Fri, 05 Jun 2026 11:21:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48410896</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=48410896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48410896</guid></item><item><title><![CDATA[New comment by tirpen in "Access to frontier AI will soon be limited by economic and security constraints"]]></title><description><![CDATA[
<p>This is propaganda, not data.<p>If the Chinese government published a graph that said the opposite, would you consider that a serious and objective source?</p>
]]></description><pubDate>Fri, 15 May 2026 08:55:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48146193</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=48146193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48146193</guid></item><item><title><![CDATA[New comment by tirpen in "Mistral Medium 3.5"]]></title><description><![CDATA[
<p>> China is not competing, it is distilling US models<p>China are cheating by using data obtained without permission to train their models in an evil commie way!<p>They should have done what the US did instead and trained models on data obtained without permission in a <i>fair and freedum</i> way!<p>> Where are the Chinese models that are blowing US ones out of the water?<p>Kimi2 blows every US model out of the water in any comparison that includes both costs and performance.</p>
]]></description><pubDate>Wed, 29 Apr 2026 16:23:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47950604</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=47950604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47950604</guid></item><item><title><![CDATA[New comment by tirpen in "Wire to Replace Signal as Standard in the Bundestag"]]></title><description><![CDATA[
<p>That's not nearly as big a problem in Germany as the US.<p>The median age of Bundestag members is 45.4<p><a href="https://data.ipu.org/parliament/DE/DE-LC01/" rel="nofollow">https://data.ipu.org/parliament/DE/DE-LC01/</a><p>In the US Senate It's 63.9.<p><a href="https://data.ipu.org/parliament/US/US-UC01/" rel="nofollow">https://data.ipu.org/parliament/US/US-UC01/</a></p>
]]></description><pubDate>Wed, 29 Apr 2026 09:28:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47946015</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=47946015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47946015</guid></item><item><title><![CDATA[New comment by tirpen in "Windows 8 Desktop Environment for Linux"]]></title><description><![CDATA[
<p>Yes. The constant full screen color flashing made Windows 8 not just unpleasant to use, I was <i>unable</i> to use it since I literally got migraines after using it for too long.<p>Click on a pdf? The whole screen turns bright red for a second before loading. Click on a Word file, same but blue. It was <i>hell</i> to use for people sensitive to flashing lights.<p>I got special permission at work to stick with Windows 7 longer than the rest of the company for medical reasons.</p>
]]></description><pubDate>Tue, 13 Jan 2026 08:49:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46598648</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=46598648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46598648</guid></item><item><title><![CDATA[New comment by tirpen in "Django: what’s new in 6.0"]]></title><description><![CDATA[
<p>I think another ace up Django's sleeve is that it has had a remarkable stable API for a <i>long</i> time with very few breaking changes, so almost all blogposts about Django that the LLM has gobbled up will still be mostly correct whether they are a year or a decade old.<p>I get <i>remarkably</i> good and correct LLM output for Django projects compared to what I get in project with more fast moving and frequently API breaking frameworks.</p>
]]></description><pubDate>Wed, 10 Dec 2025 08:57:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46215588</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=46215588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46215588</guid></item><item><title><![CDATA[New comment by tirpen in "ICE director envisions Amazon-like mass deportation system"]]></title><description><![CDATA[
<p><i>"Evil begins when you begin to treat people as things."</i><p>-Terry Pratchett</p>
]]></description><pubDate>Thu, 10 Apr 2025 07:57:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=43641711</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=43641711</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43641711</guid></item><item><title><![CDATA[New comment by tirpen in "Four causes for 'Zoom fatigue' (2021)"]]></title><description><![CDATA[
<p>I relate completely. I usually solve it by sticking a post-it note on the screen so it covers my face in the call. It makes the calls feel a lot more natural and less awkward.</p>
]]></description><pubDate>Thu, 09 Jan 2025 09:38:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42643494</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=42643494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42643494</guid></item><item><title><![CDATA[New comment by tirpen in "Advent of Code 2024"]]></title><description><![CDATA[
<p>"Running a marathon is hard work, but a car will do it for you."<p>Sure, but then what's the point?</p>
]]></description><pubDate>Mon, 02 Dec 2024 11:40:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42295212</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=42295212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42295212</guid></item><item><title><![CDATA[New comment by tirpen in "Htmy – Async, pure-Python rendering engine"]]></title><description><![CDATA[
<p>Probably, but I fail to see how that's relevant here.  
This is not a "dataclass heavy" library in any sense, they just used dataclass in the examples to make them shorter.<p>Based on everything I see in the documentation, you should be able to use Pydantic models as well, or standard python objects, or anything else, as long as it has a method `def htmy(self, context: Context) -> Component`.</p>
]]></description><pubDate>Wed, 27 Nov 2024 07:44:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42253911</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=42253911</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42253911</guid></item><item><title><![CDATA[New comment by tirpen in "Touchscreens are out, and tactile controls are back"]]></title><description><![CDATA[
<p>> How long will those tactile buttons last<p>I can say without a doubt that I've had more touchscreens fail on me in my life than buttons. This is despite buttons being far more common for most of my lifespan.</p>
]]></description><pubDate>Mon, 04 Nov 2024 07:49:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42039443</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=42039443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42039443</guid></item><item><title><![CDATA[New comment by tirpen in "You-get: Dumb downloader that scrapes the web"]]></title><description><![CDATA[
<p>That works fine without any extensions at all, so I'm unsure what does the extension even does?</p>
]]></description><pubDate>Mon, 28 Oct 2024 10:13:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41969509</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=41969509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41969509</guid></item><item><title><![CDATA[New comment by tirpen in "First images from Euclid are in"]]></title><description><![CDATA[
<p>You are right, it is from h2g2.<p>It's the planet Krikkit, which is a major part of <i>Life, The Universe and Everything</i>, the third book in the series.</p>
]]></description><pubDate>Tue, 22 Oct 2024 07:23:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41911990</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=41911990</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41911990</guid></item><item><title><![CDATA[New comment by tirpen in "Vulnerabilities in the Feeld dating app"]]></title><description><![CDATA[
<p>They (or someone they hired) actually rewrote their whole app about a year ago, I remember seeing lots of people complaining about how much worse and buggier it got after the rewrite.<p>I have no idea if the back end was also replaced then or if the vulnerabilities were present in the previous version as well.</p>
]]></description><pubDate>Thu, 12 Sep 2024 09:10:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41518956</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=41518956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41518956</guid></item><item><title><![CDATA[New comment by tirpen in "Eza: A modern, maintained replacement for ls"]]></title><description><![CDATA[
<p>Not if you are on a phone or similar device, which lots of people are. Important info like that should never be only accessible by hovering a mouse pointer that may or may not exist.</p>
]]></description><pubDate>Mon, 22 Jul 2024 18:33:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=41037983</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=41037983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41037983</guid></item><item><title><![CDATA[New comment by tirpen in "ID verification service for TikTok, Uber, X exposed driver licenses"]]></title><description><![CDATA[
<p>Because a company should know the identities of the people who work for them.</p>
]]></description><pubDate>Fri, 28 Jun 2024 11:14:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=40819490</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=40819490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40819490</guid></item><item><title><![CDATA[New comment by tirpen in "Show HN: ffmpeg-english "capture from /dev/video0 every 1 second to jpg files""]]></title><description><![CDATA[
<p>Getting a suggested command from a chat bot is not a terrible idea.<p>Directly executing commands given by a chat bot on your machine it without inspecting it first is pure madness.</p>
]]></description><pubDate>Mon, 20 May 2024 10:38:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=40414078</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=40414078</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40414078</guid></item><item><title><![CDATA[New comment by tirpen in "Slack AI Training with Customer Data"]]></title><description><![CDATA[
<p>If a company opts out, do you <i>guarantee</i> that all information from their instance that you have already used for training is somehow completely removed from the "global models" you have used it to train?<p>If not, it's not <i>really</i> an opt-out, is it? The data remains compromised.</p>
]]></description><pubDate>Fri, 17 May 2024 11:49:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=40388865</link><dc:creator>tirpen</dc:creator><comments>https://news.ycombinator.com/item?id=40388865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40388865</guid></item></channel></rss>