<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: zteppenwolf</title><link>https://news.ycombinator.com/user?id=zteppenwolf</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 27 Sep 2026 08:58:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=zteppenwolf" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by zteppenwolf in "Jev in 25 Lines of Python"]]></title><description><![CDATA[
<p>I get dishonest vibes from this post? Jev claims to be cheaper/more efficient, and the post claims just to achieve the same functionality.</p>
]]></description><pubDate>Wed, 23 Sep 2026 11:29:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49814442</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=49814442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49814442</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Kasane: New drop-in Kakoune front end with GPU rendering and WASM Plugins"]]></title><description><![CDATA[
<p>Do you have anything to improve remote (SSH?) development? Meaning: the frontend is GPU accelerated, and that is great, but if you are fetching pages from the server instead of caching the buffers and intelligently fetching the LSP (or whatever language backend is used) updates, we are bottlenecked by the SSH connection latency</p>
]]></description><pubDate>Tue, 21 Apr 2026 20:08:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47853876</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=47853876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47853876</guid></item><item><title><![CDATA[New comment by zteppenwolf in "MAUI Is Coming to Linux"]]></title><description><![CDATA[
<p>Why would anyone want .NET on Linux?</p>
]]></description><pubDate>Sun, 22 Mar 2026 20:26:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47481783</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=47481783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47481783</guid></item><item><title><![CDATA[New comment by zteppenwolf in "A sufficiently detailed spec is code"]]></title><description><![CDATA[
<p>No. Code will contain bugs, won't be self-contained (will depend on 3rd party libraries and frameworks), and often will not be complete as TODO features can't possibly be a spec</p>
]]></description><pubDate>Thu, 19 Mar 2026 12:38:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47438328</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=47438328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47438328</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Ask HN: How is AI-assisted coding going for you professionally?"]]></title><description><![CDATA[
<p>It's working fine for me.<p>I'm lucky enough to have upper management not pressuring to use it this or that way, and I'm using mostly to assist with programming languages/frameworks I'm not familiar with. Also, test cases (these sometimes comes wrong and I need to review thoroughly), updating documentation, my rubber duck, and some other repetitive/time consuming tasks.<p>Sometimes, if I have a simple, self-contained bug scenario where extensive debug won't be required, I ask it to find the reason. I have a high rate of success here.<p>However, it will not help you with avoiding anti-patterns. If you introduce one, it will indulge instead of pointing the problem out.<p>I did give it a shot on full vibe-coding a library into production code, and the experience was successful; I'm using the library - <a href="https://youtu.be/wRpRFM6dpuc" rel="nofollow">https://youtu.be/wRpRFM6dpuc</a></p>
]]></description><pubDate>Sun, 15 Mar 2026 23:36:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47393245</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=47393245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47393245</guid></item><item><title><![CDATA[Vibe coding Rust Merkle tree with Claude]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=wRpRFM6dpuc">https://www.youtube.com/watch?v=wRpRFM6dpuc</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47256469">https://news.ycombinator.com/item?id=47256469</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 05 Mar 2026 01:50:15 +0000</pubDate><link>https://www.youtube.com/watch?v=wRpRFM6dpuc</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=47256469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47256469</guid></item><item><title><![CDATA[Give Up GitHub]]></title><description><![CDATA[
<p>Article URL: <a href="https://sfconservancy.org/GiveUpGitHub/">https://sfconservancy.org/GiveUpGitHub/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47073191">https://news.ycombinator.com/item?id=47073191</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 Feb 2026 12:47:32 +0000</pubDate><link>https://sfconservancy.org/GiveUpGitHub/</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=47073191</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47073191</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Rust's Serde Large Overhead"]]></title><description><![CDATA[
<p>Rust's widely used serde library presents a large serialization overhead due to its visitor pattern, that is inefficient when compared to serialization implementations that simply follows the static declarations.</p>
]]></description><pubDate>Fri, 06 Feb 2026 13:51:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46912818</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=46912818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46912818</guid></item><item><title><![CDATA[Rust's Serde Large Overhead]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/codx-dev/msgpacker">https://github.com/codx-dev/msgpacker</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46912817">https://news.ycombinator.com/item?id=46912817</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 06 Feb 2026 13:51:34 +0000</pubDate><link>https://github.com/codx-dev/msgpacker</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=46912817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46912817</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Microsoft forced me to switch to Linux"]]></title><description><![CDATA[
<p>This post is so 2001</p>
]]></description><pubDate>Wed, 28 Jan 2026 15:18:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46796463</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=46796463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46796463</guid></item><item><title><![CDATA[New comment by zteppenwolf in "CrowdStrike Update: Windows Bluescreen and Boot Loops"]]></title><description><![CDATA[
<p>I guess people who continue to use Windows in 2024 arguably deserve this, particularly those utilizing it in a production environment.</p>
]]></description><pubDate>Fri, 19 Jul 2024 11:22:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41005093</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=41005093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41005093</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Mathematician warns US spies may be weakening next-gen encryption"]]></title><description><![CDATA[
<p>No news there. NSA is not to be trusted. It's been a decade since serious cryptographers stopped using primitives researched @ NSA.</p>
]]></description><pubDate>Fri, 13 Oct 2023 10:34:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=37869045</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=37869045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37869045</guid></item><item><title><![CDATA[msgpacker: Enhancing performance and security with Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://vlopes11.github.io/msgpacker-refactor/">https://vlopes11.github.io/msgpacker-refactor/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36239548">https://news.ycombinator.com/item?id=36239548</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 08 Jun 2023 10:17:07 +0000</pubDate><link>https://vlopes11.github.io/msgpacker-refactor/</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=36239548</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36239548</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Rust, RR, Neovim: A perfect debug combination"]]></title><description><![CDATA[
<p>I'm personally not a big fan of CLion. Too heavy, not as near customizable as (Neo)Vim, this damned `.idea` folder, constant re-caching. I tried to use it a couple of times, but always ended up going back to Vim.</p>
]]></description><pubDate>Tue, 11 Apr 2023 14:47:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=35525925</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=35525925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35525925</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Rust, RR, Neovim: A perfect debug combination"]]></title><description><![CDATA[
<p>This is very cool! I created this small convenience script without the intent to customize `Termdebug` itself, leaving any preferences to the users. But I can see many nice things you added there that can combine very well with the two!</p>
]]></description><pubDate>Tue, 11 Apr 2023 14:29:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=35525663</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=35525663</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35525663</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Rust, RR, Neovim: A perfect debug combination"]]></title><description><![CDATA[
<p>Oh no, this is just a wrapper for `RR`. Any visualization customization must be done via `~/.rr_gdbinit` and `~/.gdbinit`</p>
]]></description><pubDate>Tue, 11 Apr 2023 13:52:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=35525137</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=35525137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35525137</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Rust, RR, Neovim: A perfect debug combination"]]></title><description><![CDATA[
<p>I just hope Rust won't end up being forked tho. We had such an amazing community around it...</p>
]]></description><pubDate>Tue, 11 Apr 2023 11:57:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=35523852</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=35523852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35523852</guid></item><item><title><![CDATA[New comment by zteppenwolf in "Rust, RR, Neovim: A perfect debug combination"]]></title><description><![CDATA[
<p>hahaha omg, that sucks so much. Yes, I should have ™ everything</p>
]]></description><pubDate>Tue, 11 Apr 2023 11:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=35523604</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=35523604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35523604</guid></item><item><title><![CDATA[Rust, RR, Neovim: A perfect debug combination]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/vlopes11/rrust.nvim">https://github.com/vlopes11/rrust.nvim</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35522642">https://news.ycombinator.com/item?id=35522642</a></p>
<p>Points: 159</p>
<p># Comments: 97</p>
]]></description><pubDate>Tue, 11 Apr 2023 09:13:50 +0000</pubDate><link>https://github.com/vlopes11/rrust.nvim</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=35522642</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35522642</guid></item><item><title><![CDATA[New comment by zteppenwolf in "What was the last time you had useful search results with Google?"]]></title><description><![CDATA[
<p>I don't know about that, but maybe they will try to create a new platform with their own expertise? There is clearly some public for that.</p>
]]></description><pubDate>Tue, 13 Dec 2022 17:53:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=33972790</link><dc:creator>zteppenwolf</dc:creator><comments>https://news.ycombinator.com/item?id=33972790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33972790</guid></item></channel></rss>