<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: nawi</title><link>https://news.ycombinator.com/user?id=nawi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 18 May 2026 08:52:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nawi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nawi in "Show HN: GitHub Commits Leaderboard"]]></title><description><![CDATA[
<p>The all-time leaderboard feels a bit biased by older repo. maybe we should add a weekly view as well?</p>
]]></description><pubDate>Sun, 03 May 2026 18:09:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47999691</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47999691</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47999691</guid></item><item><title><![CDATA[New comment by nawi in "Show HN: Stream iOS Simulators to a Browser Window"]]></title><description><![CDATA[
<p>Any plans to support Linux as well, or you are tight to IOS?</p>
]]></description><pubDate>Thu, 30 Apr 2026 05:27:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47958514</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47958514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47958514</guid></item><item><title><![CDATA[New comment by nawi in "Show HN: Send your first Peppol e-invoice in 5 minutes (EU mandate live)"]]></title><description><![CDATA[
<p>many thx for sharing, will you support US as well in the coming months?</p>
]]></description><pubDate>Thu, 30 Apr 2026 05:24:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47958492</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47958492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47958492</guid></item><item><title><![CDATA[New comment by nawi in "Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite"]]></title><description><![CDATA[
<p>The 1 ms pragma data version polling is a nice way to bypass the lack of a server process. didyou measure the impact on cpu or battery life for applications running on lower power devices or laptops? i curious if the polling that prevents the CPU from entering deeper sleep states</p>
]]></description><pubDate>Tue, 28 Apr 2026 10:31:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47932579</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47932579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47932579</guid></item><item><title><![CDATA[New comment by nawi in "Show HN: Utilyze – an open source GPU monitoring tool more accurate than nvtop"]]></title><description><![CDATA[
<p>Hi, many thx, does the os can run on nvidia jetson and orin? Or just for server gpu?</p>
]]></description><pubDate>Mon, 27 Apr 2026 17:10:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47924345</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47924345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47924345</guid></item><item><title><![CDATA[New comment by nawi in "Show HN: CrabPDF – privacy-first PDF editor that edits real text"]]></title><description><![CDATA[
<p>i am sorry to ask, but the service looks like a cloud base solution, so if i will drop the pdf to test box, will you store it? or remove the ref?</p>
]]></description><pubDate>Mon, 27 Apr 2026 10:28:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47919813</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47919813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47919813</guid></item><item><title><![CDATA[New comment by nawi in "Ask HN: Can you tell the difference between Claude Sonnet and Opus?"]]></title><description><![CDATA[
<p>You are not missing anything. For 95% of dev work, sonnet, especially 3.5 and 3.7 has basically win opus, value per price.
in my experience the difference boils down to this
1. Sonnet is the faster. It's concise, follows instructions literally, and is significantly better at agentic tasks.
2. Opus is the philosopher. It’s better at high level architecture, creative writing, or spotting subtle nuances in a 50 pages document.
the reason your tests feel random is that for standard coding, sonnet is actually the superior model now. it is faster, less prone to over engineering, and has much lower latency.
if you have a massive, messy refactor where you need the model to reason through 10 files without adding bugs, opus might still have a slight edge in coherence. for everythng else, Sonnet is the meta. Stick with it and save the credits.</p>
]]></description><pubDate>Mon, 27 Apr 2026 10:02:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47919662</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47919662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47919662</guid></item><item><title><![CDATA[New comment by nawi in "USB Cheat Sheet (2022)"]]></title><description><![CDATA[
<p>this is great, does usb cable has some limitation? can i take any length? i saw you measure 4m any advices longer cable?</p>
]]></description><pubDate>Sun, 26 Apr 2026 14:16:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47910531</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47910531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47910531</guid></item><item><title><![CDATA[New comment by nawi in "Show HN: CodeBurn – Analyze Claude Code token usage by task"]]></title><description><![CDATA[
<p>will you supprot on windows as well?</p>
]]></description><pubDate>Sun, 26 Apr 2026 13:27:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47910159</link><dc:creator>nawi</dc:creator><comments>https://news.ycombinator.com/item?id=47910159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47910159</guid></item></channel></rss>