<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: achyudh</title><link>https://news.ycombinator.com/user?id=achyudh</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 20:50:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=achyudh" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by achyudh in "AI Usage Policy"]]></title><description><![CDATA[
<p>Mailing lists essentially solve this by introducing friction: only those who genuinely care about the project will bother to git send-email and defend a patch over an email thread. The incentive for low-quality drive-by submissions also evaporates as there is no profile page with green squares to farm. The downside is that it potentially reduces the number of contributors by making it a lot harder for new contributors to onboard.</p>
]]></description><pubDate>Fri, 23 Jan 2026 20:54:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46737778</link><dc:creator>achyudh</dc:creator><comments>https://news.ycombinator.com/item?id=46737778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46737778</guid></item><item><title><![CDATA[New comment by achyudh in "GNU Guix 1.5.0 Released"]]></title><description><![CDATA[
<p>I have slowly been migrating my Nix configuration to Guix as there is just so much to like about Guix such as Scheme and full-source bootstrap. I am also very happy about the move to Codeberg which hopefully results in more contributors. The new Rust packaging process is also worth reading about: <a href="https://guix.gnu.org/tr/blog/2025/a-new-rust-packaging-model/" rel="nofollow">https://guix.gnu.org/tr/blog/2025/a-new-rust-packaging-model...</a></p>
]]></description><pubDate>Fri, 23 Jan 2026 17:16:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46735008</link><dc:creator>achyudh</dc:creator><comments>https://news.ycombinator.com/item?id=46735008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46735008</guid></item><item><title><![CDATA[New comment by achyudh in "Jank Lang Hit Alpha"]]></title><description><![CDATA[
<p>Congrats on the alpha release! I've been following the jank blog for a year now and it's great to see it reach this milestone. What is the current state of development tooling (such as CIDER support) for Emacs users?<p>Also I noticed a typo/broken link in the Welcome section: The link for "foreward" points to <a href="https://book.jank-lang.org/foreward.html" rel="nofollow">https://book.jank-lang.org/foreward.html</a>, but it should be <a href="https://book.jank-lang.org/foreword.html" rel="nofollow">https://book.jank-lang.org/foreword.html</a></p>
]]></description><pubDate>Sat, 03 Jan 2026 02:21:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46472142</link><dc:creator>achyudh</dc:creator><comments>https://news.ycombinator.com/item?id=46472142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46472142</guid></item><item><title><![CDATA[5 Years of UnifiedPush]]></title><description><![CDATA[
<p>Article URL: <a href="https://s1m.fr/unifiedpush-5-years/">https://s1m.fr/unifiedpush-5-years/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46449104">https://news.ycombinator.com/item?id=46449104</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 31 Dec 2025 22:40:52 +0000</pubDate><link>https://s1m.fr/unifiedpush-5-years/</link><dc:creator>achyudh</dc:creator><comments>https://news.ycombinator.com/item?id=46449104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46449104</guid></item><item><title><![CDATA[New comment by achyudh in "VSCode rebrands as "The open source AI code editor""]]></title><description><![CDATA[
<p>While Emacs can run in a terminal, it is more widely used as a GUI application that can render images, PDFs, variable-pitch fonts, handle mouse support (drag-and-drop, menus, scrollbars), and even work on touchscreens such as on Android [1].<p>You are right that VS Code has a "nicer" out of the box UX (this is subjective of course), but Emacs offers a malleable environment. In VS Code, you are limited to what the APIs the developers decided to expose. If you want a specific behavior that isn't supported, you either fork the editor or create a feature request ticket and wait for someone to prioritize it. In Emacs, because you have full access to the internal runtime, you can implement that feature yourself in a couple of lines of Lisp.<p>1: <a href="https://kristofferbalintona.me/posts/202505291438/" rel="nofollow">https://kristofferbalintona.me/posts/202505291438/</a></p>
]]></description><pubDate>Sat, 27 Dec 2025 21:09:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46405253</link><dc:creator>achyudh</dc:creator><comments>https://news.ycombinator.com/item?id=46405253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46405253</guid></item><item><title><![CDATA[New comment by achyudh in "VSCode rebrands as "The open source AI code editor""]]></title><description><![CDATA[
<p>I was more familiar with Vim bindings and relied on Vim emulation layers in various IDEs before I moved to Emacs. Evil mode and Doom made the jump possible without sacrificing too much productivity. With Evil, I didn't have to retrain my muscle memory and with Doom I didn't have to cobble together a functional config from scratch.<p>After a couple of months of using Doom, I felt comfortable enough to roll my own config which also helped me better understand how things worked at a lower level. More interestingly, after a couple of years, I transitioned from Evil to standard Emacs bindings as that felt better integrated with the rest of Emacs.</p>
]]></description><pubDate>Sat, 27 Dec 2025 20:38:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46405033</link><dc:creator>achyudh</dc:creator><comments>https://news.ycombinator.com/item?id=46405033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46405033</guid></item><item><title><![CDATA[New comment by achyudh in "VSCode rebrands as "The open source AI code editor""]]></title><description><![CDATA[
<p>This pivot sounds like VS Code is moving from a text editor to a thin client for AI services that Microsoft wants to push. It is one more step towards a future where our development tools (just like everything else on our computers these days) are just thin clients/wrappers around SaaS.<p>Emacs remains the antidote to this. I use Emacs because I want to remain the architect of my development environment, not become the consumer of a telemetry-gathering platform architected by PMs at a big tech company. It is also an absolute joy to use an environment that provides you with the same amount of power as the core maintainers, allowing you to fully inspect and modify the system even while it is running.</p>
]]></description><pubDate>Sat, 27 Dec 2025 19:50:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46404632</link><dc:creator>achyudh</dc:creator><comments>https://news.ycombinator.com/item?id=46404632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46404632</guid></item></channel></rss>