<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: ahci8e</title><link>https://news.ycombinator.com/user?id=ahci8e</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 01:55:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ahci8e" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ahci8e in "Debugging: Indispensable rules for finding even the most elusive problems (2004)"]]></title><description><![CDATA[
<p>Uff, yeah. I used to work with a guy who would immediately turn the panic up to 11 at the first thought of a bug in prod. We would end up with worse architecture after his "fix" or he would end up breaking something else.</p>
]]></description><pubDate>Mon, 13 Jan 2025 16:42:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=42685385</link><dc:creator>ahci8e</dc:creator><comments>https://news.ycombinator.com/item?id=42685385</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42685385</guid></item><item><title><![CDATA[New comment by ahci8e in "ReMarkable Paper Pro"]]></title><description><![CDATA[
<p>I have a Supernote A5X! It's great! I got it to replace my old rm and never looked back. I also recently bought the Supernote A6X2. Not sure which I prefer size-wise. Sometimes the smaller A6X2 is great, especially for reading. Other times drawing on the A5X is more comfortable.<p>One thing I don't like about the A6X2 is that there is a noticeable gap between the screen and the pen. This gap isn't there (or maybe is just way smaller) on the A5X. The screen on the A6X2 is also textured, I guess to try to mimic paper, but I grew to like the gel pen feel of the A5X screen.</p>
]]></description><pubDate>Wed, 04 Sep 2024 18:17:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=41448784</link><dc:creator>ahci8e</dc:creator><comments>https://news.ycombinator.com/item?id=41448784</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41448784</guid></item><item><title><![CDATA[New comment by ahci8e in "Please do not attempt to simplify this code"]]></title><description><![CDATA[
<p>How would this work if I need to update multiple variables?<p><pre><code>  int value1 = 0;
  int value2 = 0;
  if (condition) {
    value1 = 8;
    value2 = 16;
  } else {
    value1 = 128;
    value2 = 256;
  }
</code></pre>
Would I have to repeat the if expression twice?<p><pre><code>  int value1 = if (condition) { 8 } else { 128 };
  int value2 = if (condition) { 16 } else { 256 };</code></pre></p>
]]></description><pubDate>Tue, 06 Aug 2024 23:31:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=41176636</link><dc:creator>ahci8e</dc:creator><comments>https://news.ycombinator.com/item?id=41176636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41176636</guid></item><item><title><![CDATA[New comment by ahci8e in "Russ Cox is stepping down as the Go tech lead"]]></title><description><![CDATA[
<p>Almost zero drama, yeah. I do remember the dep drama though...</p>
]]></description><pubDate>Thu, 01 Aug 2024 23:43:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41134814</link><dc:creator>ahci8e</dc:creator><comments>https://news.ycombinator.com/item?id=41134814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41134814</guid></item><item><title><![CDATA[Show HN: Noti 2.2.0: desktop/mobile notifications by pid]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/variadico/noti/releases/tag/v2.2.0">https://github.com/variadico/noti/releases/tag/v2.2.0</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=11830999">https://news.ycombinator.com/item?id=11830999</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 03 Jun 2016 15:48:00 +0000</pubDate><link>https://github.com/variadico/noti/releases/tag/v2.2.0</link><dc:creator>ahci8e</dc:creator><comments>https://news.ycombinator.com/item?id=11830999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11830999</guid></item><item><title><![CDATA[Show HN: Don't wait for your terminal. Get notified on your phone]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/variadico/noti">https://github.com/variadico/noti</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=11078114">https://news.ycombinator.com/item?id=11078114</a></p>
<p>Points: 17</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 11 Feb 2016 03:46:50 +0000</pubDate><link>https://github.com/variadico/noti</link><dc:creator>ahci8e</dc:creator><comments>https://news.ycombinator.com/item?id=11078114</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11078114</guid></item></channel></rss>