<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: vlade11115</title><link>https://news.ycombinator.com/user?id=vlade11115</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 08:57:15 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vlade11115" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vlade11115 in "Nintendo has raised its employees base salary by 10%"]]></title><description><![CDATA[
<p>So what you are saying is that you build a cheap house by breaking the laws and local regulations?
Next logical step would be to just barge in the neighborhood house and live there for free.</p>
]]></description><pubDate>Wed, 01 Jul 2026 14:55:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48747881</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=48747881</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48747881</guid></item><item><title><![CDATA[New comment by vlade11115 in "Hypothesis: Property-Based Testing for Python"]]></title><description><![CDATA[
<p>One cool application of this is schemathesis. I really enjoyed it, and I found more input validation bugs in my code than I can count.
Very useful for public APIs.</p>
]]></description><pubDate>Wed, 05 Nov 2025 09:35:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45821128</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=45821128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45821128</guid></item><item><title><![CDATA[New comment by vlade11115 in "Crimes with Python's Pattern Matching (2022)"]]></title><description><![CDATA[
<p>While the article is very entertaining, I'm not a fan of the pattern matching in Python.
I wish for some linter rule that can forbid the usage of pattern matching.</p>
]]></description><pubDate>Thu, 21 Aug 2025 22:01:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44978619</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=44978619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44978619</guid></item><item><title><![CDATA[New comment by vlade11115 in "Anna's Archive: An Update from the Team"]]></title><description><![CDATA[
<p>Also, they provide a torrents list that anyone can seed and be part of the long-term preservation.<p><a href="https://annas-archive.org/torrents" rel="nofollow">https://annas-archive.org/torrents</a></p>
]]></description><pubDate>Mon, 18 Aug 2025 17:33:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44943224</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=44943224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44943224</guid></item><item><title><![CDATA[New comment by vlade11115 in "Claude Opus 4.1"]]></title><description><![CDATA[
<p>Claude Code has two usage modes: pay-per-token or subscription. Both modes are using API under the hood, but with subscription mode you are only paying a fixed amount a month.
Each subscription tier has some undisclosed limits, cheaper plans have lower usage limits.
So I would recommend paying $20 and trying the Claude Code via that subscription.</p>
]]></description><pubDate>Tue, 05 Aug 2025 18:04:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=44801840</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=44801840</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44801840</guid></item><item><title><![CDATA[New comment by vlade11115 in "AccountingBench: Evaluating LLMs on real long-horizon business tasks"]]></title><description><![CDATA[
<p>I love the site design.<p>> There's an obvious question looming here — if the models got so confused, how did they consistently pass the reconciliation checks we described above? It may seem like the ability to make forward progress is a good proxy for task understanding and skill, but this isn't necessarily the case. There are ways to hack the validation check – inventing false transactions or pulling in unrelated ones to make the numbers add up.<p>This is hilarious. I wonder if someone is unintentionally committing fraud by blindly trusting LLMs with accounting. 
Or even worse, I bet that some governments are already trying to use LLMs to make accounting validators. My government sure wants to shove LLMs into digital government services.</p>
]]></description><pubDate>Mon, 21 Jul 2025 17:19:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44637751</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=44637751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44637751</guid></item><item><title><![CDATA[New comment by vlade11115 in "How Can Open Source Projects Accept AI-Generated Code? – Lessons from QEMU's Ban"]]></title><description><![CDATA[
<p>> The DCO requires that the contribution be “created by me,” yet in many jurisdictions AI-generated code is not recognized as a copyright-protected work.<p>I get that, but what are the particular examples of such jurisdictions?
For example, when I run the linter that fixes my code formatting, no one will think that I did not create it. 
What about autogenerated code? Is it not copyright-protected?</p>
]]></description><pubDate>Thu, 10 Jul 2025 18:27:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44524022</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=44524022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44524022</guid></item><item><title><![CDATA[New comment by vlade11115 in "Opencode: AI coding agent, built for the terminal"]]></title><description><![CDATA[
<p>> do I have to pay API based costs
Usually, yes, you do.
However, in this case, opencode kinda cheats by using Antropic client ID and pretending to be Claude Code, so it can use your existing subscription.
> We recommend signing up for Claude Pro or Max, running opencode auth login and selecting Anthropic. It’s the most cost-effective way to use opencode.
<a href="https://opencode.ai/docs/" rel="nofollow">https://opencode.ai/docs/</a></p>
]]></description><pubDate>Mon, 07 Jul 2025 09:10:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44488262</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=44488262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44488262</guid></item><item><title><![CDATA[New comment by vlade11115 in "Valve conquered PC gaming – what comes next?"]]></title><description><![CDATA[
<p>> “Anybody who wants to put Valve out of business could do so, but nobody cares,” argues Michael Pachter, a gaming industry analyst at Wedbush Securities.<p>This is untrue; many tried. Almost every major publisher has its own launcher. 
The problem with them all is they absolutely suck.
Even Epic Games Store, the biggest competitor with the most money poured into it, is ridiculously bad in almost every way.
Aside from the lack of network effect, it just misses most of the QOL features, is slow, ugly, and very unpleasant to use.
Almost universal agreement in the PC gaming community is that EGS is a bootloader for free games that it throws at the user.
Every time I use EGS, I am constantly amazed by how bad it is, despite probably tens of millions of investments.<p>The second point that the article completely misinterprets is Microsoft's role.
Microsoft (Xbox specifically) is hands down the closest company to beating Steam in its own game. PC game pass provides a constant stream of very good games available on day one for dirt cheap. The work that Microsoft is doing on optimizing Windows for games in general and for handheld consoles in particular is very promising (see Xbox Ally X).
This is the threat that Valve faces. Not just a better store, but the absence of a store and "buying games" in general. For example, I intended to buy The Outer Worlds 2 on launch. Now that I know it will be available day one on Game Pass, there is almost zero chance that I will buy it on Steam or anywhere else.</p>
]]></description><pubDate>Sun, 06 Jul 2025 13:16:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44480562</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=44480562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44480562</guid></item><item><title><![CDATA[New comment by vlade11115 in "Spending Too Much Money on a Coding Agent"]]></title><description><![CDATA[
<p>I recently switched from Pro to $100 Max, and the only difference I've found so far is higher usage limits.
Antropic tends to give shiny new features to Max users first, but as of now, there is nothing Max-only.
For me, it's a good deal nonetheless, as even $100 Max limits are huge.
While on Pro, I hit the limits each day that I used Claude Code. Now I rarely see the warning, but I never actually hit the limit.</p>
]]></description><pubDate>Thu, 03 Jul 2025 20:11:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44458752</link><dc:creator>vlade11115</dc:creator><comments>https://news.ycombinator.com/item?id=44458752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44458752</guid></item></channel></rss>