<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: acdbddh</title><link>https://news.ycombinator.com/user?id=acdbddh</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 21 May 2026 02:23:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=acdbddh" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by acdbddh in "Not alive, but not dead: disembodied human brains used for drug testing"]]></title><description><![CDATA[
<p>To be honest, if my only other option was to be buried, I would love to let my brain be connected to some machine that try to keep it as alive-like as possible.<p>Just please don't remove my brain before I'm 1000% certainly dead.</p>
]]></description><pubDate>Wed, 20 May 2026 21:06:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48214131</link><dc:creator>acdbddh</dc:creator><comments>https://news.ycombinator.com/item?id=48214131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48214131</guid></item><item><title><![CDATA[New comment by acdbddh in "Valve is about to win the console generation"]]></title><description><![CDATA[
<p>I want a console that is brother-proof. He should not be able to break it by just pressing buttons</p>
]]></description><pubDate>Thu, 13 Nov 2025 13:18:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45914560</link><dc:creator>acdbddh</dc:creator><comments>https://news.ycombinator.com/item?id=45914560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45914560</guid></item><item><title><![CDATA[New comment by acdbddh in "Valve is about to win the console generation"]]></title><description><![CDATA[
<p>Agree. By "best experience" I also mean "don't force me to wait". But my console doesn't do that. Some online games may require patches before playing for better (anticheat) or worse reasons but thats a fault of the game supplier - not the console supplier.</p>
]]></description><pubDate>Thu, 13 Nov 2025 09:49:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45912858</link><dc:creator>acdbddh</dc:creator><comments>https://news.ycombinator.com/item?id=45912858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45912858</guid></item><item><title><![CDATA[New comment by acdbddh in "Valve is about to win the console generation"]]></title><description><![CDATA[
<p>As much as I love hacking with various things, there are reasons why I buy "closed products" for myself and for my family. I like to do hacking when I want it (with ESP32, rpi etc). I don't want to be forced to serve as a free IT support guy anytime someone presses a wrong button.<p>When it comes to gaming consoles, I want them to serve reliably to my family. The game console must be fun, optimized for best experience and should not break. Will that be possible with an open platform where anyone can install anything?</p>
]]></description><pubDate>Thu, 13 Nov 2025 09:31:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45912750</link><dc:creator>acdbddh</dc:creator><comments>https://news.ycombinator.com/item?id=45912750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45912750</guid></item><item><title><![CDATA[New comment by acdbddh in "WebAssembly (WASM) arch support for the Linux kernel"]]></title><description><![CDATA[
<p>when docker ;)</p>
]]></description><pubDate>Mon, 03 Nov 2025 22:27:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45805206</link><dc:creator>acdbddh</dc:creator><comments>https://news.ycombinator.com/item?id=45805206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45805206</guid></item><item><title><![CDATA[New comment by acdbddh in "John Carmack on mutable variables"]]></title><description><![CDATA[
<p>related quote from Carmack:<p>> "A large fraction of the flaws in software development are due to programmers not fully understanding all the possible states their code may execute in."<p><a href="https://web.archive.org/web/20201229045320/https://www.gamasutra.com/view/news/169296/Indepth_Functional_programming_in_C.php" rel="nofollow">https://web.archive.org/web/20201229045320/https://www.gamas...</a><p>And variable mutations increase the cognitive load necessary to understand all the possible states.</p>
]]></description><pubDate>Mon, 03 Nov 2025 10:51:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45797767</link><dc:creator>acdbddh</dc:creator><comments>https://news.ycombinator.com/item?id=45797767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45797767</guid></item><item><title><![CDATA[New comment by acdbddh in "John Carmack on mutable variables"]]></title><description><![CDATA[
<p>In python its common to see code like this:<p><pre><code>  df = pd.concat(df,other_df)
  df = df.select(...)
  ...
</code></pre>
My eyes hurts, when I see it. It makes me avoid python. 
I bet the reason for this mutable code is a missing simple pipes syntax.
I love pipes. In R can do:<p><pre><code>  df |> 
    rbind(other_df) |> 
    select(...)
</code></pre>
It feels much better.</p>
]]></description><pubDate>Fri, 31 Oct 2025 14:03:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45772097</link><dc:creator>acdbddh</dc:creator><comments>https://news.ycombinator.com/item?id=45772097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45772097</guid></item><item><title><![CDATA[New comment by acdbddh in "SGI demos from long ago in the browser via WASM"]]></title><description><![CDATA[
<p>related: old demoscene demos running in the browser:
<a href="https://news.ycombinator.com/item?id=40241290">https://news.ycombinator.com/item?id=40241290</a></p>
]]></description><pubDate>Mon, 22 Sep 2025 11:17:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45331850</link><dc:creator>acdbddh</dc:creator><comments>https://news.ycombinator.com/item?id=45331850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45331850</guid></item></channel></rss>