<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: azangru</title><link>https://news.ycombinator.com/user?id=azangru</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 30 May 2026 20:32:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=azangru" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by azangru in "I am retiring from tech to live offline"]]></title><description><![CDATA[
<p>> have you tried working seriously with claude code or gpt codex and which part of it did you not enjoy?<p>I haven't. But I found myself, to my surprise, not particularly interested in trying; which makes me wonder what motivates other developers if not peer pressure or demands for more productivity. I find coding interesting and fulfilling enough to do it on my own. I do ask LLMs questions from time to time, but for that, even a chatgpt or a gemini in a browser tab is enough.<p>The best experience I had so far is with code reviews, when the models pointed out my mistakes. But I haven't yet gotten to the point where I would want them to write code for me.</p>
]]></description><pubDate>Fri, 29 May 2026 17:12:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48326169</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48326169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48326169</guid></item><item><title><![CDATA[New comment by azangru in "I am retiring from tech to live offline"]]></title><description><![CDATA[
<p>> battling with AI, trying to get it do what I wanted<p>What I am selfishly curious about is: is it possible to remain a software developer, and ignore AI? To write code the same way we did before 2022? I understand that there are many companies in which managers demand more of workforce — but are there still places where people are satisfied to not rush ahead and do business same way they did three or four years ago?<p>In other words, is it possible to not battle with AI trying to get it what we want? Were you forced to do this by your employer, or was this entirely self-inflicted?<p>Asking for a friend.</p>
]]></description><pubDate>Fri, 29 May 2026 15:12:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48324116</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48324116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48324116</guid></item><item><title><![CDATA[New comment by azangru in "Search engines alternatives now that Google isn't Google anymore"]]></title><description><![CDATA[
<p>> now that Google isn’t really Google anymore<p>I can't say I've noticed any changes about google search on desktop recently. Yes; there is an AI overview widget at the top of the page; but it's been there for at least a year.<p>Has anything changed about Google search results for you?</p>
]]></description><pubDate>Mon, 25 May 2026 12:55:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48266274</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48266274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48266274</guid></item><item><title><![CDATA[New comment by azangru in "Deno 2.8"]]></title><description><![CDATA[
<p>> which makes them a safer bet as a dependency<p>Wouldn't node be the safest bet as a dependency?</p>
]]></description><pubDate>Fri, 22 May 2026 16:07:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48237813</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48237813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48237813</guid></item><item><title><![CDATA[New comment by azangru in "Where to buy a non-Apple, non-Google smartphone"]]></title><description><![CDATA[
<p>> everything had worked somehow without phones not so long ago<p>This is called change :-) Slowly boiling the frogs.</p>
]]></description><pubDate>Sun, 17 May 2026 11:58:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=48168124</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48168124</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48168124</guid></item><item><title><![CDATA[New comment by azangru in "Rewrite Bun in Rust has been merged"]]></title><description><![CDATA[
<p>Remember the top comment to this Hacker News thread? <a href="https://news.ycombinator.com/item?id=48016880">https://news.ycombinator.com/item?id=48016880</a> "This is an overreaction." "302 comments about code that does not work." "We haven’t committed to rewriting." "There’s a very high chance all this code gets thrown out completely."<p>Well. That was about a week ago.</p>
]]></description><pubDate>Fri, 15 May 2026 09:35:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48146484</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48146484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48146484</guid></item><item><title><![CDATA[New comment by azangru in "Just Use Go"]]></title><description><![CDATA[
<p>Oh; in that case the lowly Javascript/typescript does this so much cleaner with the explicit `export` keyword. "Explicit is better than implicit."</p>
]]></description><pubDate>Fri, 08 May 2026 14:47:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48064030</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48064030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48064030</guid></item><item><title><![CDATA[New comment by azangru in "Just Use Go"]]></title><description><![CDATA[
<p>I know it doesn't matter, but...<p>...who invented this letter-casing convention?<p><pre><code>    import (
        "embed"
        "html/template"
        "net/http"
    )

    //go:embed templates/*.html
    var files embed.FS

    var tmpl = template.Must(template.ParseFS(files, "templates/*.html"))
</code></pre>
why is the name of a module lower-cased<p>but the names of functions accessed via its namespace upper-cased?<p>how does this make sense?</p>
]]></description><pubDate>Fri, 08 May 2026 14:04:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48063350</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48063350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48063350</guid></item><item><title><![CDATA[New comment by azangru in "Google Chrome silently installs a 4 GB AI model on your device without consent"]]></title><description><![CDATA[
<p>> Why use a browser from Google or Microsoft in 2026? Why in the world?<p>There are only three major browser rendering engines. One is Gecko, by Mozilla. One is Webkit, currently tended to by Apple. And one is Blink, which is Google/Microsoft. Of those, Blink is the most featureful. That's why.</p>
]]></description><pubDate>Tue, 05 May 2026 12:37:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48021656</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48021656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48021656</guid></item><item><title><![CDATA[New comment by azangru in "Train Your Own LLM from Scratch"]]></title><description><![CDATA[
<p>One goes to youtube and searches for cs336?</p>
]]></description><pubDate>Tue, 05 May 2026 07:04:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48019021</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=48019021</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48019021</guid></item><item><title><![CDATA[New comment by azangru in "Our principles"]]></title><description><![CDATA[
<p>> AI has the potential to significantly improve many aspects of society.<p>...as well as the potential to significantly worsen many aspects of society</p>
]]></description><pubDate>Mon, 27 Apr 2026 20:54:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47927183</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47927183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47927183</guid></item><item><title><![CDATA[New comment by azangru in "Arch Linux Now Has a Bit-for-Bit Reproducible Docker Image"]]></title><description><![CDATA[
<p>> The CLS metric relates to initial render.<p>The CLS measures the total sum of layout shifts over the entire lifespan of a page, not just during initial render.</p>
]]></description><pubDate>Thu, 23 Apr 2026 12:23:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47874907</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47874907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47874907</guid></item><item><title><![CDATA[New comment by azangru in "Do you want the US to "win" AI?"]]></title><description><![CDATA[
<p>I am puzzled by this sentence, which combines nationality, psychosis, and intelligence into one. What if the parent commenter is Vietnamese? Or Hungarian? Or Turkish? Will this fall into the "or" clause?</p>
]]></description><pubDate>Thu, 23 Apr 2026 11:40:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47874546</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47874546</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47874546</guid></item><item><title><![CDATA[New comment by azangru in "Do you want the US to "win" AI?"]]></title><description><![CDATA[
<p>> weaponized robots roaming the streets to ensure everyone is "at work" and not "at leisure activities"<p>But I thought everyone was going to lose their jobs...</p>
]]></description><pubDate>Thu, 23 Apr 2026 11:33:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47874486</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47874486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47874486</guid></item><item><title><![CDATA[New comment by azangru in "Arch Linux Now Has a Bit-for-Bit Reproducible Docker Image"]]></title><description><![CDATA[
<p>Sure.<p>It's just that the spirit of Google's core web vitals has been to measure the properties of a web page that have the most impact on users. How quickly content appears on a page, how visually stable the content is, and how long it takes the page to respond to an interaction.<p>In the case of this page, I don't think it can be considered visually stable at all in the first second after it's loaded.<p>And yet, core web vitals cannot demonstrate this.</p>
]]></description><pubDate>Thu, 23 Apr 2026 11:26:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47874429</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47874429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47874429</guid></item><item><title><![CDATA[New comment by azangru in "Arch Linux Now Has a Bit-for-Bit Reproducible Docker Image"]]></title><description><![CDATA[
<p>A totally unrelated comment; but — there is an animation on that page that moves practically everything on the page about 20 pixels down over the course of 1 second.<p>I thought that would completely trash the Cumulative Layout Shift core web vital. Because, hey! the layout is shifting in front of my very eyes. But no, the CLS on the page is 0.<p>Is CLS a misleading metric then?</p>
]]></description><pubDate>Thu, 23 Apr 2026 09:49:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47873843</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47873843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47873843</guid></item><item><title><![CDATA[New comment by azangru in "OpenAI's response to the Axios developer tool compromise"]]></title><description><![CDATA[
<p>> Axios, like Express, is something I'm shocked to see used in any modern codebase<p>I am totally with you on axios; but why is express shocking, and what do you expect to see in its place? Fastify? Hono? Node:http?</p>
]]></description><pubDate>Thu, 23 Apr 2026 07:58:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47873247</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47873247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47873247</guid></item><item><title><![CDATA[New comment by azangru in "Website streamed live directly from a model"]]></title><description><![CDATA[
<p>Text is still hard<p>screenshot: <a href="https://images2.imgbox.com/ff/84/j2FCxyrD_o.png" rel="nofollow">https://images2.imgbox.com/ff/84/j2FCxyrD_o.png</a> - top right callout</p>
]]></description><pubDate>Thu, 23 Apr 2026 07:39:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47873131</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47873131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47873131</guid></item><item><title><![CDATA[New comment by azangru in "I don't chain everything in JavaScript anymore"]]></title><description><![CDATA[
<p>> the intermediate objects are still created<p>Yeah; this is what the new iterator methods were intended to solve<p><a href="https://x.com/MozDevNet/status/2029527411424219254" rel="nofollow">https://x.com/MozDevNet/status/2029527411424219254</a></p>
]]></description><pubDate>Wed, 22 Apr 2026 13:20:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47863224</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47863224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47863224</guid></item><item><title><![CDATA[New comment by azangru in "Smoking ban for people born after 2008 in the UK agreed"]]></title><description><![CDATA[
<p>> 1. will this work (will the UK stop smoking)<p>What mechanisms do you foresee for it to fail? If stores stop selling cigarettes, the UK will have no other choice but to stop smoking them. I wonder what will come to replace them though. People have a peculiar tendency of forming addictive habits.<p>Regarding question 2, personally, I am uncomfortable with the idea of a nanny state.</p>
]]></description><pubDate>Tue, 21 Apr 2026 15:07:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47849890</link><dc:creator>azangru</dc:creator><comments>https://news.ycombinator.com/item?id=47849890</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47849890</guid></item></channel></rss>