<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: yaldasoft</title><link>https://news.ycombinator.com/user?id=yaldasoft</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Jul 2026 00:18:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=yaldasoft" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by yaldasoft in "GitHub Git github.com: Permission denied error with existing deploy keys"]]></title><description><![CDATA[
<p>had to rotate key, was using RSA now using SSH. Not sure if thats the fix but it was down for 3 hours based on our CI stats.</p>
]]></description><pubDate>Tue, 21 Jul 2026 12:08:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48991186</link><dc:creator>yaldasoft</dc:creator><comments>https://news.ycombinator.com/item?id=48991186</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48991186</guid></item><item><title><![CDATA[New comment by yaldasoft in "Cloud Infrastructure as SQL"]]></title><description><![CDATA[
<p>We are using steampipe to connect 30 AWS accounts via SQL. In a single call we can query all our services. Using metabase to visualise it all. I highly recommend you give it a go</p>
]]></description><pubDate>Fri, 17 Sep 2021 01:11:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=28559910</link><dc:creator>yaldasoft</dc:creator><comments>https://news.ycombinator.com/item?id=28559910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28559910</guid></item><item><title><![CDATA[New comment by yaldasoft in "DigitalOcean raises $3.2M Seed Round"]]></title><description><![CDATA[
<p>Ive only used DO for staging. Via Cloud66 deploying production to AWS and Staging to DO. Works really well.</p>
]]></description><pubDate>Thu, 08 Aug 2013 03:41:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=6177232</link><dc:creator>yaldasoft</dc:creator><comments>https://news.ycombinator.com/item?id=6177232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=6177232</guid></item><item><title><![CDATA[New comment by yaldasoft in "A faster way to delete millions of files in a directory"]]></title><description><![CDATA[
<p>I had to delete a few million files in bash once. 'find' didn't work. I used perl to overcome the issues.<p>opendir D, "."; while ($n = readdir D) { unlink $n }</p>
]]></description><pubDate>Sat, 01 Jun 2013 05:33:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=5802871</link><dc:creator>yaldasoft</dc:creator><comments>https://news.ycombinator.com/item?id=5802871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=5802871</guid></item></channel></rss>