<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: Giefo6ah</title><link>https://news.ycombinator.com/user?id=Giefo6ah</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 13:59:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Giefo6ah" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Giefo6ah in "The MacBook Neo"]]></title><description><![CDATA[
<p>I was assigned an E14 once. Compared to a T14:<p>The case is all thick ABS.<p>It weighs like 2.4 kg, and the weight is unbalanced.<p>The USB-C charge only works at 20V, nothing less.<p>While charging it overheats and spins up the fans.<p>It came with a TN screen with terrible viewing angles, that could not be used in a brightly lit room. I didn't use the laptop for two months while I waited for a replacement screen from aliexpress.<p>Keyboard is much thinner, the trackpoint drifts easily.<p>Camera quality is worse, somehow it cannot handle sun-lit scenes. Microphone and speakers are similar to the T14.<p>It stopped receiving firmware updates after two years.<p>It uses about 0.5 W while suspended, so its tiny 48 Wh battery typically doesn't last the weekend with the lid closed.<p>The motherboard has design issues, a missing protection diode in the headphone jack microphone input ended up frying the CPU due to a ground loop. Meanwhile the T14 has eaten the same ground loop and even a 48V passive PoE in an accident and dealt with it by rebooting. A T450 from 2015 is still running.</p>
]]></description><pubDate>Wed, 11 Mar 2026 20:15:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47340835</link><dc:creator>Giefo6ah</dc:creator><comments>https://news.ycombinator.com/item?id=47340835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47340835</guid></item><item><title><![CDATA[New comment by Giefo6ah in "Flash media longevity testing – 6 years later"]]></title><description><![CDATA[
<p>> After 24 months, one of the drives had a %95 loss, almost every picture was lost cut-off bottom half or so.<p>If these are JPEGs with a grey or green lower half, it's likely only a few 16x16 macroblocks are corrupted and you can recover the rest.<p>This cannot be done programmatically because you have to guess what the average colour of the block was, but it can be worth it for precious pictures.</p>
]]></description><pubDate>Mon, 09 Mar 2026 20:35:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47315115</link><dc:creator>Giefo6ah</dc:creator><comments>https://news.ycombinator.com/item?id=47315115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47315115</guid></item><item><title><![CDATA[New comment by Giefo6ah in "MinIO repository is no longer maintained"]]></title><description><![CDATA[
<p>Ceph solves the distributed consistent block storage problem very well. But I hardly ever need that problem solved, it's way more often that I need a distributed highly available blob storage, and Ceph makes the wrong tradeoffs for this task.</p>
]]></description><pubDate>Fri, 13 Feb 2026 16:48:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47004774</link><dc:creator>Giefo6ah</dc:creator><comments>https://news.ycombinator.com/item?id=47004774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47004774</guid></item><item><title><![CDATA[New comment by Giefo6ah in "Y Combinator will let founders receive funds in stablecoins"]]></title><description><![CDATA[
<p>And how are you supposed to convert USD to USDC to local currency at par? The exchange fees end up eating any savings you got from not using the normie SWIFT network, and then at tax filing time you have to account for paying / being paid in specie instead of cash.</p>
]]></description><pubDate>Tue, 03 Feb 2026 20:16:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46876652</link><dc:creator>Giefo6ah</dc:creator><comments>https://news.ycombinator.com/item?id=46876652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46876652</guid></item><item><title><![CDATA[New comment by Giefo6ah in "The recurring dream of replacing developers"]]></title><description><![CDATA[
<p>Let's say the average firm has 10 workers. 90% of people are nihilists and empty lifers?<p>Do I want to lead a business filled with losers?</p>
]]></description><pubDate>Sat, 17 Jan 2026 17:20:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=46659807</link><dc:creator>Giefo6ah</dc:creator><comments>https://news.ycombinator.com/item?id=46659807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46659807</guid></item><item><title><![CDATA[New comment by Giefo6ah in "Designing an IPv6-native P2P transport – lessons from building I6P"]]></title><description><![CDATA[
<p>That simple, implicit standard exists since RFC793:<p><pre><code>  Simultaneous initiation is only slightly more complex, as is shown in
  figure 8.  Each TCP cycles from CLOSED to SYN-SENT to SYN-RECEIVED to
  ESTABLISHED.



      TCP A                                            TCP B

  1.  CLOSED                                           CLOSED

  2.  SYN-SENT     --> <SEQ=100><CTL=SYN>              ...

  3.  SYN-RECEIVED <-- <SEQ=300><CTL=SYN>              <-- SYN-SENT

  4.               ... <SEQ=100><CTL=SYN>              --> SYN-RECEIVED

  5.  SYN-RECEIVED --> <SEQ=100><ACK=301><CTL=SYN,ACK> ...

  6.  ESTABLISHED  <-- <SEQ=300><ACK=101><CTL=SYN,ACK> <-- SYN-RECEIVED

  7.               ... <SEQ=101><ACK=301><CTL=ACK>     --> ESTABLISHED

                Simultaneous Connection Synchronization

                               Figure 8.
</code></pre>
Every stateful firewall supports this. All you need to communicate off-band is IP addresses and ports.</p>
]]></description><pubDate>Tue, 13 Jan 2026 12:01:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46599902</link><dc:creator>Giefo6ah</dc:creator><comments>https://news.ycombinator.com/item?id=46599902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46599902</guid></item><item><title><![CDATA[New comment by Giefo6ah in "The World Happiness Report is beset with methodological problems"]]></title><description><![CDATA[
<p>You should probably check where Finland is in a map before talking about hard to defend borders…</p>
]]></description><pubDate>Wed, 17 Dec 2025 16:56:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46302058</link><dc:creator>Giefo6ah</dc:creator><comments>https://news.ycombinator.com/item?id=46302058</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46302058</guid></item></channel></rss>