<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: mazswojejzony</title><link>https://news.ycombinator.com/user?id=mazswojejzony</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 09 May 2026 09:29:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mazswojejzony" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mazswojejzony in "The Codex App"]]></title><description><![CDATA[
<p>Sadly, my own small game-dev adventures look similar: I can implement the core mechanics fairly quickly, but polishing the game takes ages.<p>UPDATE: without AI usage at all (just to clarify).</p>
]]></description><pubDate>Tue, 03 Feb 2026 13:56:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46871013</link><dc:creator>mazswojejzony</dc:creator><comments>https://news.ycombinator.com/item?id=46871013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46871013</guid></item><item><title><![CDATA[New comment by mazswojejzony in "Engineers who dismiss AI"]]></title><description><![CDATA[
<p>We use both Claude and Codex on a fairly large ~10-years old Java project (~1900 Java files, 180K lines of code). Both tools are able to implement changes across several files, refactor the code, add unit tests for the modified areas.<p>Sometime the result is not great, sometimes it requires manual updates, sometimes it just goes into a wrong direction and we just discard the proposal. The good thing is you can initiate such a large change, go get a coffee, and when you're back you can take a look at the changes.<p>Anyway, overall those tools are pretty useful already.</p>
]]></description><pubDate>Fri, 19 Dec 2025 19:22:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46329780</link><dc:creator>mazswojejzony</dc:creator><comments>https://news.ycombinator.com/item?id=46329780</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46329780</guid></item><item><title><![CDATA[New comment by mazswojejzony in "Learning music with Strudel"]]></title><description><![CDATA[
<p>This is great! I'm not really into electro, but I really like this one!</p>
]]></description><pubDate>Tue, 02 Dec 2025 16:29:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46122919</link><dc:creator>mazswojejzony</dc:creator><comments>https://news.ycombinator.com/item?id=46122919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46122919</guid></item><item><title><![CDATA[New comment by mazswojejzony in "Await Is Not a Context Switch: Understanding Python's Coroutines vs. Tasks"]]></title><description><![CDATA[
<p>Maybe I'm nitpicking a bit but the second concrete example shows different flow in the parent method compared to the first one. If the second example would be a modification of the first one like shown below the output would be the same in both cases.<p><pre><code>  async def parent():
      print("parent before")
      task = asyncio.create_task(child())   # <-- spawn a task
      await task
      print("parent after")</code></pre></p>
]]></description><pubDate>Wed, 26 Nov 2025 11:42:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46056434</link><dc:creator>mazswojejzony</dc:creator><comments>https://news.ycombinator.com/item?id=46056434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46056434</guid></item><item><title><![CDATA[New comment by mazswojejzony in "How I ship projects at big tech companies"]]></title><description><![CDATA[
<p>> Project managers stereotypically use Gantt charts to focus on timelines and contingencies and processes<p>...and dependencies between teams/stakeholders. :)</p>
]]></description><pubDate>Tue, 12 Nov 2024 14:32:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=42115756</link><dc:creator>mazswojejzony</dc:creator><comments>https://news.ycombinator.com/item?id=42115756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42115756</guid></item><item><title><![CDATA[New comment by mazswojejzony in "Persepolis of ancient Persia rendered in WebGL"]]></title><description><![CDATA[
<p>Works super smoothly on my Pixel 5 4G.<p>Excellent work in general!</p>
]]></description><pubDate>Sat, 09 Apr 2022 09:25:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=30966469</link><dc:creator>mazswojejzony</dc:creator><comments>https://news.ycombinator.com/item?id=30966469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30966469</guid></item></channel></rss>