<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: krilcebre</title><link>https://news.ycombinator.com/user?id=krilcebre</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 24 May 2026 19:57:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=krilcebre" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by krilcebre in "Your Most Improbable Life"]]></title><description><![CDATA[
<p>Aren't we all unique? A person is not just a mish mash of his career and hobbies.</p>
]]></description><pubDate>Thu, 21 May 2026 07:55:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48219282</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=48219282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48219282</guid></item><item><title><![CDATA[New comment by krilcebre in "If AI writes your code, why use Python?"]]></title><description><![CDATA[
<p>Been reading and drinking that kool-aid for some time until I realized it's just an internet bubble mumbo jumbo. Majority of systems are still written in C and C++, and will be for unforeseeable future.</p>
]]></description><pubDate>Tue, 12 May 2026 07:40:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48105366</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=48105366</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48105366</guid></item><item><title><![CDATA[New comment by krilcebre in "I'm going back to writing code by hand"]]></title><description><![CDATA[
<p>How do you know what good output should look like with little code experience?</p>
]]></description><pubDate>Mon, 11 May 2026 07:11:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=48091948</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=48091948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48091948</guid></item><item><title><![CDATA[New comment by krilcebre in "AI should elevate your thinking, not replace it"]]></title><description><![CDATA[
<p>Yes but currently I don't know of a single company in my area that doesn't make you use AI daily because of the supposedly increased productivity. That means that juniors also absolutely have to use AI, probably sabotaging  their learning process in the long run.</p>
]]></description><pubDate>Mon, 27 Apr 2026 05:55:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47918163</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=47918163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47918163</guid></item><item><title><![CDATA[New comment by krilcebre in "Bevy game development tutorials and in-depth resources"]]></title><description><![CDATA[
<p>Here's a great one:
<a href="https://pikuma.com/courses/cpp-2d-game-engine-development" rel="nofollow">https://pikuma.com/courses/cpp-2d-game-engine-development</a></p>
]]></description><pubDate>Sat, 11 Apr 2026 07:14:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47728283</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=47728283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47728283</guid></item><item><title><![CDATA[New comment by krilcebre in "Scientists invented a fake disease. AI told people it was real"]]></title><description><![CDATA[
<p>What stops a small, or even a large group of people to intentionally "poison" the LLMs for everyone? Seems to me that they are very fragile, and that an attack like that could cost AI companies a lot. How are they defending themselves from such attacks?</p>
]]></description><pubDate>Fri, 10 Apr 2026 10:21:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47715932</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=47715932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47715932</guid></item><item><title><![CDATA[New comment by krilcebre in "Rob Pike's 5 Rules of Programming"]]></title><description><![CDATA[
<p>The instances should be based on the context. For example we had a few different API providers for the same thing, and someone refactored the separate classes into a single one that treats all of the APIs the same.<p>Well, turns out that 3 of the APIs changed the way they return the data, so instead of separating the logic, someone kept adding a bunch of if statements into a single function in order to avoid repeating the code in multiple places. It was a nightmare to maintain and I ended up completely refactoring it, and even tho some of the code was repeated, it was much easier to maintain and accommodate to the API changes.</p>
]]></description><pubDate>Wed, 18 Mar 2026 14:09:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47425996</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=47425996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47425996</guid></item><item><title><![CDATA[New comment by krilcebre in "Every layer of review makes you 10x slower"]]></title><description><![CDATA[
<p>I have, and in each sprint we always had tickets for reviewing the implementation, which could take anywhere from an hour to 2 days.<p>The code quality was much better than in my current workplace where the reviews are done in minutes, although the software was also orders of magnitude more complex.</p>
]]></description><pubDate>Tue, 17 Mar 2026 12:46:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47411905</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=47411905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47411905</guid></item><item><title><![CDATA[New comment by krilcebre in "How I write software with LLMs"]]></title><description><![CDATA[
<p>You are comparing compilers to a completely non deterministic code generation tool that often does not take observable behavior into account at all and will happily screw a part of your system without you noticing, because you misworded a single prompt.<p>No amount of unit/integration tests cover every single use case in sufficiently complex software, so you cannot rely on that alone.</p>
]]></description><pubDate>Mon, 16 Mar 2026 12:51:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47398332</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=47398332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47398332</guid></item><item><title><![CDATA[New comment by krilcebre in "Amazon holds engineering meeting following AI-related outages"]]></title><description><![CDATA[
<p>You don't. I can guarantee that 90% of the generated code will never receive a detailed review, simply because there's too much of a cognitive overhead, and too little time, everything moves too fast.<p>I remember having to do such a code review before an AI in a highly complex component, and it would take a full day of work to do it. In this day and age, most of the people i know take like half an hour and are mostly scanning for obvious mistakes, where the bigger problem are those sneaky non obvious ones.</p>
]]></description><pubDate>Tue, 10 Mar 2026 08:04:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47320309</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=47320309</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47320309</guid></item><item><title><![CDATA[New comment by krilcebre in "Ask HN: Programming Courses for Experienced Coders?"]]></title><description><![CDATA[
<p>Is it programming language agnostic?</p>
]]></description><pubDate>Fri, 29 Dec 2023 16:45:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=38806992</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=38806992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38806992</guid></item><item><title><![CDATA[New comment by krilcebre in "[dead]"]]></title><description><![CDATA[
<p>Found a great video series about Zig, so I thought it would be something great to share for people who are looking for Zig learning materials.</p>
]]></description><pubDate>Wed, 27 Dec 2023 13:04:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=38781549</link><dc:creator>krilcebre</dc:creator><comments>https://news.ycombinator.com/item?id=38781549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38781549</guid></item></channel></rss>