<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: olvy0</title><link>https://news.ycombinator.com/user?id=olvy0</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 10:38:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=olvy0" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Cyberpunk Legend Neal Stephenson: The Real Threat Isn't AI–It's Us [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=pUSWa5hOCtU">https://www.youtube.com/watch?v=pUSWa5hOCtU</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47707208">https://news.ycombinator.com/item?id=47707208</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 09 Apr 2026 18:06:58 +0000</pubDate><link>https://www.youtube.com/watch?v=pUSWa5hOCtU</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47707208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47707208</guid></item><item><title><![CDATA[New comment by olvy0 in "Dr. Dobb's Developer Library DVD 6"]]></title><description><![CDATA[
<p>Closest would be the ACCU Overload journal, freely available here [0].<p>There'a also Visual studio Magazine but it's obviously Microsoft-centric [1].<p>Also CODE magazine [2] but it's more lightweight, feels more "commercial".<p>[0] <a href="https://accu.org/journals/nonmembers/overload_issue_members/" rel="nofollow">https://accu.org/journals/nonmembers/overload_issue_members/</a><p>[1] <a href="https://visualstudiomagazine.com/home.aspx" rel="nofollow">https://visualstudiomagazine.com/home.aspx</a><p>[2] <a href="https://www.codemag.com/magazine/allissues" rel="nofollow">https://www.codemag.com/magazine/allissues</a></p>
]]></description><pubDate>Thu, 09 Apr 2026 13:35:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47703562</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47703562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47703562</guid></item><item><title><![CDATA[New comment by olvy0 in "Apple randomly closes bug reports unless you "verify" the bug remains unfixed"]]></title><description><![CDATA[
<p>Exactly. Thank you for saying this.</p>
]]></description><pubDate>Thu, 26 Mar 2026 10:41:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47528809</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47528809</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47528809</guid></item><item><title><![CDATA[New comment by olvy0 in "Windows native app development is a mess"]]></title><description><![CDATA[
<p>That's actually pretty close to my own career as well.</p>
]]></description><pubDate>Mon, 23 Mar 2026 04:35:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47485523</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47485523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47485523</guid></item><item><title><![CDATA[ProtonOS – Bare-metal operating system written in C# (Claude-assisted)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ProtonOS/ProtonOS">https://github.com/ProtonOS/ProtonOS</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47417353">https://news.ycombinator.com/item?id=47417353</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 17 Mar 2026 19:47:25 +0000</pubDate><link>https://github.com/ProtonOS/ProtonOS</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47417353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47417353</guid></item><item><title><![CDATA[New comment by olvy0 in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>I work on an ancient codebase, C# and C++ code spanning over 3 major repos and 5 other minor ones.  I'm senior engineer and tech lead of my team, but I also do a lot of actual coding and code reviews. It's a somewhat critical internal infra.
I'm intimately familiar with most of the code.<p>I've become somewhat addicted to using coding agents, in the sense I've felt I can finally realize a lot of fantasies about code cleanup and modernization I've had during the decade, and also fulfill user requests, without spending a lot of time writing code and debugging.  During the last few months I've been spending my weekends prompting and learning the ropes. I've been using GPT 5.x and GPT 4 before that.<p>I've tried both giving it big cleanup tasks, and big design tasks. It was ok but mentally very exhausting, especially as it tends to stick to my original prompt which included a lot of known unknowns, even after I told it I've settled on a design decision, and then I have to go over its generated code line-by-line and verify that earlier decisions I had already rejected aren't slipping into the code again.  In some instances I've had to tell it again and again that the code it's working on is greenfield and no backwards compatibility should be kept.  In other instances I had to tell it that it shouldn't touch public API.<p>Also, a lot of things which I take for granted aren't done, such as writing detailed comments above each piece of code that is due to a design constraint or an obscure legacy reason.  Even though I explicitly prompt it to do so.<p>Hand-holding it is a chore. It's like coaching a junior dev.  This is on top of me having 4 actual real-life junior devs sending me PRs to review each week. It's mentally exhausting.  At least I know it won't take offense when I'm belittling its overly complicated code and bad design decision (which I NEVER do when reviewing PRs for the actual junior devs, so in this sense I get something to throw my aggression against).<p>I have tried using it to make 3 big tasks in the last 5 months.  I have shelved the first one (modernizing an ancient codebase written more than 20 years ago),  as it still doesn't work even after spending ~week on it, and I can't spare any more time.  The second one (getting another huge C# codebase to stop rebuilding the world on every compilation) seemed promising and in fact did work, but I ended up shelving it after discovering its solution broke auto-complete in Visual Studio. A MS bug, but still.<p>The 3rd big task is actually a user-facing one, involving a new file format, a managed reader and a backend writer. I gave it a more-or-less detailed design document. It went pretty ok, especially after I've made the jump to GPT 5.2 and now 5.4.  Both of them still tended to hallunicate too much when the code size passed a certain threshold.<p>I don't use it for bug fixing or small features, since it requires a lot of explaining, and not worth it. Our system has a ton of legacy requirement and backwards compatibility guarantees that would take many days to specify properly.<p>I've become disillusioned last week. It's all for the best. Now that my addiction has lessened maybe I can have my weekends back.</p>
]]></description><pubDate>Mon, 16 Mar 2026 11:29:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47397628</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47397628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47397628</guid></item><item><title><![CDATA[Six Into One: The Prisoner File (1984) [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=5UKga58CYmY">https://www.youtube.com/watch?v=5UKga58CYmY</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47206684">https://news.ycombinator.com/item?id=47206684</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 01 Mar 2026 13:52:01 +0000</pubDate><link>https://www.youtube.com/watch?v=5UKga58CYmY</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47206684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47206684</guid></item><item><title><![CDATA[Games, Modes, and the Depth of Fewer Inputs [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=SdMDyJ7XG58">https://www.youtube.com/watch?v=SdMDyJ7XG58</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47183938">https://news.ycombinator.com/item?id=47183938</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 27 Feb 2026 18:40:19 +0000</pubDate><link>https://www.youtube.com/watch?v=SdMDyJ7XG58</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47183938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47183938</guid></item><item><title><![CDATA['Bacterial constipation,' new disease caused by gut-drying bacteria]]></title><description><![CDATA[
<p>Article URL: <a href="https://medicalxpress.com/news/2026-02-scientists-bacterial-constipation-disease-gut.html">https://medicalxpress.com/news/2026-02-scientists-bacterial-constipation-disease-gut.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47073131">https://news.ycombinator.com/item?id=47073131</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 Feb 2026 12:39:40 +0000</pubDate><link>https://medicalxpress.com/news/2026-02-scientists-bacterial-constipation-disease-gut.html</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47073131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47073131</guid></item><item><title><![CDATA[C# implementation of state machine declared using fluent syntax]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/leeoades/FunctionalStateMachine">https://github.com/leeoades/FunctionalStateMachine</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47021028">https://news.ycombinator.com/item?id=47021028</a></p>
<p>Points: 23</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 15 Feb 2026 04:21:53 +0000</pubDate><link>https://github.com/leeoades/FunctionalStateMachine</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47021028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47021028</guid></item><item><title><![CDATA[New comment by olvy0 in "GPT‑5.3‑Codex‑Spark"]]></title><description><![CDATA[
<p>I've been using Perplexity for small, fast queries almost exclusively for the last year or so.  Their Sonar model is Llama running on top of a Cerebras chip, and searches the internet in an incredible speed.  Its results are astonishingly good (for a Llama model), although in more niche areas it still makes mistakes, so in those areas I usually double-check its sources or do an extra ddg search myself.<p>Actually I've never used chat gpt, I went straight to Perplexity after having discovered it.  Their free tier is extremely generous (not even requiring an account).  Not affiliated.<p>OP currently doesn't look it will affect that, seems like Open AI touts it for agentic coding only, not as an alternative to chat gpt, although that will probably change.</p>
]]></description><pubDate>Fri, 13 Feb 2026 07:47:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47000049</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=47000049</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47000049</guid></item><item><title><![CDATA[New comment by olvy0 in "We put Claude Code in Rollercoaster Tycoon"]]></title><description><![CDATA[
<p>Except for new files, you'd have to also run git clean -f</p>
]]></description><pubDate>Mon, 19 Jan 2026 16:49:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46681186</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=46681186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46681186</guid></item><item><title><![CDATA[Oldest known cremation in Africa – mystery about Stone Age hunter-gatherers]]></title><description><![CDATA[
<p>Article URL: <a href="https://theconversation.com/oldest-known-cremation-in-africa-poses-9-500-year-old-mystery-about-stone-age-hunter-gatherers-268074">https://theconversation.com/oldest-known-cremation-in-africa-poses-9-500-year-old-mystery-about-stone-age-hunter-gatherers-268074</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46469348">https://news.ycombinator.com/item?id=46469348</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 02 Jan 2026 21:07:10 +0000</pubDate><link>https://theconversation.com/oldest-known-cremation-in-africa-poses-9-500-year-old-mystery-about-stone-age-hunter-gatherers-268074</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=46469348</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46469348</guid></item><item><title><![CDATA[New comment by olvy0 in "Happy Public Domain Day 2026"]]></title><description><![CDATA[
<p>Wallace Stevens' excellent book of poems, Harmonium, is also now free on Wikisource [0].<p>[0] <a href="https://en.wikisource.org/wiki/Harmonium_(Stevens)" rel="nofollow">https://en.wikisource.org/wiki/Harmonium_(Stevens)</a></p>
]]></description><pubDate>Fri, 02 Jan 2026 20:22:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46468948</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=46468948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46468948</guid></item><item><title><![CDATA[New comment by olvy0 in "Comptime – C# meta-programming with compile-time code generation and evaluation"]]></title><description><![CDATA[
<p>There's also bflat [0]. Not an official Microsoft product, more of a passion project of a specific employee.<p>"C# as you know it but with Go-inspired tooling that produces small, selfcontained, and native executables out of the box."  Really impressive.  Self contained and small build system.<p>[0] <a href="https://github.com/bflattened/bflat" rel="nofollow">https://github.com/bflattened/bflat</a></p>
]]></description><pubDate>Thu, 25 Dec 2025 16:28:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46385328</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=46385328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46385328</guid></item><item><title><![CDATA[I Pushed an LLM (Claude Opus 4.1) to Its Narrative Limit]]></title><description><![CDATA[
<p>Article URL: <a href="https://medium.com/@gianlucabailo/i-pushed-an-llm-claude-opus-4-1-to-its-narrative-limit-here-is-what-happened-8e14481c1832">https://medium.com/@gianlucabailo/i-pushed-an-llm-claude-opus-4-1-to-its-narrative-limit-here-is-what-happened-8e14481c1832</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46172484">https://news.ycombinator.com/item?id=46172484</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 06 Dec 2025 11:26:22 +0000</pubDate><link>https://medium.com/@gianlucabailo/i-pushed-an-llm-claude-opus-4-1-to-its-narrative-limit-here-is-what-happened-8e14481c1832</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=46172484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46172484</guid></item><item><title><![CDATA[C++ HDL (Hardware Description Language)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/mirekez/cpphdl">https://github.com/mirekez/cpphdl</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46026613">https://news.ycombinator.com/item?id=46026613</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 23 Nov 2025 19:41:21 +0000</pubDate><link>https://github.com/mirekez/cpphdl</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=46026613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46026613</guid></item><item><title><![CDATA[The Definitive Guide to Functional Programming in Cpp – ACCU 2025 [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=lvlXgSK03D4">https://www.youtube.com/watch?v=lvlXgSK03D4</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45947973">https://news.ycombinator.com/item?id=45947973</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 16 Nov 2025 20:05:47 +0000</pubDate><link>https://www.youtube.com/watch?v=lvlXgSK03D4</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=45947973</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45947973</guid></item><item><title><![CDATA[How Linux is built with Greg Kroah-Hartman [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=7agB1vOl-wg">https://www.youtube.com/watch?v=7agB1vOl-wg</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45929716">https://news.ycombinator.com/item?id=45929716</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 14 Nov 2025 18:07:16 +0000</pubDate><link>https://www.youtube.com/watch?v=7agB1vOl-wg</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=45929716</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45929716</guid></item><item><title><![CDATA[New comment by olvy0 in "I spent a year making an ASN.1 compiler in D"]]></title><description><![CDATA[
<p>Just wanted to say I enjoyed your post very much. Thank you for writing it. I love D but unfortunately I haven't touched it for several years. I also have some  experience writing parsers and implementing protocols.</p>
]]></description><pubDate>Thu, 23 Oct 2025 16:20:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45683685</link><dc:creator>olvy0</dc:creator><comments>https://news.ycombinator.com/item?id=45683685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45683685</guid></item></channel></rss>