<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: buredoranna</title><link>https://news.ycombinator.com/user?id=buredoranna</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 04:37:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=buredoranna" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by buredoranna in "Failing grades soar with AI usage, dwindling math skills in Berkeley CS classes"]]></title><description><![CDATA[
<p>This is a student problem, not an ai problem... if the student chooses to not   
learn, to just use ai for answers, that's on <i>them</i>.<p>And their failing grades reflect the choices they've made.<p>ai is the single most powerful learning tool ever invented... but only if you   
<i>choose</i> to use it for learning.</p>
]]></description><pubDate>Thu, 04 Jun 2026 16:41:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=48401162</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=48401162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48401162</guid></item><item><title><![CDATA[New comment by buredoranna in "Several injured in Boeing 787 nose-gear collapse in Frankfurt"]]></title><description><![CDATA[
<p>If you haven't experienced the awesomeness of "The Front Fell Off", do yourself a favor and seek it out on youtube... you won't be disappointed.</p>
]]></description><pubDate>Thu, 04 Jun 2026 16:10:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48400693</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=48400693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48400693</guid></item><item><title><![CDATA[New comment by buredoranna in "Cloudflare responded to the "Copy Fail" Linux vulnerability"]]></title><description><![CDATA[
<p>... what a world.</p>
]]></description><pubDate>Thu, 07 May 2026 15:07:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48050346</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=48050346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48050346</guid></item><item><title><![CDATA[New comment by buredoranna in "Copy Fail"]]></title><description><![CDATA[
<p>Please don't rely on my judgement for this being safe for production, but
after blacklisting the modules, the provided python exploit failed.<p>Check if the following are modules<p><pre><code>  grep CONFIG_CRYPTO_USER_API /boot/config-$(uname -r)
</code></pre>
If they are, you can try blacklisting them<p><pre><code>  /etc/modprobe.d/blacklist-crypto-user-api.conf
  
  """
  blacklist af_alg
  blacklist algif_hash
  blacklist algif_skcipher
  blacklist algif_rng
  blacklist algif_aead

  install af_alg /bin/false
  install algif_hash /bin/false
  install algif_skcipher /bin/false
  install algif_rng /bin/false
  install algif_aead /bin/false
  """

  update-initramfs -u
</code></pre>
Can anyone comment on the ramifications this?</p>
]]></description><pubDate>Thu, 30 Apr 2026 02:36:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47957409</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=47957409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47957409</guid></item><item><title><![CDATA[New comment by buredoranna in "I cancelled Claude: Token issues, declining quality, and poor support"]]></title><description><![CDATA[
<p>> the whole thing being built on copyright infringement<p>I am not a lawyer, but am generally familiar with two "is it fair use" tests.<p>1. Is it transformative?<p>I take a picture, I own the copyright. You can't sell it. But if you take a copy, and literally chop it to pieces, reforming it into a collage, you can sell that.<p>2. Does the alleged infringing work devalue the original?<p>If I have a conversation with ai about "The Lord of the Rings". Even if it reproduces good chunks of the original, it does not devalue the original... in fact, I would argue, it enhances it.<p>Have I failed to take into account additional arguments and/or scenarios? Probably.<p>But, in my opinion, AI passes these tests. AI output is transformative, and in general, does not devalue the original.</p>
]]></description><pubDate>Fri, 24 Apr 2026 19:50:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47894981</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=47894981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47894981</guid></item><item><title><![CDATA[New comment by buredoranna in "We found an undocumented bug in the Apollo 11 guidance computer code"]]></title><description><![CDATA[
<p>Wish I could... but I know of it from a previous HN post, where there is some discussion on its purpose.<p><a href="https://news.ycombinator.com/item?id=22367416">https://news.ycombinator.com/item?id=22367416</a></p>
]]></description><pubDate>Tue, 07 Apr 2026 14:45:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47676254</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=47676254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47676254</guid></item><item><title><![CDATA[New comment by buredoranna in "We found an undocumented bug in the Apollo 11 guidance computer code"]]></title><description><![CDATA[
<p>Still my all time favorite snippet of code.<p><pre><code>    TC    BANKCALL    # TEMPORARY, I HOPE HOPE HOPE
    CADR  STOPRATE    # TEMPORARY, I HOPE HOPE HOPE
    TC    DOWNFLAG    # PERMIT X-AXIS OVERRIDE
</code></pre>
<a href="https://github.com/chrislgarry/Apollo-11/blob/master/Luminary099/LUNAR_LANDING_GUIDANCE_EQUATIONS.agc" rel="nofollow">https://github.com/chrislgarry/Apollo-11/blob/master/Luminar...</a></p>
]]></description><pubDate>Tue, 07 Apr 2026 13:20:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47674969</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=47674969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47674969</guid></item><item><title><![CDATA[New comment by buredoranna in "American aviation is near collapse?"]]></title><description><![CDATA[
<p>People who dedicate their lives to studying an industry, can get very good at being able to predict the probability of events in their domain.<p>These same people are commonly off by orders of magnitude when predicting the magnitude of these same events.<p>The author of this article won the "Toner Prize for Excellence in National Political Reporting". I'm going to infer from this, that he's better at political reporting, than he is at predicting the future of an entire industry.<p>And if he is truly convinced of this outcome, he should be shorting the airlines. (I'm gonna guess he hasn't done that).<p>(edit: syntax)</p>
]]></description><pubDate>Mon, 23 Mar 2026 21:21:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47495286</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=47495286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47495286</guid></item><item><title><![CDATA[New comment by buredoranna in "Lost Doctor Who episodes found"]]></title><description><![CDATA[
<p>I grew up with Jeremy Brett's Sherlock Holmes, by far, in my opinion, the most accurate representation of the stories.<p>Only in my adult life did I read the stories, finding large chunks of the dialog in the TV show being word for word taken from the stories. And when not word for word, the tone and feel of the scenes so well portrayed on screen.</p>
]]></description><pubDate>Fri, 13 Mar 2026 22:17:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47370703</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=47370703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47370703</guid></item><item><title><![CDATA[New comment by buredoranna in "Jimi Hendrix was a systems engineer"]]></title><description><![CDATA[
<p>Thank you for this. I lost that CD years ago.</p>
]]></description><pubDate>Thu, 26 Feb 2026 20:08:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47171365</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=47171365</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47171365</guid></item><item><title><![CDATA[New comment by buredoranna in "Jimi Hendrix was a systems engineer"]]></title><description><![CDATA[
<p>If you can track it down, Hendrix's home recordings are a gem.<p><a href="https://jimihendrixrecordguide.com/home-recordings/" rel="nofollow">https://jimihendrixrecordguide.com/home-recordings/</a><p>(edit: syntax)</p>
]]></description><pubDate>Wed, 25 Feb 2026 23:14:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47159412</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=47159412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47159412</guid></item><item><title><![CDATA[New comment by buredoranna in "What's the Entropy of a Random Integer?"]]></title><description><![CDATA[
<p>one of my favorites<p><a href="https://xkcd.com/221/" rel="nofollow">https://xkcd.com/221/</a></p>
]]></description><pubDate>Mon, 09 Feb 2026 20:32:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46950791</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=46950791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46950791</guid></item><item><title><![CDATA[New comment by buredoranna in "How AI assistance impacts the formation of coding skills"]]></title><description><![CDATA[
<p>Revealing AI is a tool, and like any other tool, its how you use it.<p>If you use it with the express intent to learn, it is an amazing tool.<p>If you use it as a crutch, it results in "learning avoidance".</p>
]]></description><pubDate>Fri, 30 Jan 2026 20:52:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46829720</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=46829720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46829720</guid></item><item><title><![CDATA[New comment by buredoranna in "It's hard to justify Tahoe icons"]]></title><description><![CDATA[
<p>I wish I could remember where I picked up this quote<p>> No project manager ever got promoted for saying "let's keep things the same".</p>
]]></description><pubDate>Mon, 05 Jan 2026 20:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46504736</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=46504736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46504736</guid></item><item><title><![CDATA[New comment by buredoranna in "Show HN: Tripwire: A new anti evil maid defense"]]></title><description><![CDATA[
<p>"Smiley's People" remains one of my favorite shows.<p>If you track it down, I highly recommend watching it with headphones. The sound design is amazing.<p>The sound of an empty room being profoundly menacing.</p>
]]></description><pubDate>Fri, 12 Dec 2025 16:30:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46245704</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=46245704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46245704</guid></item><item><title><![CDATA[New comment by buredoranna in "We gave 5 LLMs $100K to trade stocks for 8 months"]]></title><description><![CDATA[
<p>Like so many analyses before them, including my own, this completely misses the basics of mean/variance risk analysis.<p>We need to know the risk adjusted return, not just the return.</p>
]]></description><pubDate>Thu, 04 Dec 2025 23:27:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46154710</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=46154710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46154710</guid></item><item><title><![CDATA[New comment by buredoranna in "A minimum complete tutorial of Linux ext4 file system (2017)"]]></title><description><![CDATA[
<p>Thanks for saying so :)</p>
]]></description><pubDate>Mon, 04 Dec 2023 20:41:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=38522740</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=38522740</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38522740</guid></item><item><title><![CDATA[New comment by buredoranna in "A minimum complete tutorial of Linux ext4 file system (2017)"]]></title><description><![CDATA[
<p>Awhile back I put together a visualization of ext4.<p><a href="https://buredoranna.github.io/linux/ext4/2020/01/09/ext4-viz.html" rel="nofollow noreferrer">https://buredoranna.github.io/linux/ext4/2020/01/09/ext4-viz...</a></p>
]]></description><pubDate>Mon, 04 Dec 2023 19:26:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=38521886</link><dc:creator>buredoranna</dc:creator><comments>https://news.ycombinator.com/item?id=38521886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38521886</guid></item></channel></rss>