<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: mr_bob_sacamano</title><link>https://news.ycombinator.com/user?id=mr_bob_sacamano</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 21:30:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mr_bob_sacamano" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mr_bob_sacamano in "Axios compromised on NPM – Malicious versions drop remote access trojan"]]></title><description><![CDATA[
<p># If you have a projects folder containing multiple projects on macOS, you can run this script to recursively scan all subfolders for vulnerable axios versions and the presence of plain-crypto-js, helping you quickly identify potentially affected projects:<p>find . -name "package.json" -exec sh -c '
  dir=$(dirname "{}")
  echo "==== $dir ===="
  cd "$dir"
  npm list axios 2>/dev/null | grep -E "1\.14\.1|0\.30\.4"
  grep -A1 "\"axios\"" package-lock.json 2>/dev/null | grep -E "1\.14\.1|0\.30\.4"
  [ -d node_modules/plain-crypto-js ] && echo "POTENTIALLY AFFECTED"
' \;</p>
]]></description><pubDate>Tue, 31 Mar 2026 20:03:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47592694</link><dc:creator>mr_bob_sacamano</dc:creator><comments>https://news.ycombinator.com/item?id=47592694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47592694</guid></item><item><title><![CDATA[New comment by mr_bob_sacamano in "Is anybody else bored of talking about AI?"]]></title><description><![CDATA[
<p>a Kafkaesque loop</p>
]]></description><pubDate>Tue, 24 Mar 2026 21:17:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47509459</link><dc:creator>mr_bob_sacamano</dc:creator><comments>https://news.ycombinator.com/item?id=47509459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47509459</guid></item><item><title><![CDATA[New comment by mr_bob_sacamano in "Is anybody else bored of talking about AI?"]]></title><description><![CDATA[
<p>I wish there were a filter on Hacker News to hide all AI related posts.</p>
]]></description><pubDate>Tue, 24 Mar 2026 21:02:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47509257</link><dc:creator>mr_bob_sacamano</dc:creator><comments>https://news.ycombinator.com/item?id=47509257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47509257</guid></item><item><title><![CDATA[New comment by mr_bob_sacamano in "Designing programming languages beyond AI comprehension"]]></title><description><![CDATA[
<p>My "naive" idea was to create something like a closed, private programming system where developers write code in an magic IDE on isolated private VMs, the compiler is distributed and secured on a private blockchain (very expensive I guess), and only compiled TypeScript is exposed publicly keeping the language’s inner workings completely hidden...</p>
]]></description><pubDate>Wed, 28 Jan 2026 23:33:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46803328</link><dc:creator>mr_bob_sacamano</dc:creator><comments>https://news.ycombinator.com/item?id=46803328</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46803328</guid></item><item><title><![CDATA[Designing programming languages beyond AI comprehension]]></title><description><![CDATA[
<p>What characteristics should a programming language have in order to make automated analysis, replication, and learning by artificial intelligence systems difficult? Any idea?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46801743">https://news.ycombinator.com/item?id=46801743</a></p>
<p>Points: 6</p>
<p># Comments: 11</p>
]]></description><pubDate>Wed, 28 Jan 2026 21:25:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46801743</link><dc:creator>mr_bob_sacamano</dc:creator><comments>https://news.ycombinator.com/item?id=46801743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46801743</guid></item><item><title><![CDATA[New comment by mr_bob_sacamano in "Incident Report for Atlassian Bitbucket"]]></title><description><![CDATA[
<p>SSH and HTTPS Git commands impaired, clones and git pull failing</p>
]]></description><pubDate>Tue, 06 Jun 2023 07:11:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=36209265</link><dc:creator>mr_bob_sacamano</dc:creator><comments>https://news.ycombinator.com/item?id=36209265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36209265</guid></item><item><title><![CDATA[Incident Report for Atlassian Bitbucket]]></title><description><![CDATA[
<p>Article URL: <a href="https://bitbucket.status.atlassian.com/incidents/mn08j05ms7wx">https://bitbucket.status.atlassian.com/incidents/mn08j05ms7wx</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36209264">https://news.ycombinator.com/item?id=36209264</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 06 Jun 2023 07:11:37 +0000</pubDate><link>https://bitbucket.status.atlassian.com/incidents/mn08j05ms7wx</link><dc:creator>mr_bob_sacamano</dc:creator><comments>https://news.ycombinator.com/item?id=36209264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36209264</guid></item></channel></rss>